opencdms-dev / legacy-opencdms-api

⭐🐍 OpenCDMS server application written in Python (FastAPI) and exposing a web interface for `opencdms-app` and other applications
MIT License
3 stars 3 forks source link

User administration #39

Closed isedwards closed 2 years ago

isedwards commented 2 years ago

pyopencdms currently has SQLAlchemy models (see v4_1_1_core.py) for 25 core tables originally listed in the pdf here (also documented in this issue.

It looks like the list of core tables was incomplete. We also need at least the climsoftusers table and possibly others.

Climsoft roles and user management is documented in the pdf here.