diff --git a/.github/ISSUE_TEMPLATE/new_model.md b/.github/ISSUE_TEMPLATE/new_model.md index 71c47779..6b7f6e79 100644 --- a/.github/ISSUE_TEMPLATE/new_model.md +++ b/.github/ISSUE_TEMPLATE/new_model.md @@ -39,29 +39,16 @@ Describe in detail the following: - [ ] ๐Ÿ”— URL Route Added -- [ ] ๐Ÿท๏ธ Model tag added to `app/core/lib/slash_commands/linked_model.CommandLinkedModel.get_model()` function +- [ ] ๐Ÿท๏ธ [Model tag](). - [ ] ๐Ÿ“˜ Tag updated in the [docs](https://nofusscomputing.com/projects/centurion_erp/user/core/markdown/#model-reference) - - [ ] tag added to `app/core/lib/slash_commands/linked_model.CommandLinkedModel.get_model()` - - [ ] โš’๏ธ Migration _Ticket Linked Item item_type choices update_ - ->[!note] -> Ensure that when creating the tag the following is adhered to: -> - Two words are not to contain a space char, `\s`. It is to be replaced with an underscore `_` -> - As much as practical, keep the tag as close to the model name as possible - - -- [ ] ๐Ÿ““ New [Notes model](https://nofusscomputing.com/projects/centurion_erp/development/core/model_notes/) created - - [ ] ๐Ÿ†• Model Created - - [ ] ๐Ÿ› ๏ธ Migrations added - - [ ] Add `app_label` to KB Models `app/assistance/models/model_knowledge_base_article.all_models().model_apps` - - [ ] _(Notes not used/required) -_ Add `model_name` to KB Models `app/assistance/models/model_knowledge_base_article.all_models().excluded_models` - - [ ] ๐Ÿงช [Unit tested](https://nofusscomputing.com/projects/centurion_erp/development/core/model_notes/#testing) - - [ ] ๐Ÿงช [Functional tested](https://nofusscomputing.com/projects/centurion_erp/development/core/model_notes/#testing) + - [ ] tag added to class - [ ] Admin Documentation added/updated _if applicable_ + - [ ] Developer Documentation added/updated _if applicable_ + - [ ] User Documentation added/updated --- @@ -73,14 +60,13 @@ Describe in detail the following: ### ๐Ÿงช Tests - Unit Tests - - [ ] API Render (fields) - [ ] [Model](https://nofusscomputing.com/projects/centurion_erp/development/models/#tests) - [ ] ViewSet + - [ ] Serializer - Function Test - - [ ] History API Render (fields) - - [ ] History Entries - [ ] API Metadata - [ ] API Permissions + - [ ] API Render (fields) - [ ] Model - [ ] Serializer - [ ] ViewSet