From e388598a72b4ae98a1500233924f2cb178594187 Mon Sep 17 00:00:00 2001 From: Bonnie Wolfe <37763229+ExperimentsInHonesty@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:39:28 -0800 Subject: [PATCH] Update issue templates Updated update table template --- .github/ISSUE_TEMPLATE/update-table.md | 28 ++++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/update-table.md b/.github/ISSUE_TEMPLATE/update-table.md index 3c67e0db..a9fd0192 100644 --- a/.github/ISSUE_TEMPLATE/update-table.md +++ b/.github/ISSUE_TEMPLATE/update-table.md @@ -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