Hello Community,
I am currently developing a project using the Odin SDK with Angular 18.
So far, I have been working with the ids-enterprise-ng library (the SoHo/jQuery wrappers). I have successfully configured the environment and implemented components by relying primarily on the source code examples in the enterprise-ng GitHub repository, as the specific documentation for Angular integration is somewhat limited.
However, looking at the evolution of the Infor Design System (IDS), I see the availability of Web Components (ids-enterprise-wc). I have questions regarding the correct architecture for integrating them within the Odin ecosystem and regarding access to specific tools.
My questions are:
- Technical Implementation: Is the standard installation method (
npm install ids-enterprise-wc + adding CUSTOM_ELEMENTS_SCHEMA to the Angular module) the correct and supported way to use them within an Odin SDK project? Or does Odin require any specific configuration? - Recommendation & Standards: Which approach is currently recommended, and what is the expected standard for these types of projects moving forward?
- Access to Documentation: I noticed that some documentation or source code for the Web Components appears to be in private repositories. What is the procedure for partners/consultants to request access to these restricted resources?
- IDS Enterprise MCP Server: I found the
ids-enterprise-mcp-server package on NPM (https://www.npmjs.com/package/ids-enterprise-mcp-server). This tool would greatly enhance development speed. How can I request access or instructions to configure this server in our development environment?
Any guidance or advice you can provide would be greatly appreciated.