-
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.
Deactivate and reactivate dog & test checklist
- Loading branch information
1 parent
c80578f
commit 4283387
Showing
4 changed files
with
38 additions
and
4 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
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
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,20 @@ | ||
# Testing checklist | ||
[_] Add a new Dog | ||
- dog.name = "Major J" | ||
- dog.clientName = "Joseph Johnson" | ||
[_] Find Major | ||
- By Major J | ||
- By Joseph Johnson | ||
[_] Add boarding day 0 am -> day 7 pm | ||
[_] Add boarding day 0 pm -> day 7 am | ||
[_] Add daycare day 0 am -> noon | ||
[_] Add daycare day 0 am -> pm | ||
[_] Add boarding day -1 am -> day 8 pm | ||
[_] Add boarding day -1 pm -> day 8 am | ||
[_] Add boarding 1st day of year -> 1st day of next year | ||
[_] Add daycare every day across DLS | ||
[_] Add events for each half hour of the week | ||
[_] Delete event | ||
[_] Deactivate Dog | ||
[_] Reactivate Dog | ||
[_] Delete Dog |