Open Issues Need Help
View All on GitHubAI Summary: The SDK is missing a standard 403 (Forbidden) error page, unlike its existing 404 page. The proposed solution involves creating a new 403 template and handler, adding translations, and updating server configuration, all by following the established pattern of the existing 404 error page.
IOTA-SDK - is an open-source modular ERP. An alternative to SAP, Oracle, Odoo written in Go with modern look & feel
IOTA-SDK - is an open-source modular ERP. An alternative to SAP, Oracle, Odoo written in Go with modern look & feel
IOTA-SDK - is an open-source modular ERP. An alternative to SAP, Oracle, Odoo written in Go with modern look & feel
IOTA-SDK - is an open-source modular ERP. An alternative to SAP, Oracle, Odoo written in Go with modern look & feel
AI Summary: Optimize the IOTA-SDK's SelectField component to prevent redundant loading of dynamic options for each row in list views. The goal is to implement caching or memoization to reuse fetched options, improving performance and reducing unnecessary API calls or computations.
IOTA-SDK - is an open-source modular ERP. An alternative to SAP, Oracle, Odoo written in Go with modern look & feel
AI Summary: Fix a bug in the IOTA-SDK crud-controller where fields marked as `readonly: true` are editable in the update form. The solution requires modifying the controller to render these fields as disabled but visible inputs.
IOTA-SDK - is an open-source modular ERP. An alternative to SAP, Oracle, Odoo written in Go with modern look & feel
AI Summary: Implement a reusable React component that takes a raw phone number string as input and outputs an HTML `<a>` tag containing the formatted phone number. The formatting should convert '998993303030' into '+998(99)330-30-30'. This component will be added to the IOTA-SDK project.
IOTA-SDK - is an open-source modular ERP. An alternative to SAP, Oracle, Odoo written in Go with modern look & feel