@@ -15,3 +15,69 @@ Avoid:
1515
1616Reference implementation:
1717Idea Board is the reference implementation.
18+
19+
20+ DB base
21+ Creator Table 1
22+ Parent Table * -1 user
23+ Child Table -- * -1 Parent
24+
25+
26+ No selected Items
27+ ┌──────────────────────────────────────────────────────────────────────────────────────────────────────┐
28+ │ Idea Board │
29+ ├───────────────┬─────────────────────────────────────────┬───────────┬────────────┬─────────┬─────────┤
30+ │ Idea │ Pitch │ Status │ Updated │ Notes │ Actions │
31+ ├───────────────┼─────────────────────────────────────────┼───────────┼────────────┼─────────┼─────────┤
32+ │ Top Thougts │ Smartest person wins... │ Exploring │ 2026-06-20 │ 3 Notes │ Edit Del│
33+ ├───────────────┬─────────────────────────────────────────┬───────────┬────────────┬─────────┬─────────┤
34+ │ Sky Orchard │ Grow floating islands... │ Exploring │ 2026-06-20 │ 3 Notes │ Edit Del│
35+ ├───────────────┴─────────────────────────────────────────┴───────────┴────────────┴─────────┴─────────┤
36+ │ Clockwork... │ Deliver messages through looping city...│ New │ 2026-06-20 │ 0 Notes │ Edit Del│
37+ ├───────────────┴─────────────────────────────────────────┴───────────┴────────────┴─────────┴─────────┤
38+ │ [ Add Idea ] │
39+ └──────────────────────────────────────────────────────────────────────────────────────────────────────┘
40+
41+
42+ Clicking {Sky Orchard {chevron down arrow}] Expands/Acording the Note(s) for that Idea
43+ ┌────────────────────────────────────────────────────────────────────────────────────────────────────┐
44+ │ Idea Board │
45+ ├───────────────┬─────────────────────────────────────────┬───────────┬────────────┬─────────┬─────────┤
46+ │ Idea │ Pitch │ Status │ Updated │ Notes │ Actions │
47+ ├───────────────┼─────────────────────────────────────────┼───────────┼────────────┼─────────┼─────────┤
48+ │ Top Thougts │ Smartest person wins... │ Exploring │ 2026-06-20 │ 3 Notes │ Edit Del│
49+ ├───────────────┬─────────────────────────────────────────┬───────────┬────────────┬─────────┬─────────┤
50+ │ Sky Orchard[ ^}│ Grow floating islands... │ Exploring │ 2026-06-20 │ 3 Notes │ Edit Del│
51+ ├───────────────┴─────────────────────────────────────────┴───────────┴────────────┴─────────┴─────────┤
52+ │ Notes │
53+ │ --------------------------------------------------------------------------------------------------- │
54+ │ note 1 [ Edit] [ Delete] │
55+ │ System seed note: compare early ideas before project creation. [ Edit] │
56+ │ Ask whether the core loop is planning, defense, or both. [ Edit] [ Delete] │
57+ │ │
58+ │ [ Add Note ] │
59+ ├───────────────┬─────────────────────────────────────────┬───────────┬────────────┬─────────┬─────────┤
60+ │ Clockwork... │ Deliver messages through looping city...│ New │ 2026-06-20 │ 0 Notes │ Edit Del│
61+ ├───────────────┴─────────────────────────────────────────┴───────────┴────────────┴─────────┴─────────┤
62+ │ [ Add Idea ] │
63+ └──────────────────────────────────────────────────────────────────────────────────────────────────────┘
64+
65+ Clickin Add Idea
66+ ┌────────────────────────────────────────────────────────────────────────────────────────────────────┐
67+ │ Idea Board │
68+ ├───────────────┬─────────────────────────────────────────┬───────────┬────────────┬─────────┬─────────┤
69+ │ Idea │ Pitch │ Status │ Updated │ Notes │ Actions │
70+ ├───────────────┼─────────────────────────────────────────┼───────────┼────────────┼─────────┼─────────┤
71+ │ Top Thougts │ Smartest person wins... │ Exploring │ 2026-06-20 │ 3 Notes │ Edit Del│
72+ ├───────────────┬─────────────────────────────────────────┬───────────┬────────────┬─────────┬─────────┤
73+ │ Sky Orchard │ Grow floating islands... │ Exploring │ 2026-06-20 │ 3 Notes │ Edit Del│
74+ ├───────────────┴─────────────────────────────────────────┴───────────┴────────────┴─────────┴─────────┤
75+ │ Clockwork... │ Deliver messages through looping city...│ New │ 2026-06-20 │ 0 Notes │ Edit Del│
76+ ├───────────────┴─────────────────────────────────────────┴───────────┴────────────┴─────────┴─────────┤
77+ │ [ input.....] │ [ input.....] │ [ Dropdown] │ [ autofile] │ 0 Notes │ Save Can│
78+ └──────────────────────────────────────────────────────────────────────────────────────────────────────┘
79+
80+
81+
82+
83+
0 commit comments