9 Commits
Author SHA1 Message Date
crisleo94 20d31cd0bd Merge pull request 'docs: rename spec docs to migration-style numbering' (#9) from feature/docs-migration-numbering into main
Reviewed-on: #9
Reviewed-by: crisleo94 <cristhian.reinoso@codescripters.org>
2026-05-27 04:28:10 +00:00
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
crisleo94 f6dca202aa Merge pull request 'Implement: US: Manage Trello Cards' (#8) from feature/manage-cards into main
Reviewed-on: #8
Reviewed-by: crisleo94 <cristhian.reinoso@codescripters.org>
2026-05-26 23:01:12 +00:00
crisleo94 7fad3881bd Merge branch 'main' into feature/manage-cards 2026-05-26 23:00:46 +00:00
crisleo94 3dce15d87d Merge pull request 'Implement: US: Manage Trello Lists' (#7) from feature/manage-lists into main
Reviewed-on: #7
Reviewed-by: crisleo94 <cristhian.reinoso@codescripters.org>
2026-05-26 23:00:39 +00:00
crisleo94 8c05e999b3 Merge branch 'main' into feature/manage-lists 2026-05-26 22:59:22 +00:00
crisleo94 9496ef45ea Merge pull request 'Implement: US: Manage Trello Boards' (#6) from feature/manage-boards into main
Reviewed-on: #6
Reviewed-by: crisleo94 <cristhian.reinoso@codescripters.org>
2026-05-26 22:59:10 +00:00
crisleo94 5705b067c8 Merge branch 'main' into feature/manage-boards 2026-05-26 22:59:03 +00:00
crisleo94 44c53f8015 Merge pull request 'Implement: US: Authenticate and Connect to Trello Account' (#5) from feature/trello-auth into main
Reviewed-on: #5
Reviewed-by: crisleo94 <cristhian.reinoso@codescripters.org>
2026-05-26 22:46:26 +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