Files
centurion_erp/.github/ISSUE_TEMPLATE/new_model.md

2.3 KiB

name, about, title, type, labels
name about title type labels
New Database Model Use when creating a new database model. New Model - <model table name> Task task::feature, triage, type::task

📝 Details

🚧 Tasks

  • 🆕 Model Created

  • 🛠️ Migrations added

  • ♻️ Serializer Created

  • 🔄 ViewSet Created

  • 🔗 URL Route Added

  • 🏷️ Model tag.

    • 📘 Tag updated in the docs

    • tag added to class

  • Admin Documentation added/updated if applicable

  • Developer Documentation added/updated if applicable

  • User Documentation added/updated


🧪 Tests

  • Unit Tests
    • Model
    • ViewSet
    • Serializer
  • Function Test
    • API Metadata
    • API Permissions
    • API Render (fields)
    • Model
    • Serializer
    • ViewSet

Requirements

A Requirement is a must have. In addition will also be tested.

  • Functional Requirements

  • Non-Functional Requirements