A skeleton for making use case documentation in markdown (which is handy for SCM like github, gitlab or various CMS). It mainly follows Craig Larman's format in the first edition of "Applying UML and Patterns" book Good reads review
You may also want to refer to Markdown Cheatsheet
Actors: Actor
Scope: Software system
Purpose: Intention of the use case.
Type: Primary (Secondary, Optional)
Overview: A brief description of what happens in this use case.
Actor Action | System Response |
---|---|
1. This use case begins when Actor wants to initiate an event. | |
2. The Actor does something... | 3. The system determines something or responds... |
4. | |
5. | 6. |
1a. ...
3a. ...
3b. ...
Actor Action | System Response |
---|---|
1. This use case begins when Actor wants to initiate an event. | |
2. The Actor does something... | 3. The system determines something or responds... |
4. | |
5. | 6. |