bortami / VMS

A Volunteer Management System to track volunteers, projects, volunteer hours, and to assist organizations in matching their volunteers to projects based on skills. Created as the Front End Capstone for NewForce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login

bortami opened this issue · comments

Story

As a user, I should be about to log into my unique account and access the application data

Given a user is already registered as a user and wishes to access user-only portions of the application

  • When the user clicks on the login button
    Then a login form should appear
  • When the user enters their correct information
    Then their credentials should be checked and the application dashboard should appear
    Then The Logged in NavBar should appear #20

Users will be all Users, default as a volunteer

volunteer can create an organization, which creates an entry in the OrganizationAdmin table,
if user is found in Admin table, display organization details
which could potentially mean that volunteer could admin several organizations
and organizations could have several admins

A user can access the login screen from the navbar and after logging out. They can input their information, and if they are a registered user, they will be logged in. Error messages will display if the user is not in the database or their information is incorrect.