|
1 | | -[ ] Start the server |
| 1 | +[.] Start the server |
2 | 2 | npm run dev:local-api |
3 | 3 |
|
4 | | -[x] moved fonts |
5 | | -assets\theme-v2\fonts\0xProtoNerdFont\ |
6 | | -assets\theme-v2\fonts\vector_battle\ |
7 | | -src\assets\ removed after move |
| 4 | +[x] move |
| 5 | +src\assets\fonts\0xProtoNerdFont\ to assets\theme-v2\fonts\ |
| 6 | +src\assets\fonts\vector_battle\ to assets\theme-v2\fonts\ |
| 7 | +delete src\assets\ |
8 | 8 |
|
9 | | -[ ] Project Life Cycle |
10 | | - |
11 | | - |
12 | | -[ ] Palette updates |
13 | | -- tone (earthy, human, water, floral, TV Age, console age, arcade) |
14 | | - |
15 | | -[ ] Picker |
16 | | -- left to right |
17 | | -- Middle Gray ROYGBIV |
18 | | -- step sizes (2-255) |
19 | | - |
20 | | -[ ] Project dificullty |
21 | | -- left to right easiest to hardest |
22 | | -- build off of, type, enemy, heros, levels, etc. |
23 | | - |
24 | | -[.] Admin notes |
25 | | -- reads txt file (this one) and displays |
26 | | -- if a note has [subnote] it should be a link on the page and display [subnote].txt |
27 | | -- example [other] should display other.txt, |
28 | | -- at the top of subnote pages, have a return take you to note.txt |
29 | | -- name is up for discuttion (this is my ideas, things I want to fix, undecided question) |
30 | | -[ ] Correction Notes update |
31 | | -[subnote] should be /[subnote]/note.txt |
32 | | - |
33 | | - |
34 | | -[ ] Test/Debug Performance |
35 | | -- use the game engine hooks to track performance |
36 | | -- each section of the loop(draw, physics, move, etc) |
37 | | -- each section will have a start end time |
38 | | -- The test/debug page will be the location for test, |
39 | | -- only on when run from test |
40 | | - |
41 | | -[ ] Before UAT, add a milestone: |
42 | | - |
43 | | -Security Gate 1 |
44 | | - |
45 | | -Requirements: |
46 | | - |
47 | | -Server-side session |
48 | | -Server-side auth |
49 | | -Server-side role checks |
50 | | -Server-side ownership checks |
51 | | -API layer between UI and DB |
52 | | -No direct browser DB writes |
53 | | - |
54 | | -Scoring it today 2026-06-06: |
55 | | -Data Model 8/10 |
56 | | -Role Model 8/10 |
57 | | -UI Protection 7/10 |
58 | | -Real Security 1/10 |
59 | | - |
60 | | -because true security doesn't exist until the server validates every request. |
0 commit comments