We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few things to change about the current PRO tool.
N/A
Since the questions are stored in the config.json, it might be a good idea to change it to something like...
config.json
[{"question": "...", "input_type": "number", "lowest_label": "", "highest_label": ""}]
... or maybe consider adding it to the database? This already looks too complicated for a simple JSON configuration.
Windows
The text was updated successfully, but these errors were encountered:
I think I'm going to transition the PRO questions from the config.json to the database. Its become too complicated for a JSON file.
Sorry, something went wrong.
calejvaldez
bbobateaa
No branches or pull requests
Summary
A few things to change about the current PRO tool.
What is the expected correct behavior?
Steps to reproduce
N/A
Relevant logs and/or screenshots
Since the questions are stored in the
config.json
, it might be a good idea to change it to something like...... or maybe consider adding it to the database? This already looks too complicated for a simple JSON configuration.
Operating System
Windows
The text was updated successfully, but these errors were encountered: