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

Unnecessary Login Option in ATM Machine Project #22

Open
umru-ayaar opened this issue Sep 11, 2023 · 0 comments
Open

Unnecessary Login Option in ATM Machine Project #22

umru-ayaar opened this issue Sep 11, 2023 · 0 comments

Comments

@umru-ayaar
Copy link

umru-ayaar commented Sep 11, 2023

There is a redundant "Login" option provided even when no user accounts exist. This option should not be available unless user accounts have been created.

Steps to Reproduce:
Comment out the initially added hardcoded accounts in OptionMenu.java line:185-186
Access the ATM Machine project.
Observe the initial user interface.

Expected Behavior:

The user interface should not display the "Login" option when there are no user accounts created. Instead, it should only provide the "Create Account" option to guide users in setting up their accounts.

Actual Behavior:

The user interface displays both "Login" and "Create Account" options, even though there are no user accounts created yet. When selecting the "Login" option, it leads to confusion as there are no existing accounts to log into.

Additional Information:

This issue impacts the user experience negatively, as it can confuse users and make it seem as though they should have an account already. To enhance usability and clarity, it is recommended to remove the "Login" option until at least one user account has been created.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant