Contains work from cb-add-event and cb-delete-event. Should now be able to add and delete events. Easy come, easy go.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
[x] New feature (non-breaking change which adds functionality)
Testing Instructions
git fetch --allgit checkout cb-delete-event
Please check that the Add Event button leads to the add event form and that new events show up in the database once submitted. Also check that Delete buttons are showing on each event and that once they are clicked the event is removed from the database.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings or errors
[x] I have added test instructions that prove my fix is effective or that my feature works
Description
Contains work from cb-add-event and cb-delete-event. Should now be able to add and delete events. Easy come, easy go.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Testing Instructions
git fetch --all
git checkout cb-delete-event
Please check that the Add Event button leads to the add event form and that new events show up in the database once submitted. Also check that Delete buttons are showing on each event and that once they are clicked the event is removed from the database.
Checklist: