You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going to FastAPI is more difficult than I thought. Either we should not do it - or -
prepare this step as follows:
The code uses Flask CLI commands. IMHO this is unnecessary. The CLI commands could be transformed to standalone commands, removing this Flask dependency completely.
Both plugins/cli.py and api/public.py contain SQLAchemy code directly interacting with the database. IMHO all the database related stuff should be moved to something like scimodom/services/data.py so that we have a single spot where concentrate all performance relevant database code and separate it e.g. from validation of user input and decoding/encoding of data for Rest calls.
Aims/objectives.
To document the API, and the code in general. This should go to https://dieterich-lab.github.io/scimodom/.
A clear and concise description of todo items.
Add/format docstrings, add to docs.
The text was updated successfully, but these errors were encountered: