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

Daily validation dash app #155

Merged
merged 53 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0b91705
made a start on tables
tsmbland Jan 30, 2024
1783c3b
Ag grid, improved layout
tsmbland Jan 30, 2024
c4b1da2
Using Ag grid
tsmbland Jan 30, 2024
2613fd7
Detail table
tsmbland Jan 30, 2024
c43c401
Merge branch 'validation' into tables
tsmbland Jan 30, 2024
9fa5a43
Move tables code, more progress
tsmbland Jan 31, 2024
5999390
Minor formatting changes
tsmbland Jan 31, 2024
27654d8
Docstrings, cosmetic changes
tsmbland Jan 31, 2024
d8dbf49
Rename functions
tsmbland Jan 31, 2024
30988c1
Merge branch 'develop' into tables
tsmbland Jan 31, 2024
694a22c
Fix date filter
tsmbland Jan 31, 2024
82edd74
Merge branch 'tables' of https://github.com/ImperialCollegeLondon/par…
tsmbland Jan 31, 2024
72c4dad
Calbacks for saving to validated, resetting
tsmbland Feb 1, 2024
43bd82f
Callbacks for resetting, and minor fixes
tsmbland Feb 2, 2024
f01411a
Update tables with callback
tsmbland Feb 2, 2024
0192a7f
Cleaner callback function
tsmbland Feb 2, 2024
bcb28c7
Docstring
tsmbland Feb 2, 2024
9b7555a
Started callback
tsmbland Feb 5, 2024
b4e6398
Make time column editable
tsmbland Feb 5, 2024
966567a
Fixed scrolling and selection
tsmbland Feb 5, 2024
7a51390
Minor fixes
tsmbland Feb 5, 2024
67c49a2
Merge pull request #150 from ImperialCollegeLondon/newrow
tsmbland Feb 5, 2024
3be1ce2
Text field for opening selected day
tsmbland Feb 5, 2024
3f1082f
Switch input to ID
tsmbland Feb 5, 2024
e2ddcd2
Fix docstring
tsmbland Feb 5, 2024
59da5af
Remove redundant statement
tsmbland Feb 6, 2024
abc0b78
Fix daily save button
tsmbland Feb 6, 2024
ae36570
Explicitly define negative conditions, rename global variables, docst…
tsmbland Feb 6, 2024
879ce98
Reset selection when resetting tables
tsmbland Feb 6, 2024
000e21b
Merge branch 'callbacks' into select_day
tsmbland Feb 6, 2024
c846f95
Docstring
tsmbland Feb 6, 2024
09e3f8f
Put tables into tabs
tsmbland Feb 6, 2024
985dc1e
Add date to tab title
tsmbland Feb 6, 2024
c181ff8
Switch tabs on callback
tsmbland Feb 6, 2024
4479b66
Combine status messages
tsmbland Feb 7, 2024
f88465c
Menu layout
tsmbland Feb 7, 2024
5d19ac0
Layout
tsmbland Feb 7, 2024
171ee7a
Improved plots and logic
tsmbland Feb 7, 2024
3c9350e
Bug fix
tsmbland Feb 7, 2024
e55ee96
Merge pull request #143 from ImperialCollegeLondon/tables
tsmbland Feb 7, 2024
5a4f6f9
Merge pull request #145 from ImperialCollegeLondon/callbacks
tsmbland Feb 7, 2024
06892f1
Merge pull request #151 from ImperialCollegeLondon/select_day
tsmbland Feb 7, 2024
2797871
Merge pull request #154 from ImperialCollegeLondon/plots
tsmbland Feb 7, 2024
4df05cb
Add loading component
tsmbland Feb 8, 2024
d716329
Add date picker
tsmbland Feb 8, 2024
d3959ce
Move menu bar out of tabs. Make date picker always available
tsmbland Feb 8, 2024
21da492
Change dissabling type for Add button, fix bug
tsmbland Feb 8, 2024
179c1f6
Merge pull request #158 from ImperialCollegeLondon/date_picker
tsmbland Feb 8, 2024
ab640fe
Preliminary working filters (without max/min)
tsmbland Feb 9, 2024
0bc4df0
Add min/max fields, nicer looking
tsmbland Feb 9, 2024
7ec4978
Merge pull request #159 from ImperialCollegeLondon/filters
tsmbland Feb 9, 2024
ce7d413
Doctring, support empty min/max
tsmbland Feb 9, 2024
0d2dd68
Add stylesheet
tsmbland Feb 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PyYAML==6.0.1
uritemplate==4.1.1
crispy-bootstrap4==2023.1
django-plotly-dash==2.2.2
dash-ag-grid==2.4.0

## Legacy dependency versions
# asgiref==3.3.4
Expand Down
Loading
Loading