-
Notifications
You must be signed in to change notification settings - Fork 3
Description
What would you like to see added in this software?
For now, it is not clear to the user how to extract the ratings from the database once the reports have been rated.
It would be very handy to have a button that allows the extraction of the ratings from the database and storing them in a data frame in TSV format.
I already implemented the code to perform the ratings extraction, it is available at https://github.com/TheAxonLab/hcph-sops/blob/mkdocs/code/qc/from_mongodb_to_dataframe.py.
In my opinion, the filter passed to find_pandas_all that determines which ratings you want to extract and where the TSV file should be saved should be options given by the administrator.
Once this feature is implemented, how to extract the ratings should be described in the documentation of the repo.
Do you have any interest in helping implement the feature?
Yes
Additional information / screenshots
No response