jpwahle / cs-insights-backend

API server of the cs-insights project. This is the main part of storing data and accessing an external data analysis endpoint. It uses a mongoDB instance to store everything and queries the cs-insights-prediction-endpoint to get machine learning results.
https://jpwahle.github.io/cs-insights-backend/
MIT License
7 stars 0 forks source link

Add metric switch #30

Closed trannel closed 2 years ago

trannel commented 2 years ago

Is your feature request related to a problem? Please describe. For issue https://github.com/ag-gipp/NLP-Land-frontend/issues/13 we need to implement some things in the backend.

Describe the solution you'd like Implement a toggle for each endpoint that counts the amount of papers per author/venue/... etc., so you can count by amount of citations instead. Example: this should be applied to the endpoints that retrieve the stats for the boxplots or treemap.

trannel commented 2 years ago

Added in #58