App Modules Assistor is an interactive decision-making tool that guides users through a flowchart to determine whether certain functionalities should be included as app modules. The tool poses a series of yes/no questions and navigates through different steps based on user responses.
When you open index.html, you will be presented with a series of questions related to assessing if certain areas should be part of an app module. By clicking "YES" or "NO", you navigate through various steps until reaching a final conclusion. If needed, you can reset and start over from the beginning.
To package this application into a zip file, follow these steps:
-
Ensure you have Python installed on your system.
-
Run the
build.pyscript:python build.py
-
The script will create a directory named
target(if it doesn't already exist) and place a zip file namedAppModulesAssistor.zipin it containing all project files.
To upload the zip file to the Octane instance that runs at http://localhost:8080/dev, follow these steps:
- Ensure you have Python installed on your system.
- Run the
upload.pyscript:python upload.py