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
Write a test for the new relationships this model will have with other models (e.g., creating a user and assigning them a set of permissions on a project) if any.
Update API end point
Update API unit tests
Document the endpoint in Swagger
Changes Needed
Columns to Remove
must_roles - int[] (role_id)
should_roles - int[] (role_id)
could_roles - int[] (role_id)
Columns to Add
must_attend - JSON[]
should_attend - JSON[]
could_attend - JSON[]
Additional Changes
Add example JSON to the documentation (like the one in the ERD)
Overview
We need to update the event table model in django to utilize the practice area table instead of the outdated role table.
Details
The old model issues for this table are
Action Items
Changes Needed
Columns to Remove
Columns to Add
Additional Changes
JSON Example:
Resources
Practice Areas:
Permission Types:
Test suggestions
The text was updated successfully, but these errors were encountered: