sashankshukla / splash

2 stars 0 forks source link

Melinda/listings backend #63

Closed mgp2542 closed 1 year ago

mgp2542 commented 1 year ago

Client-side filtering removed from Listings.jsx

Listings redux stuff is now connected via ListingsSlice and ListingsService to API/mongodb, including:

Listings.jsx, Listing.jsx, ListingForm.jsx, and ListingModal.jsx updated to better fit listingModel and work with AsyncThunks.

Controller issue fixed that was causing authorization to fail.