uiowaSEP2024 / 002_ImagePro

Image processing backend
1 stars 0 forks source link

Update user tables #126

Closed zmorris248 closed 5 months ago

zmorris248 commented 6 months ago

If this feature request related to a problem? Please describe.

So that we can track information about users pertaining to whether they are a hospital user or provider user and which hospital or provider they are a part of, we want role enum(hospital, provider) added to the users table and a join table for hospital users and a join table for provider users so we know which hospital or provider they are a part of. See ER diagram 2-28-24 Alternatives Considered If Applicable

Rationale

Implementation Ideas

Additional Context

powersaudrey25 commented 5 months ago

Strategy for this issue:

Stage 1 (have done by EOD 2/26):

this can all be tested through unit tests no frontend changes will be needed, possibly a few other backend changes to get tests working

Stage 2: