-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Justin Charles <[email protected]>
- Loading branch information
1 parent
dab68e5
commit d4f6b93
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |