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.
Is your feature request related to a problem? Please describe.
Currently, some types are defined directly on the functions, some in the file types.ts and some in config/interfaces.ts.
Describe the solution you'd like
[ ] Decide on one way to type everything, and change all typing to match that.
Is your feature request related to a problem? Please describe. Currently, some types are defined directly on the functions, some in the file
types.ts
and some inconfig/interfaces.ts
.Describe the solution you'd like
any
statements, if possible