Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Implement getting user input function #22

Open
samdai01 opened this issue Feb 3, 2024 · 0 comments
Open

Implement getting user input function #22

samdai01 opened this issue Feb 3, 2024 · 0 comments
Labels
enhancement New feature or request good_first_issue

Comments

@samdai01
Copy link
Contributor

samdai01 commented Feb 3, 2024

Purpose

The user will enter commands for what data or test or menu they want to view. We need to parse their input into a string and return it to the app for processing

Description

Until the user inputs a series of alphanumeric characters, reprompt for input
Need to account for the case where the user inputs any symbol other than lowercase letters and numbers -> in this case try again
Once we obtain proper input, parse it into a string and return it

@samdai01 samdai01 added enhancement New feature or request good_first_issue labels Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good_first_issue
Projects
None yet
Development

No branches or pull requests

1 participant