summaryrefslogtreecommitdiff
path: root/SPRINT.md
diff options
context:
space:
mode:
Diffstat (limited to 'SPRINT.md')
-rw-r--r--SPRINT.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/SPRINT.md b/SPRINT.md
index 05d7ee1..65150e5 100644
--- a/SPRINT.md
+++ b/SPRINT.md
@@ -7,11 +7,11 @@ Goal: Initialize project tooling for Claude Code
## In Progress
## Backlog (Prioritized)
-- [ ] **[FEATURE-004]** Add page number pagination on tag pages
- - Show numbered page links (e.g. "1, 2, 3, ..., 11") on tag listing pages like `/tags/microblog/`
- - Let users see total page count and jump to specific pages
## Completed This Sprint
+- [x] **[FEATURE-004]** Add year grouping to tag pages, remove pagination
+ - Completed: 2026-01-30
+ - Notes: Removed pagination, single page per tag. Tags with >20 posts show year-grouped sections matching main posts page style (commit e000a4d)
- [x] **[FEATURE-003]** Add next/previous post navigation on blog post pages
- Completed: 2026-01-30
- Notes: Category-scoped navigation (regular/microblog/archived) with i18n support (commit 468d7c4)