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

BE-1 : Check if the username is already stored in our system #1

Open
omonimus1 opened this issue Mar 21, 2020 · 1 comment
Open

BE-1 : Check if the username is already stored in our system #1

omonimus1 opened this issue Mar 21, 2020 · 1 comment
Assignees
Labels
data_persistance enhancement New feature or request

Comments

@omonimus1
Copy link
Owner

Problem
Actually, the application asks always for a username even if it is already stored in the user_data.json

**Solution **
Check if the .json file that contains the username exists. If the file exists, fetch the username value, otherwise, ask the username and store it in user_data.json file to create data persistency.

@omonimus1 omonimus1 added enhancement New feature or request data_persistance labels Mar 21, 2020
@omonimus1 omonimus1 self-assigned this Mar 21, 2020
@omonimus1 omonimus1 changed the title Check for existing username Check if the username is already stored in our system Mar 21, 2020
@omonimus1 omonimus1 changed the title Check if the username is already stored in our system BE-1 : Check if the username is already stored in our system Mar 26, 2020
@omonimus1
Copy link
Owner Author

If the user name is already stored, say hello to the user.
Otherwise, ask to user his/her name and story it.

@omonimus1 omonimus1 added this to the personal_assistant milestone Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data_persistance enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant