Skarn3 / COSC381_SAHIL

MIT License
0 stars 0 forks source link

Menu Creation #6

Open Skarn3 opened 6 months ago

Skarn3 commented 6 months ago

Issue Details:

PBI (User Story):
As a new user, I want to understand the options provided by the program so that I can easily quit if needed.

Persona:
Name: Alex
Description: A beginner user who is exploring the program for the first time and seeks clarity on available options.

Feature:
Implement a menu system in query.py to provide clear options to the user.

Business Value:
Improves user experience by offering intuitive navigation and easy program termination.

Task List:

  1. Develop a simple menu in query.py.
  2. Ensure the 'q' option exits the program.
  3. Enable the menu to reappear for any invalid input.

Acceptance Criteria:

GitHub Flow Steps:

  1. Create a new branch "menu-feature" from the main branch.
  2. Implement the menu feature in query.py, making clear and concise commits.
  3. Push the branch to the remote repository.
  4. Create a pull request for merging "menu-feature" into the main branch.
  5. Review and address any feedback on the pull request.
  6. Merge the pull request once approved.
  7. Close the issue related to menu feature implementation.