|
1 | 1 | # Homepage Project Tasks |
2 | 2 |
|
| 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 | + |
3 | 5 | --- |
4 | 6 |
|
5 | 7 | ## Next Actions |
6 | 8 |
|
7 | | -*Waiting for initial tasks to be defined.* |
| 9 | +*Tasks are being managed through the sections below.* |
8 | 10 |
|
9 | 11 | --- |
10 | 12 |
|
11 | 13 | ## Todo |
12 | 14 |
|
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 |
19 | 16 |
|
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. |
21 | 19 |
|
22 | 20 | --- |
23 | 21 |
|
|
27 | 25 |
|
28 | 26 | --- |
29 | 27 |
|
30 | | -## Deferred |
31 | | - |
32 | | -- [ ] ⏸️ T4 [S] Add a blog section. [DEFERRED] Post-launch feature. |
33 | | - |
34 | | ---- |
35 | | - |
36 | 28 | ## Backlog |
37 | 29 |
|
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) |
42 | 31 |
|
43 | 32 | --- |
44 | 33 |
|
45 | 34 | ## Done |
46 | 35 |
|
| 36 | +- [x] ✅ T13 [S] Removed hallucination/relict entries from TASKS.md and updated project management note. |
47 | 37 | - [x] ✅ T12 [S] Updated Welcome page text to be more professional and confident. |
48 | 38 | - [x] ✅ T11 [S] Fixed markdownlint errors in .cursor/rules/import-groups-spacing.mdc. |
49 | 39 | - [x] ✅ T10 [S] Fixed markdownlint errors in .cursor/rules/import-order-rules.mdc. |
50 | 40 | - [x] ✅ T9 [S] Fix MD044 linting and update README formatting. |
51 | 41 | - [x] ✅ T8 [S] Update .markdownlint.json configuration. |
52 | 42 | - [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). |
53 | 46 | - [x] ✅ T0 [S] Initialized project repository. |
54 | 47 |
|
55 | 48 | --- |
|
0 commit comments