-
Notifications
You must be signed in to change notification settings - Fork 25
Lesson 05 #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Lesson 05 #219
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
bbdf539
Feat: Lesson_04 isPrimeNumber Function
f405abe
feat: lesson_05
37d1107
Merge branch 'code-differently:main' into lesson_05
dlipscomb244 f918d7e
feat: lesson_05
9671529
Merge branch 'lesson_05' of https://github.com/dlipscomb244/code-diff…
a4810f6
Delete lesson_04/dennislipscomb/README04.md
dlipscomb244 288309b
lesson_05Quiz
643abfd
Merge branch 'lesson_05' of https://github.com/dlipscomb244/code-diff…
5aaa8e9
chore: revert quiz file changes before submit
anthonydmays File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,31 @@ | ||
## User Stories | ||
|
||
## Example 0 | ||
|
||
AIR PODS - As a busy professional, I want to connect my AirPods to multiple devices so that I can easily switch between my laptop and phone without the hassle of re-pairing. | ||
|
||
## Acceptance Criteria | ||
|
||
- Be able to pair devices amongst the same appleID | ||
- Recognize when a device is open and audio is in use | ||
- Enable a feature that promps user to connect to a device upon opening it if airpods are in use | ||
|
||
## Example 1 | ||
|
||
APPLE WATCH - As a fitness enthusiast, I want my Apple Watch to track my heart rate and workout metrics in real-time so that I can monitor my performance and stay motivated during my exercises. | ||
|
||
## Acceptance Criteria | ||
|
||
- Provide the user with ability to enter health information for more accurate analysis | ||
- Pulse reading technology to monitor heart rate | ||
- User replicated motions to mimic an actual workout to best replicate progress | ||
|
||
## Example 2 | ||
|
||
iPhone - As a musician, I want my iPhone to have a high-quality audio recording app so that I can capture song ideas and practice sessions quickly and easily, no matter where I am. | ||
|
||
## Acceptance Criteria | ||
|
||
- Enhance micprophone quality for clear and consise vocal recording | ||
- Noise cancelation recording | ||
- Multitalking ablity to play and record music at the same time for more accurate recording |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just README.md is file as a file name (by convention). You could also name the file User_Stories.md to better indicate what the content of the file is.