inductiveautomation / inductiveautomation/ignition-module-tools
Autogenerate files for a React gateway status/config page
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 73
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Right now, you have to locate some src/main/javascript boilerplate files from another project, copy them in, and spend some time fiddling with them. And then you have to modify GatewayHook to use the correct built .js file. At the least, it would be nice to autogenerate a skeleton.jsx file, the index.js and model.js files, and any other needed files (package.json, webpack.config.js, etc).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing src/main/javascript boilerplate and the code that configures GatewayHook to use a built .js file. Review the expected skeleton.jsx, index.js, model.js, package.json, and webpack.config.js files and how similar projects create them. Done means a new generator produces the needed React gateway status/config files without copying them manually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, webpack
- Domain
- frontend, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100