Hi all, I would like to share an initial implementation of a Production Run PWA for Apache OFBiz:
https://github.com/diveshdut/production-run This implementation is based on the production run UI designs previously shared with the community; I am sharing them again here for reference: https://www.figma.com/design/1wantteXXUlzPRYev1X5gr/Ionic-8-Material-UI-Kit--Community---Community-?node-id=35232-110282&t=LnujI8PPjWjq4Mwz-1 The current scope covers core workflows such as finding production runs, viewing production run details, and creating production runs. I would like to propose sharing this work as an OFBiz plugin so that the community can review it and help guide its direction. I also wanted to ask for feedback on a broader architecture question. We are considering additional PWAs for manufacturing workflows such as: - BOM creation and management - routing creation and management - MRP generation and approval One possible approach is to build these as separate focused apps, and then provide a launchpad-style app for navigation across them. This may allow users to install only the apps relevant to their role, while keeping each workflow simpler and more focused on mobile devices. At the same time, it may make sense for the implementation to live in a single OFBiz plugin containing code for all these manufacturing PWAs, rather than creating a separate plugin for each workflow. I would appreciate feedback on: - whether sharing the current Production Run PWA as an OFBiz plugin makes sense - whether multiple focused PWAs plus a launchpad app seems like a reasonable direction - whether a single plugin containing these manufacturing PWAs would be preferable to multiple separate plugins Thanks -- Divesh Dutta
