joven-health-mike / juno-react

A virtual therapy platform designed for K-12 schools.
0 stars 0 forks source link

Improve Counselor-School Connection UI #118

Open joven-health-mike opened 1 year ago

joven-health-mike commented 1 year ago
  1. Create a new counselor + login account.
  2. Log in as the counselor and go to the "Schools" page.

Result - the page is empty, as you would expect. However, there is no way to change that via the UI. We should be able to set the assigned schools or schools' assigned counselors through the UI.

joven-health-mike commented 1 year ago

To set this connection manually, use the following PSQL command:

INSERT INTO "_CounselorSchools" ("A", "B") VALUES ('<schoolId>', '<counselorId>');