Author SHA1 Message Date
Marko (Hermes Implementer) eec481c528 docs: rename spec docs to migration-style numbering
Rename docs/backend/*.md to Django-migration-style naming:
  trello-auth-spec.md    → 001_trello_auth_spec.md    (Issue #1)
  manage-boards-spec.md  → 002_manage_boards_spec.md  (Issue #2)
  manage-lists-spec.md   → 003_manage_lists_spec.md   (Issue #3)
  manage-cards-spec.md   → 004_manage_cards_spec.md   (Issue #4)

Each doc now includes a **Doc:** field with its sequence number.
2026-05-26 23:12:25 +00:00
4 changed files with 4 additions and 0 deletions
@@ -3,6 +3,7 @@
**Feature:** US: Authenticate and Connect to Trello Account **Feature:** US: Authenticate and Connect to Trello Account
**Issue:** #1 **Issue:** #1
**Branch:** `feature/trello-auth` **Branch:** `feature/trello-auth`
**Doc:** 001
## Overview ## Overview
@@ -3,6 +3,7 @@
**Feature:** US: Manage Trello Boards **Feature:** US: Manage Trello Boards
**Issue:** #2 **Issue:** #2
**Branch:** `feature/manage-boards` **Branch:** `feature/manage-boards`
**Doc:** 002
## Overview ## Overview
@@ -3,6 +3,7 @@
**Feature:** US: Manage Trello Lists **Feature:** US: Manage Trello Lists
**Issue:** #3 **Issue:** #3
**Branch:** `feature/manage-lists` **Branch:** `feature/manage-lists`
**Doc:** 003
## Overview ## Overview
@@ -3,6 +3,7 @@
**Feature:** US: Manage Trello Cards **Feature:** US: Manage Trello Cards
**Issue:** #4 **Issue:** #4
**Branch:** `feature/manage-cards` **Branch:** `feature/manage-cards`
**Doc:** 004
## Overview ## Overview