CodeForBoulder / upswyng

UpSwyng is a mobile-ready, digital directory of resources to assist the unhoused and at-risk communities of Boulder, CO
https://www.upswyng.org
MIT License
19 stars 21 forks source link

default sort by favorites #467

Open jacobvenable opened 3 years ago

jacobvenable commented 3 years ago

related to #465 and #466

Description

When retrieving resources by category or subcategory, our API endpoint returns the list sorted by those open as well as those closest to the user. It'd be useful to update this sort to consider the user's favorites.

Checklist

  1. resources that are open AND favorited sorted by those closest to the user
  2. resources that are open and NOT favorited sorted by those closest to the user
  3. resources that are closed AND favorited sorted by those closest to the user
  4. resources that are closed and NOT favorited sorted by those closest to the user

Tech Notes