-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
If the user is logged in, we will have their ascents and bids(attempts) synced to the tables in that name. We can join those tables in the search climbs query to filter by climbs the user has or hasnt send already.
the search-climbs query has already been converted to drizzle orm, so adding new filters should be straightforwards.
- add extra SearchParams to SearchParams type
- Using antd toggles and formitems add new toggles to the existing search sidebar
- if new toggles are true add join on ascents and or bids to filter on climbs already sent by current user
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers