diff --git a/decisions/20241102-plan-november-2024.md b/decisions/20241102-plan-november-2024.md new file mode 100644 index 0000000000..d86dc0f964 --- /dev/null +++ b/decisions/20241102-plan-november-2024.md @@ -0,0 +1,57 @@ +# Proposed: Plan November 2024. + +## The Context + +## The Problem Statement + +## Describe how your proposal will work with code, pseudo-code, mock-ups, or diagrams + +```mermaid +graph TD + Z[Restore Backend Server] + A[Restore old V-Sekai] + B[Game Telemetry System] + C[Integrate Motion Matching Techniques] + D[Implement Crash Reporting System and Performance Metrics] + E[Optimize Engine for Smooth Framerates] + F[Recruit Artist for Default Home Map] + G[Implement Account System, TOS, Privacy Policy] + H[Integration of Video Playback & Streaming] + + Z --> A + A --> C + C --> D + D --> E + A --> F + A --> G + A --> H +``` + +## The Benefits + +## The Downsides + +## The Road Not Taken + +## The Infrequent Use Case + +## In Core and Done by Us + +## Status + +Status: Proposed + +## Decision Makers + +- V-Sekai development team + +## Tags + +- V-Sekai + +## Further Reading + +1. [V-Sekai ยท GitHub](https://github.com/v-sekai) - Official GitHub account for the V-Sekai development community focusing on social VR functionality for the Godot Engine. +2. [V-Sekai/v-sekai-game](https://github.com/v-sekai/v-sekai-game) is the GitHub page for the V-Sekai open-source project, which brings social VR/VRSNS/metaverse components to the Godot Engine. + +AI assistant Aria assisted with this article. diff --git a/index.qmd b/index.qmd index 0534f9f503..6171bc40ac 100644 --- a/index.qmd +++ b/index.qmd @@ -10,27 +10,3 @@ - Contribute on GitHub [here](https://github.com/V-Sekai). - Reach Out to SaracenOne, Lyuma, or Fire. -```mermaid -%% V-Sekai Social Virtual Reality Project -graph TD - Z[Restore Backend Server] - A[Restore old V-Sekai] - B[Game Telemetry System] - C[Integrate Motion Matching Techniques] - D[Implement Crash Reporting System and Performance Metrics] - E[Optimize Engine for Smooth Framerates] - F[Recruit Artist for Default Home Map] - G[Implement Account System, TOS, Privacy Policy] - H[Integration of Video Playback & Streaming] - - Z --> A - A --> C - C --> D - D --> E - A --> F - A --> G - A --> H - - %% Task styling - classDef taskInfo fill:#f9f,stroke:#333,stroke-width:2px; -```