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
{{ message }}
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
Summary
To implement cross-chapter usage, we will need to add a "chapter" field to some of our schemas.
Problem/Current Functionality
The recruitment portal was designed for one chapter, however, many chapters can benefit from this product. Right now, there is no way to delineate between chapters.
Solution
Add a "chapter" string field to:
User
Workspace
Edit the calls to the db to make sure chapters match.
Edit /userRoles endpoint to allow for chapter to be updated.
Add chapter column in adminRoles page.
Acceptance Criteria / User Stories
As a director, I should be able to:
Set the chapter of a user.
As a user, I should see only resources that are specific to the chapter.
The text was updated successfully, but these errors were encountered:
Summary
To implement cross-chapter usage, we will need to add a "chapter" field to some of our schemas.
Problem/Current Functionality
The recruitment portal was designed for one chapter, however, many chapters can benefit from this product. Right now, there is no way to delineate between chapters.
Solution
Acceptance Criteria / User Stories
The text was updated successfully, but these errors were encountered: