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
Each user needs to be connected to an organization and thence to a continuum of care in order for the API to handle consent and sharing correctly. I think consent and sharing is a separate issue, which is yet to be filed. I'll link it from here once it exists.
In the future, the TMP_USER table should have keys to the TMP_ORGANIZATION table and perhaps to the TMP_PROJECT_CONTINUUM table, or to a table specifically for continua of care (CoCs). For now, we'll add placeholder string columns to the user table for those values.
The text was updated successfully, but these errors were encountered:
Make new user columns editable in the UserManager, and add them to the
admin page for editing and creating users.
Note that I added some logging to the User endpoint (#65) which should
have been added in 1976919.
Each user needs to be connected to an organization and thence to a continuum of care in order for the API to handle consent and sharing correctly. I think consent and sharing is a separate issue, which is yet to be filed. I'll link it from here once it exists.
In the future, the
TMP_USER
table should have keys to theTMP_ORGANIZATION
table and perhaps to theTMP_PROJECT_CONTINUUM
table, or to a table specifically for continua of care (CoCs). For now, we'll add placeholder string columns to the user table for those values.The text was updated successfully, but these errors were encountered: