algonquin-college-sat / 24s-cst8319-310-team3

cst8319-24s-cst8319-310-team3 created by GitHub Classroom
0 stars 2 forks source link

Create functionality to save volunteer sign-up details to the database #97

Open timothynorman opened 2 weeks ago

timothynorman commented 2 weeks ago

Check that a non-member has not already signed up as a volunteer before.

  1. If that volunteer exists in the database: automatically fill in volunteer details in the form. (Use isExistUser method or UserID foreign key reference.
  2. If is is a new volunteer: save the details to the database when the form is submitted.