goshencollege / gc-communicator

1 stars 0 forks source link

Feature/recurring-dates #46

Closed dboling19 closed 3 years ago

dboling19 commented 3 years ago

Description

Added second date input, "End Date" to "New Announcement" (Check Fixes for name change) form. The user can now choose a start date and an end date , which will be saved alonside their announcement. The query will find anything the matches the current date, including recurring dates.

Fixes

Changed "Add Announcement" to "New Announcement". Changed all functions, variables, and comments to reflect this change. The updated subdomain is /new.

Changed "Add Category" to "New Category". Changed all functions, variables, and comments to reflect this change. The updated subdomain is /category/new.

Updated test scripts to better reflect the purpose of them. Many dates were reformatted to work better with changes, as opposed to being static. Dates methods were modified to reflect changes of start_date and end_date.

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

Checklist:

dboling19 commented 3 years ago

Tests not working right on Windows - These work fine on Linux

dboling19 commented 3 years ago

Reopening for merging.