-
Notifications
You must be signed in to change notification settings - Fork 0
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
Replace JS code for validation (umbrella issue) #121
Comments
A few notes and ideas, but would definitely want to discuss first before proceeding. OVERALL PLAN
Probably a few other things I'm missing The following is mainly for my benefit to guide me as I work through this: LAYOUT Current approach: Plan:
FILTERS Functionality:
Current approach:
Plan:
SUBMIT BUTTON Functionality:
Current approach: Plan:
CLEAN FORM BUTTON Functionality: Current approach: Plan: DAILY DATA
DETAILED DATA
TABS Functionality:
Current approach: Plan: DAILY REPORT TAB Functionality:
Current approach:
Plan:
DETAIL OF SELECTED DAY TAB Functionality:
Current approach:
Plan: PLOT TAB Functionality:
Current approach:
Plan: SAVE TO VALIDATED BUTTON Functionality: Current approach:
Plan:
|
Like with the reports (#120) the validation screen is currently created and displayed with a mixture of:
With diverse logic here and there to deal with the data and the user interaction. While a variety of files is normally required in Django, this is a mess.
This task will have as main goal removing JS code altogether and replace it with appropriate equivalents in terms of content and user interaction using Dash/Plotly. These will need to be hooked in the correct places of the views and/or forms, and the HTML template modified accordingly.
This might be a substantial task and should be broken down into smaller issues as needed, keeping this as umbrella.
The text was updated successfully, but these errors were encountered: