mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-22 23:27:23 +01:00
61 lines
2.2 KiB
YAML
61 lines
2.2 KiB
YAML
# generated: 2026-03-12
|
|
# project: Fantasy-Map-Generator
|
|
# project_key: NOKEY
|
|
# tracking_system: file-system
|
|
# story_location: _bmad-output/implementation-artifacts
|
|
|
|
# STATUS DEFINITIONS:
|
|
# ==================
|
|
# Epic Status:
|
|
# - backlog: Epic not yet started
|
|
# - in-progress: Epic actively being worked on
|
|
# - done: All stories in epic completed
|
|
#
|
|
# Epic Status Transitions:
|
|
# - backlog → in-progress: Automatically when first story is created (via create-story)
|
|
# - in-progress → done: Manually when all stories reach 'done' status
|
|
#
|
|
# Story Status:
|
|
# - backlog: Story only exists in epic file
|
|
# - ready-for-dev: Story file created in stories folder
|
|
# - in-progress: Developer actively working on implementation
|
|
# - review: Ready for code review (via Dev's code-review workflow)
|
|
# - done: Story completed
|
|
#
|
|
# Retrospective Status:
|
|
# - optional: Can be completed but not required
|
|
# - done: Retrospective has been completed
|
|
#
|
|
# WORKFLOW NOTES:
|
|
# ===============
|
|
# - Epic transitions to 'in-progress' automatically when first story is created
|
|
# - Stories can be worked in parallel if team capacity allows
|
|
# - SM typically creates next story after previous one is 'done' to incorporate learnings
|
|
# - Dev moves story to 'review', then runs code-review (fresh context, different LLM recommended)
|
|
|
|
generated: 2026-03-12
|
|
project: Fantasy-Map-Generator
|
|
project_key: NOKEY
|
|
tracking_system: file-system
|
|
story_location: _bmad-output/implementation-artifacts
|
|
|
|
development_status:
|
|
# Epic 1: WebGL Layer Framework Module
|
|
epic-1: in-progress
|
|
1-1-pure-functions-types-and-tdd-scaffold: review
|
|
1-2-framework-core-init-canvas-and-dom-setup: review
|
|
1-3-layer-lifecycle-register-visibility-render-loop: backlog
|
|
epic-1-retrospective: optional
|
|
|
|
# Epic 2: Relief Icons Layer Migration
|
|
epic-2: backlog
|
|
2-1-verify-and-implement-per-icon-rotation-in-buildsetmesh: backlog
|
|
2-2-refactor-draw-relief-icons-ts-to-use-framework: backlog
|
|
2-3-webgl2-fallback-integration-verification: backlog
|
|
epic-2-retrospective: optional
|
|
|
|
# Epic 3: Quality & Bundle Integrity
|
|
epic-3: backlog
|
|
3-1-performance-benchmarking: backlog
|
|
3-2-bundle-size-audit: backlog
|
|
epic-3-retrospective: optional
|