-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bf431a
commit 73fa22c
Showing
3 changed files
with
39 additions
and
13 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 |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# WorkDayPlanner | ||
This page contains time blocks from 9am-5pm. Each time block is color coded to indicate the past, present, and future. A user can then, enter an event during this time block and save it. | ||
|
||
GIVEN I am using a daily planner to create a schedule | ||
WHEN I open the planner | ||
THEN the current day is displayed at the top of the calendar | ||
WHEN I scroll down | ||
THEN I am presented with time blocks for standard business hours of 9am to 5pm | ||
WHEN I view the time blocks for that day | ||
THEN each time block is color-coded to indicate whether it is in the past, present, or future | ||
WHEN I click into a time block | ||
THEN I can enter an event | ||
WHEN I click the save button for that time block | ||
THEN the text for that event is saved in local storage | ||
WHEN I refresh the page | ||
THEN the saved events persist |
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
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