tylermcnamara / CSC305-BudgetBuddy

0 stars 0 forks source link

Account Login UI #28

Open nlichtenfels opened 7 months ago

nlichtenfels commented 7 months ago

AS A user wanting to access my account quickly,

INSTEAD OF navigating through a confusing or poorly designed login interface,

I WANT TO have a clear, simple, and straightforward login page that prominently features the username and password fields, a login button, and a link for account recovery options,

SO THAT I can easily and swiftly access my account without frustration or delays.

ACCEPTANCE CRITERIA

SCENARIO: Efficient and user-friendly account login

GIVEN I am a returning user with an existing account,

WHEN I visit the login page,

AND I enter my username and password and click on the login button,

THEN I should be logged into my account WITHIN 5 seconds

AND I am taken directly to my dashboard or home page WITHIN the login process.