nghugo / intro-prog

Introductory Programming Project Group 1
0 stars 0 forks source link

Admin end or delete plan #48

Closed louis-theo closed 10 months ago

louis-theo commented 10 months ago

End plans by adding end date and having the status auto update to "Ended" Split "show plans" into a submenu which gives user option of showing active/ended/all plans Added an "immediately end plan" and "reactivate plan" option to the manage humanitarian plans menu Data validation for all of the above including checking for valid countries Added is_future_date() to interface_helper Implemented delete plan (no cascade deletion implemented yet)