BASE As a client I want to be able to login or create a new account.
a) Description: User must be able to login or create a new account.
They should receive an error message if they enter the wrong
username or password, or enter an existing username when creating
an account.
b) Task: Create the necessary UI elements and methods of the database
manager class.
c) Test: Login and create accounts and verify they exist by looking
at the database.
d) Priority: 9
e) Estimation: 1 = 2 hours
f) Done: Users can log in and create accounts successfully.
BASE As a client I want to be able to login or create a new account.
a) Description: User must be able to login or create a new account. They should receive an error message if they enter the wrong username or password, or enter an existing username when creating an account. b) Task: Create the necessary UI elements and methods of the database manager class. c) Test: Login and create accounts and verify they exist by looking at the database. d) Priority: 9 e) Estimation: 1 = 2 hours f) Done: Users can log in and create accounts successfully.