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

Edit Project

bortami opened this issue · comments

Story

As a user, I should be able to edit projects I have created

Given the user is logged in

  • When the user clicks the edit button on a project
    Then a prefilled form with project details is displayed

  • When the user enters new information and clicks save
    Then the updated information is saved and updated information is now shown on the view they were on before

Given a user is not logged in

  • When the user tries to access the edit view
    Then prompt for log in