Commit Graph

9 Commits

Author SHA1 Message Date
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
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
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
60e1c35745 Move flag definitions from ...utils.py to flags/ebas_flags.yaml 2025-02-20 17:26:50 +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
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