Skip to content

Commit 9183215

Browse files
committed
roadmap: new items.
1 parent 40207c8 commit 9183215

File tree

1 file changed

+86
-1
lines changed

1 file changed

+86
-1
lines changed

public/roadmap/roadmap.piml

Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(title) More Commands for Code Seance
2727
(description) Expand the set of available commands and interactions in Code Seance.
2828
(category) Games
29-
(status) In Progress
29+
(status) Completed
3030
(priority) Medium
3131
(created_at) 2025-11-28T15:00:00+03:00
3232
(notes) Focus on developer-themed commands.
@@ -170,3 +170,88 @@
170170
(priority) High
171171
(created_at) 2025-12-17T18:34:00+03:00
172172
(notes) Sidebar should have a dark red color (transparent salmon)
173+
174+
> (issues)
175+
(id) FEZ-16
176+
(title) Knowledge Graph Visualization Protocol
177+
(description)
178+
A visual 'brain' for Fezcodex. Every single blog post, app, and log will be a node in a 3D interactive map.
179+
Nodes are connected by shared tags (e.g., 'React' or 'Horror'). Users can spin, zoom, and click nodes to travel
180+
through the site's logic instead of using standard menus.
181+
(category) Discovery
182+
(epic) OS Experience
183+
(status) Planned
184+
(priority) Medium
185+
(created_at) 2025-12-21T18:00:00+03:00
186+
(notes) Clicking a node should show a preview tooltip with the thumbnail and summary.
187+
188+
> (issues)
189+
(id) FEZ-17
190+
(title) Windowed Workspace Environment
191+
(description)
192+
A 'Desktop Mode' toggle. When active, apps (like Notepad or Morse Code) don't take up the whole screen.
193+
Instead, they open in draggable, resizable windows with a taskbar at the bottom. This allows you to
194+
use multiple tools at once—for example, taking notes while playing a game or translating text.
195+
(category) UI/UX
196+
(epic) OS Experience
197+
(status) Planned
198+
(priority) Low
199+
(created_at) 2025-12-21T18:00:00+03:00
200+
(notes) Use Framer Motion for dragging physics and Z-index management (active window comes to front).
201+
202+
> (issues)
203+
(id) FEZ-18
204+
(title) Real-time System Telemetry Stream
205+
(description)
206+
A narrow, persistent 'data strip' at the bottom of the site. It acts like a technical ticker tape,
207+
streaming a mix of real data (Current Page, Scroll Speed, FPS) and atmospheric 'Ghost Data'
208+
(e.g., 'Decrypting_Memory_Bank...', 'Spirit_Found_at_0x004'). It pulses when you click things.
209+
(category) Atmosphere
210+
(epic) OS Experience
211+
(status) Planned
212+
(priority) High
213+
(created_at) 2025-12-21T18:00:00+03:00
214+
(notes) The strip should have a 'glitch' animation when an achievement is unlocked.
215+
216+
> (issues)
217+
(id) FEZ-19
218+
(title) Central Command Dashboard
219+
(description)
220+
The Home Page becomes a technical command center. Instead of just a title, you see large digital
221+
counters showing 'Total Intel Logged', 'Active Artifacts', and 'Global Uptime'. It will feature
222+
a 'Latest Signal' feed (recent posts) and a 'Achievement Progress' radar chart.
223+
(category) UI/UX
224+
(epic) OS Experience
225+
(status) Planned
226+
(priority) High
227+
(created_at) 2025-12-21T18:00:00+03:00
228+
(notes) Visual layout should feel like a NASA control room or a security monitor.
229+
230+
> (issues)
231+
(id) FEZ-20
232+
(title) Subliminal Glitch Protocol
233+
(description)
234+
Hidden layers of mystery. Typing secret codes (like 'OVERLOAD') into the command palette triggers
235+
site-wide visual events (screen shake, color inversion). Hidden 'Ghost Comments' will be buried
236+
in the HTML code for developers to find, leading to secret unlisted pages.
237+
(category) Mystery
238+
(epic) Mystery
239+
(status) In Progress
240+
(priority) Medium
241+
(created_at) 2025-12-21T18:00:00+03:00
242+
(notes) First secret: typing 'FEZ' on any page should make the logo spin once.
243+
244+
> (issues)
245+
(id) FEZ-21
246+
(title) Data-Reactive Generative Backdrops
247+
(description)
248+
The background art is currently random. This protocol makes it 'intelligent'. In the Morse Code app,
249+
the art pulses to your typing. In the Password Generator, it sharpens as your password gets stronger.
250+
The background becomes a visual echo of your actions.
251+
(category) Aesthetic
252+
(epic) OS Experience
253+
(status) Planned
254+
(priority) Medium
255+
(created_at) 2025-12-21T18:00:00+03:00
256+
(notes) Requires passing a 'data stream' prop to the GenerativeArt component.
257+

0 commit comments

Comments
 (0)