Apexal / rcos_io

The final RCOS web client. Built on the RCOS database via Hasura.
MIT License
3 stars 1 forks source link

Upsert project managers on project creation #6

Closed gmisail closed 1 year ago

gmisail commented 1 year ago

Currently we are inserting a new enrollment on project creation. This works fine for new users, but what if a user already exists? If a user exists, we should simply update the required fields (project id, is_project_manager, etc...).