|
effd5b865e
|
Replace nonoperation reviewPannel in app/data_flagging_app.py with date range picker. Cached time column to speed up figure update but it doesnot look there was much improvement.
|
2025-06-04 14:03:45 +02:00 |
|
|
da6884ef21
|
Fix bug in app/data_flagging_app.py. This is a TODO/BUG [from Leïla] Correct error when flags are loaded in the app.
|
2025-06-04 10:47:48 +02:00 |
|
|
e4d87080bc
|
Enable all flaggs for use in flagging app and display them in order according to their ranking (see app/flags/ebas_dict.yaml)
|
2025-05-19 17:10:16 +02:00 |
|
|
78d5c22dc3
|
Flag from diagnostics (456) should override other flags like CPC (652, 460)
|
2025-05-15 16:03:08 +02:00 |
|
|
f3010bff47
|
Fix import problem. The app didn't run from a notebooks/<>.ipynb. This however may not be needed any longer. Is it good practice to run dashboards from a jupyter notebook?
|
2025-03-18 07:14:44 +01:00 |
|
|
395b734cd6
|
Fix bug reported in TODO.md. FLAGGING APP didnt record the parent channel correctly, that is the channel that originated a particular flag. An additional problem was detected and corrected where _metadata.json was confused as flag.
|
2025-03-17 14:21:26 +01:00 |
|
|
6d5d74e616
|
Append flag_ranking to app/flags/ebas_dict.yaml. This is to disambiguate/overide conflicting flags
|
2025-02-26 15:05:06 +01:00 |
|
|
456f4c297f
|
Adjust code due to changes in flag definition location.
|
2025-02-20 17:28:43 +01:00 |
|
|
60e1c35745
|
Move flag definitions from ...utils.py to flags/ebas_flags.yaml
|
2025-02-20 17:26:50 +01:00 |
|
|
de33977e71
|
Start restructuring of app to make it more modular, and improve layout a bit
|
2025-02-17 15:44:51 +01:00 |
|
|
0454b54b8c
|
Fix bug: When flag folder empty, it now returns [] (as opposed to None)
|
2025-02-17 15:42:57 +01:00 |
|
|
25f3ee12a4
|
Fix bug. Saved flags from apps were not associated with right parent variable.
|
2025-02-15 18:10:29 +01:00 |
|
|
10fdd1b8c7
|
Fix bug when saving flags to flagsFolder and subsequent visualization of existing flags.
|
2025-02-13 19:58:30 +01:00 |
|
|
e53d8dec8c
|
Simplify load_flags() function by removing redundant h5 verification step
|
2025-02-13 19:56:44 +01:00 |
|
|
11ecdebf1b
|
Move flagging app to app folder with initialized callbacks/ and components/ modules
|
2025-02-13 18:13:45 +01:00 |
|
|
479c11d0d4
|
Move app scripts to app folder. This is to improve modularity of the app
|
2025-02-13 18:03:41 +01:00 |
|