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

Implement in the admin panel a button to download the ratings into a dataframe #39

Open
celprov opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@celprov
Copy link
Collaborator

celprov commented May 21, 2024

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

@celprov celprov added the enhancement New feature or request label May 21, 2024
@celprov celprov changed the title Implement a button in the admin panel to download the ratings into a dataframe Implement in the admin panel a button to download the ratings into a dataframe May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant