You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a list route where a list of the scraper and property route can be given. This also needs to implement filters to minimize the rows to display. Edit: Filters will be implemented later when fastapi-filters gets pydantic >= 2.0 support
Defaults: 10 items, sort by updated newest to oldest
Filters can be set in a front end application
Scrapers list route
Properties list route
The text was updated successfully, but these errors were encountered:
So for filtering I want to use fastapi-filtering, however this is not available for pydantic >2.0.0 as of right now. There is currently a pull request open to bump the verision but it is not yet merged. arthurio/fastapi-filter#447
Implement a
list
route where a list of thescraper
andproperty
route can be given. This also needs to implement filters to minimize the rows to display. Edit: Filters will be implemented later whenfastapi-filters
gets pydantic >= 2.0 supportDefaults: 10 items, sort by updated newest to oldest
Filters can be set in a front end application
list
routelist
routeThe text was updated successfully, but these errors were encountered: