Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Updated Update table issue template
  • Loading branch information
ExperimentsInHonesty authored Nov 25, 2024
1 parent 5bf8278 commit 401607f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/ISSUE_TEMPLATE/update-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ assignees: ''

### 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]
Expand All @@ -18,16 +19,18 @@ We need to update the [Replace with TABLE NAME] table model to [Replace with REA
### 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
-- | --
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 and post a schema image to a comment below and add a link to it into the Update Schema dependency issue.
- [ ] [generate a schema table definition](https://github.com/hackforla/peopledepot/issues/378#issuecomment-2493062821) 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
Expand All @@ -38,8 +41,10 @@ Current name in code | Updated Name
- 1.01.01 [/app/core/models.py](https://github.com/hackforla/peopledepot/blob/main/app/core/models.py)
- 1.01.02 [/app/core/admin.py](https://github.com/hackforla/peopledepot/blob/main/app/core/admin.py)
- 1.01.03 [/app/core/api/serializers.py](https://github.com/hackforla/peopledepot/blob/main/app/core/api/serializers.py)
- 1.01.04 [/app/core/migrations/0002_user_current_job_title_user_current_skills_and_more.py](https://github.com/hackforla/peopledepot/blob/main/app/core/migrations/0002_user_current_job_title_user_current_skills_and_more.py)
- 1.01.04
- 1.02 [People Depot Resources wiki page](https://github.com/hackforla/peopledepot/wiki/Resources-and-Links) for links
- ERD
- Table and Field Definitions
- API Endpoint
- 1.03 Spreadsheet: [PD: Table and field explanations, Field Permission tab](https://docs.google.com/spreadsheets/d/1x_zZ8JLS2hO-zG0jUocOJmX16jh-DF5dccrd_OEGNZ0/edit?gid=371053454#gid=371053454)
-1.03.01 [ADD A LINK TO A SPECIFIC FILTER FOR THE TABLE]

0 comments on commit 401607f

Please sign in to comment.