takoda1 / CS-Grad-Tracking

Code Closer project for UNC-CH grad department
3 stars 1 forks source link

Forms: avoid download/upload #24

Closed Svflann closed 5 years ago

Svflann commented 5 years ago

Would like users to be able to fill in (or update?) a form and save it all within the system.

Change forms model to just be title, initially intialize it with all the known titles. When someone uploads "Other", create new form model with the title of the "Other" form. Student model will add an array of strings called forms which will hold the names of all the forms they have completed.