BelcherCharles / EerCare

0 stars 0 forks source link

Mostly finished member and provider controllers and views #14

Closed BelcherCharles closed 5 years ago

BelcherCharles commented 5 years ago

At this point, a user should be able to:

-Register as a new user with email address and a password (6 characters minimum, with upper case, lower case, number, and special character) -Login with those credentials -From authenticated main page, a user can navigate to an index of members, -Where they are able to add a new user, search users by last name, and arrange users by surname, DOB, and date of decedence, -Users are also able to navigate to a form, where they are able to edit a discrete user's information, -User may also navigate to a display of a discrete user's information -As well as archive a user from the index or single user's information display. -Similar to the member's affordance, a user should be able to see an index of providers, a single provider's information, edit a provider's information, and archive a provider.

To test: -Pull down the "RooThaDeuce" branch, -Create a new database on your local machine (the database name in appsettings.json is "EerCare"), -Run the database seed query (available upon request), -Create a new user account and login, -Attempt to perform the members and providers data manipulation described above.