JumboCode / OCCUR

MIT License
2 stars 0 forks source link

Admin resource create, delete, and edit basics #84

Closed tinaking28 closed 3 years ago

tinaking28 commented 3 years ago

There is still error handling and validation to do for the put request, but added following functionality:

-add a resource -error handing/validation for adding a resource (ugly messages but works) -deleting a resource -editing event -mostly pre/auto filling the form for editing the resource but a couple little bugs -automatic resource updates on the page on any of these events

This is a really big ticket so if you want to check out my branch before approving feel free! Also I already merged it into my branch and tried out some of my functionality to make sure it's still working.