It-s-Saturday / Fornear

Nurturing Oglethorpe University students with reliable access to food
1 stars 8 forks source link

feature: require form-fill before request #34

Open mekelaiorio opened 1 year ago

mekelaiorio commented 1 year ago

Fill out form and scheduling information before requesting packages.

Check if an individual has made a recent/unfulfilled request before their current one. Would also prevent students from creating multiple requests at the same time/different submissions.

@jibranabsarulislam

itsjayway commented 1 year ago

1) require form to be filled out before user can see PackageGenerator 2) when form query is made, individually check the name/email/phone# for existence in requests collection where fulfilled = 0 3) if there is a non-zero # of requests open, show user what requests they have that are still unfulfilled instead of PackageGenerator 4) requested pickup date still occurs in Request component