Skip to content
New issue

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

Changes to PRO tool #80

Open
calejvaldez opened this issue Feb 2, 2025 · 1 comment
Open

Changes to PRO tool #80

calejvaldez opened this issue Feb 2, 2025 · 1 comment
Assignees
Labels

Comments

@calejvaldez
Copy link
Member

calejvaldez commented Feb 2, 2025

Summary

A few things to change about the current PRO tool.

What is the expected correct behavior?

  • The UI for the graph should be improved (buttons are difficult to navigate)
  • The graph should be made into a line graph
  • Graph should be responsive, or as close to responsive as it can get
  • PRO questions should be changed (to be addressed in Change PRO questions #69)
  • Change how PRO questions are returned
  • Send users to a new screen to view their responses -- don't use the same dialog

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...

[{"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.

Operating System

Windows

@calejvaldez
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants