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
Once we model schools (already implemented) and roles in editor-api we can seed some data for local dev and testing purposes. More than happy for this to be altered (but probably worth documenting in the README as part of this ticket) but currently proposing:
- Adding a school with [email protected] as the user who submitted the request
- Adding [email protected] as an owner and teacher of that same school
In the not too distant future having a full Pi account holder as a student may not work (students will be a separate table and obtained via and different endpoint in profile) but as long as the implementation in simple to change then we can update that as we go
The text was updated successfully, but these errors were encountered:
Once we model schools (already implemented) and roles in
editor-api
we can seed some data for local dev and testing purposes. More than happy for this to be altered (but probably worth documenting in the README as part of this ticket) but currently proposing:[email protected]
as the user who submitted the request[email protected]
as an owner and teacher of that same schoolAdding[email protected]
as a student of that same schoolNotes
In the not too distant future having a full Pi account holder as a student may not work (students will be a separate table and obtained via and different endpoint in profile) but as long as the implementation in simple to change then we can update that as we go
The text was updated successfully, but these errors were encountered: