Skip to content

Commit 000c11e

Browse files
ryaneggzclaude
andcommitted
chore: update wiki submodule and add plan file
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: ryaneggz <kre8mymedia@gmail.com>
1 parent 45e3b8f commit 000c11e

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Plan: Add Epics to Issue #821 Description
2+
3+
## Context
4+
5+
Issue #821 (`feat(docs): Add screenshots for visual walkthrough in wiki documentation`) lists pages that need screenshots added to the wiki docs. Currently it covers: Assistants, Memories, Schedules, Projects, and Chat Page. However, **Epics** is a fully-featured module in the app (with index page, detail page, task management, create modals) and is missing from the issue.
6+
7+
There is also no wiki docs page for Epics yet (`wiki/docs/epics/` does not exist), unlike the other features listed.
8+
9+
## What needs to change
10+
11+
**Update issue #821 body** to add an Epics bullet matching the existing format:
12+
13+
Current list:
14+
- Assistants (`/docs/assistants`)
15+
- Memories (`/docs/memories`)
16+
- Schedules (`/docs/schedules`)
17+
- Projects (`/docs/projects`)
18+
- Chat Page (`/docs/chat`)
19+
20+
Add:
21+
- **Epics** (`/docs/epics`) — screenshots of epic creation, epic grid view, task management within an epic, and task status updates
22+
23+
Also add a corresponding acceptance criterion:
24+
- `[ ] Screenshots captured from chat.ruska.ai for the Epics feature (index + detail pages)`
25+
26+
## Implementation
27+
28+
1. Run `gh issue edit 821` with the updated body that includes the Epics entry in both the Summary list and Acceptance Criteria.
29+
30+
## Key files reference (for screenshot context)
31+
32+
- Epic index page (grid view): `frontend/src/pages/epics/index.tsx`
33+
- Epic detail page (tasks): `frontend/src/pages/epics/EpicDetailPage.tsx`
34+
- Create epic modal: `frontend/src/components/modals/CreateEpicModal.tsx`
35+
- Create task modal: `frontend/src/components/modals/CreateTaskModal.tsx`
36+
37+
## Verification
38+
39+
- Confirm the updated issue at https://github.com/ruska-ai/orchestra/issues/821 shows Epics in both the summary list and acceptance criteria.

wiki

Submodule wiki updated from 2ba716d to 171694c

0 commit comments

Comments
 (0)