Skip to content

Commit

Permalink
Docs: User's Stories
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Charles <[email protected]>
  • Loading branch information
justin212407 committed Feb 14, 2025
1 parent dab68e5 commit d4f6b93
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/user-stories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## User’s Stories:

### Project MANAGEMENT

1. Start a new Project
(a button to create a new project)

2. Load an existing project.
(a button to load an existing project, file explorer)
- Options:
1. Overwrite your current project.
2. Merge your existing project with the current project. (popover to confirm a choice)

3. Save a project.
(a button to save a project)

### Program Execution

1. Run a program. (visible only when program not running)
(a button to run the program)

2. Pausing a running Program (vice versa)
(a button for running the program)

3. Stop a running Program (vice versa)
(a button for stopping a running program)

4. Run one thread of a program slowly
(a button to play a thread slowly)

5. Run one thread step by step.
(a button to play a thread step by step)

0 comments on commit d4f6b93

Please sign in to comment.