Skip to content

Commit 9634d1f

Browse files
committed
Updated admin-notes
1 parent a1186b6 commit 9634d1f

7 files changed

Lines changed: 42 additions & 53 deletions

File tree

docs_build/dev/admin-notes/adminNotes/Admin notes.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs_build/dev/admin-notes/adminNotes/index.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
[x] Add a human theme
2-
[x] How do we adjust the step size
3-
41

52
[.] Palette updates
63
- tones
74
-- [x] earthy
85
-- [x] human
9-
-- [x] water
6+
-- [x] water - tone (earthy, human, water, floral, TV Age, console age, arcade)
107
-- [x] floral
118
-- [ ] TV Age
129
-- [x] console age
@@ -16,3 +13,5 @@
1613
- left to right
1714
- Middle Gray ROYGBIV
1815
- step sizes (2-255)
16+
17+
[x] Adjust the step size white/black from center
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[ ] Project Life Cycle
22
- how many saves for promote
33
- how many restore points for a tool (undos)
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
[x] Tools Tiles
3+
- should have status of (I think these are called kickers): planned, in-progres, beta, complete
4+
- let user pick what they want to see, default to complete

docs_build/dev/admin-notes/index.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,35 @@ src\assets\fonts\0xProtoNerdFont\ to assets\theme-v2\fonts\
77
src\assets\fonts\vector_battle\ to assets\theme-v2\fonts\
88
delete src\assets\
99

10+
11+
12+
13+
# Admin Notes Ownership
14+
15+
Admin Notes are dev-only documentation artifacts.
16+
17+
Owned paths:
18+
- `docs_build/dev/admin-notes/index.txt` is the root admin note.
19+
- `docs_build/dev/admin-notes/other/index.txt` is the simple subnote fixture.
20+
- `docs_build/dev/admin-notes/quick-reference.txt` is a linked text-note fixture.
21+
- `docs_build/dev/admin-notes/sample.txt` is a root-relative link example note.
22+
- `docs_build/dev/admin-notes/notes/index.txt` is retained historical admin-note content.
23+
24+
Runtime boundary:
25+
- Admin Notes viewer implementation, when needed for local/dev inspection, belongs under `src/dev-runtime/admin/`.
26+
- Local/dev viewer access belongs under `src/dev-runtime/admin/`.
27+
- Public user navigation, Admin/public route pages, toolbox pages, root pages, and production runtime bundles must not link to or fetch Admin Notes content.
28+
- UAT/PROD bundles must not import `src/dev-runtime/admin/`.
29+
30+
31+
32+
[.] Admin notes
33+
- reads txt file (this one) and displays
34+
- if a note has [subnote] it should be a link on the page and display [subnote].txt
35+
- example [other] should display other.txt,
36+
- at the top of subnote pages, have a return take you to note.txt
37+
- name is up for discuttion (this is my ideas, things I want to fix, undecided question)
38+
[ ] Correction Notes update
39+
[subnote] should be /[subnote]/note.txt
40+
41+
Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,12 @@
1-
[ ] Tiles
2-
-
31

4-
[ ] Project Life Cycle
5-
6-
7-
[ ] Palette updates
8-
- tone (earthy, human, water, floral, TV Age, console age, arcade)
9-
10-
[ ] Picker
11-
- left to right
12-
- Middle Gray ROYGBIV
13-
- step sizes (2-255)
14-
15-
[ ] Project dificullty
16-
- left to right easiest to hardest
17-
- build off of, type, enemy, heros, levels, etc.
182

193
[x] Admin notes
204
- reads txt file (this one) and displays
215
- if a note has [subnote] it should be a link on the page and display [subnote].txt
226
- example [other] should display other.txt,
237
- at the top of subnote pages, have a return take you to note.txt
248
- name is up for discuttion (this is my ideas, things I want to fix, undecided question)
25-
[ ] Correction Notes update
26-
[subnote] should be /[subnote]/note.txt
279

10+
[x] Correction Notes update
11+
[subnote] should be /[subnote]/note.txt
2812

29-
[ ] Test/Debug Performance
30-
- use the game engine hooks to track performance
31-
- each section of the loop(draw, physics, move, etc)
32-
- each section will have a start end time
33-
- The test/debug page will be the location for test,
34-
- only on when run from test

0 commit comments

Comments
 (0)