Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 2.31 KB

update-table.md

File metadata and controls

50 lines (43 loc) · 2.31 KB
name about title labels assignees
Update Table
Describe this issue template's purpose here.
Update Table: [TABLE NAME]
feature: update table, good first issue, milestone: missing, role: back end, size: 0.25pt, stakeholder: missing

Overview

We need to update the [Replace with TABLE NAME] table model to [Replace with REASON] [possibly "to include new fields and have the correct names for fields."]

Details

  • The initial model issue: #[Replace with ISSUE NUMBER]
  • Discussion leading to this change is here: [Replace with ISSUE URL OR OTHER LINK OPTIONAL]

Action Items

Update existing Django model

  • In the files indicated by Resource 1.01, Change the following items in the code Current name in code | Updated Name | Updated Type (may already be this type) -- | -- | -- [Replace with UPDATE TABLE DATA]

  • Add the following items in the code Name | Type -- | -- [Replace with ADD TABLE]

  • 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

  • generate a schema table definition and post it in a comment below and add a link to it in the Update Schema dependency issue.

  • Document the endpoint in ReDocs

After PR has been approved

  • Release the dependency and move the issue out of the icebox for [Replace with ISSUE NUMBER OF UPDATE ERD]

Resources