-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem
8 dojo sessions exist on disk (created correctly in Keiko 10 #343). All have conceptsCount=0, entriesCount=0, cycleName=null.
The session write is wired (meta.json is created), but nothing ever populates the session with concepts or entries.
What to investigate
- What is a dojo session supposed to contain? Concepts derived from diary? Learning summaries? Q&A history?
- Is there a populate step in the dojo generate or dojo session command that should run during cooldown?
- Does the dojo CLI have a command that generates content into a session, and is it being called?
Test required
Run kata dojo [relevant command] against a completed cycle and verify that:
- Session has conceptsCount > 0
- Session has entriesCount > 0
- cycleName is populated
This is a good candidate for end-to-end dojo testing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels