CS5500-S-2023 / team-bear

team-bear created by GitHub Classroom
0 stars 0 forks source link

reverted respositories to original state #50

Closed lenad90 closed 1 year ago

lenad90 commented 1 year ago

I had originally included a query method for GenericRepository and MongoDBRepository and removed InMemRepo. I decided to revert back to the original methods and I plan on querying from the ListingContoller instead to avoid the additional changes in InMemRepo. Let me know if you have any questions regarding my decision.

lenad90 commented 1 year ago

@tsanevp Yes, ListingController will be rebuilt to accommodate for the repository changes. This just makes it easier for testing.