Added Database support for event request notifications
Added Database support for user social media links
Finished the backend for filtering people based on organization type or role tags.
Added collapse functionality for filter and fixed navbar collapse functionality
Testing
Tested most features, and they appeared to work. However, didn't test the create event feature directly (just used the debug feature to generate mock events), since the 'Create Event' button disappeared. Nothing much was changed for events besides adding a new request_notifications field in the model but should test it just in case.
Note
May need to delete your current database instance since the database models were updated with new fields/tables.
Features
Testing Tested most features, and they appeared to work. However, didn't test the create event feature directly (just used the debug feature to generate mock events), since the 'Create Event' button disappeared. Nothing much was changed for events besides adding a new
request_notifications
field in the model but should test it just in case.Note May need to delete your current database instance since the database models were updated with new fields/tables.
Closes #33 Closes #35