Skip to content

MODULE_NAME

One-sentence description of what this module does.

Overview

Describe the module's purpose, the business problem it solves, and its scope within the platform. Keep it to 2-3 paragraphs maximum.

Key Concepts

ConceptDescription
Term 1What it means in this module's context
Term 2What it means in this module's context

Data Flow

Describe or diagram how data moves through the system for this module's main use case.

Database

Tables

TablePurpose
table_nameWhat this table stores

Key Relationships

Describe the main relationships between tables relevant to this module.

Key Decisions

Document the important design decisions and trade-offs made during development. This is the most valuable section — explain the "why", not just the "what".

DecisionReasoningAlternatives Considered
What was decidedWhy this approach was chosenWhat else was considered

Dependencies

  • Internal: Other modules this depends on
  • External: Third-party services or libraries specific to this module
  • User Guide: /guide/modules/MODULE_NAME — End-user instructions
  • API Endpoints: ./api — Endpoint reference for this module
  • UI Screens: ./ui — Frontend screens and flows

Envia Admin