|
1 | | -Ideas |
2 | | -- [ ] Capture admin-only project ideas here. |
3 | | - - [.] Keep nested ideas visible while they are still taking shape. |
4 | | -- Use bracket links for connected notes, such as [other]. |
5 | | -- Open a file from this folder with [quick-reference, docs_build/dev/admin-notes/quick-reference.txt]. |
6 | | -- Review generated achievement prompts at [HERE, docs_build\tools-images-generated\achievements.txt]. |
7 | | -- Review the same generated prompts with a forward slash path at [HERE-FWD, docs_build/tools-images-generated/achievements.txt]. |
8 | | - |
9 | | -Things to Fix |
10 | | -- [!] Replace placeholder notes with concrete admin follow-up items. |
11 | | -- [-] Keep intentionally skipped work visible without counting it as open. |
12 | | -- Track fixes that are not ready for a dedicated BUILD_PR yet. |
13 | | - |
14 | | -Undecided Questions |
15 | | -- [?] Decide which project questions need their own subnote files. |
16 | | -- Keep open decisions visible until they become scoped work. |
| 1 | + |
| 2 | +[ ] http://127.0.0.1:5500/admin/db-viewer.html |
| 3 | + |
| 4 | +[ ] Tiles |
| 5 | +- |
| 6 | + |
| 7 | +[ ] Project Life Cycle |
| 8 | + |
| 9 | + |
| 10 | +[ ] Palette updates |
| 11 | +- tone (earthy, human, water, floral, TV Age, console age, arcade) |
| 12 | + |
| 13 | +[ ] Picker |
| 14 | +- left to right |
| 15 | +- Middle Gray ROYGBIV |
| 16 | +- step sizes (2-255) |
| 17 | + |
| 18 | +[ ] Project dificullty |
| 19 | +- left to right easiest to hardest |
| 20 | +- build off of, type, enemy, heros, levels, etc. |
| 21 | + |
| 22 | +[x] Admin notes |
| 23 | +- reads txt file (this one) and displays |
| 24 | +- if a note has [subnote] it should be a link on the page and display [subnote].txt |
| 25 | +- example [other] should display other.txt, |
| 26 | +- at the top of subnote pages, have a return take you to note.txt |
| 27 | +- name is up for discuttion (this is my ideas, things I want to fix, undecided question) |
| 28 | +[ ] Correction Notes update |
| 29 | +[subnote] should be /[subnote]/note.txt |
| 30 | + |
| 31 | + |
| 32 | +[ ] Test/Debug Performance |
| 33 | +- use the game engine hooks to track performance |
| 34 | +- each section of the loop(draw, physics, move, etc) |
| 35 | +- each section will have a start end time |
| 36 | +- The test/debug page will be the location for test, |
| 37 | +- only on when run from test |
0 commit comments