Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Updated update table template
  • Loading branch information
ExperimentsInHonesty authored Nov 4, 2024
1 parent 51c0569 commit e388598
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/ISSUE_TEMPLATE/update-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,31 @@ We need to update the [Replace with TABLE NAME] table model to [Replace with REA

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

### Action Items
- [ ] Update existing Django model
Update existing Django model
- [ ] In the files indicated by Resource 1.01, Change the following items in the code
```
[Replace with UPDATE TABLE]
```
- [ ] Add the following items in the code
```
[Replace with ADD TABLE]
```
Current name in code | Updated Name
-- | --
[Replace with UPDATE TABLE DATA]

- [ ] Add the following items in the code
[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
- [ ] 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
- 1.01 Code locations
- 1.01.01 https://github.com/hackforla/peopledepot/blob/main/app/core/models.py
- 1.01.02 https://github.com/hackforla/peopledepot/blob/main/app/core/admin.py
- 1.01.03 https://github.com/hackforla/peopledepot/blob/main/app/core/api/serializers.py
- 1.01.04 https://github.com/hackforla/peopledepot/blob/main/app/core/migrations/0002_user_current_job_title_user_current_skills_and_more.py
- 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.02 [People Depot Resources wiki page](https://github.com/hackforla/peopledepot/wiki/Resources-and-Links) for links
- ERD
- Table and Field Definitions
Expand Down

0 comments on commit e388598

Please sign in to comment.