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

single project view

bortami opened this issue · comments

Story
As a user, I would like to know more details about a single event.

Given the user is logged in

  • When the user clicks on a project name in the application
    Then a Single Project view shall appear with the project's details:

  • - name

  • - description

  • - skills

  • - location

  • - restrictions

  • - max volunteers needed

  • - min age

  • - max age

  • - list of volunteers with options to remove from project

Given a user is not logged in

  • When the user tries to accept project details
    Then prompt for login