Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1021 Bytes

File metadata and controls

30 lines (24 loc) · 1021 Bytes

{{ Title }} (Feature Draft)

Status: Draft
Updated: YYYY-MM-DD
Owner: Core
Purpose: Draft for a specific feature before/alongside implementation.

Overview

  • Purpose and scope of this feature.
  • Modules or systems it touches.
  • Dependencies.

Outline

Description of what this feature is supposed to do and how it should be accomplished (in clear, LLM friendly language).

Technical Specifications

  • (Roughly) Classes/Functions to be implemented and how they should work together while preferably making use of native Symfony 8 features.
  • Specific implementation steps/order.
  • May contain pseudocode.

Testing & Validation

  • Unit/integration test expectations.
  • Manual verification steps, if any.
  • Metrics or logs to monitor.

Implementation Notes

  • Decisions that need to be made before implementation.
  • Documentation of decisions alongside implementation.
  • Notes/comments on implementation steps.
  • Deferred steps that rely on other (not yet implemented) features.