Skip to content
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

Journal Pagination #74

Open
LaurelMorrison opened this issue Jun 17, 2021 · 0 comments
Open

Journal Pagination #74

LaurelMorrison opened this issue Jun 17, 2021 · 0 comments
Labels
enhancement New feature or request Journal Entry

Comments

@LaurelMorrison
Copy link
Contributor

As a journal reader, I would like to view a single journal entry at a time, so that I am not overwhelmed by information when I list journal entries.

NOTE: this feature allows users to scroll through journal entries with their arrow keys.

Given the user is viewing the Journal Management menu
When they select the option to list journal entries
Then they should be presented with the first journal entry

Given the user is viewing a single journal entry
When they push the down arrow button
Then they should be presented with the next journal entry

Given the user is viewing a single journal entry
When they push the up arrow button
Then they should be presented with the previous journal entry

Given the user is viewing the first journal entry
When they push the up arrow button
Then they should be presented with the last journal entry

Given the user is viewing the last journal entry
When they push the down arrow button
Then they should be presented with the first journal entry

Given the user is viewing a single journal entry
When they push the enter button
Then they should be presented with the Jounal Management menu

@LaurelMorrison LaurelMorrison added enhancement New feature or request Journal Entry labels Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Journal Entry
Projects
None yet
Development

No branches or pull requests

1 participant