Skip to content

Commit 237ca6d

Browse files
committed
Update TASKS.md to reflect current task management and remove deferred items
1 parent 6629f84 commit 237ca6d

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

TASKS.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
# Homepage Project Tasks
22

3+
**Note:** I previously used a GitHub project to organize tasks. For now I continue with this Markdown file because it works well with AI within Cursor.
4+
35
---
46

57
## Next Actions
68

7-
*Waiting for initial tasks to be defined.*
9+
*Tasks are being managed through the sections below.*
810

911
---
1012

1113
## Todo
1214

13-
### Epic: Core Features
14-
15-
- [ ] **P1** T1 [M] Set up basic project structure (e.g., React, Webpack, Babel).
16-
- [ ] **P2** T2 [L] Design and implement the main layout and navigation.
17-
18-
### Epic: Content
15+
### Epic: Nice-to-Have Features
1916

20-
- [ ] **P3** T3 [S] Write and add content for the home page.
17+
- [ ] **P4** T5 [M] Implement dark mode.
18+
- [ ] **P4** T6 [S] Add animations to page transitions.
2119

2220
---
2321

@@ -27,29 +25,24 @@
2725

2826
---
2927

30-
## Deferred
31-
32-
- [ ] ⏸️ T4 [S] Add a blog section. [DEFERRED] Post-launch feature.
33-
34-
---
35-
3628
## Backlog
3729

38-
### Epic: Nice-to-Have Features
39-
40-
- [ ] **P4** T5 [M] Implement dark mode.
41-
- [ ] **P4** T6 [S] Add animations to page transitions.
30+
(No backlog items currently)
4231

4332
---
4433

4534
## Done
4635

36+
- [x] ✅ T13 [S] Removed hallucination/relict entries from TASKS.md and updated project management note.
4737
- [x] ✅ T12 [S] Updated Welcome page text to be more professional and confident.
4838
- [x] ✅ T11 [S] Fixed markdownlint errors in .cursor/rules/import-groups-spacing.mdc.
4939
- [x] ✅ T10 [S] Fixed markdownlint errors in .cursor/rules/import-order-rules.mdc.
5040
- [x] ✅ T9 [S] Fix MD044 linting and update README formatting.
5141
- [x] ✅ T8 [S] Update .markdownlint.json configuration.
5242
- [x] ✅ T7 [S] Update README.md to mention TASKS.md for project management.
43+
- [x] ✅ T3 [S] Write and add content for the home page.
44+
- [x] ✅ T2 [L] Design and implement the main layout and navigation.
45+
- [x] ✅ T1 [M] Set up basic project structure (React, Webpack, Babel).
5346
- [x] ✅ T0 [S] Initialized project repository.
5447

5548
---

0 commit comments

Comments
 (0)