ubclaunchpad / bounce

🏀 Bringing people with common interests together
MIT License
3 stars 4 forks source link

Show some recently-created clubs on the `Clubs` page if there is no search query #119

Closed bfbachmann closed 5 years ago

bfbachmann commented 5 years ago

Currently, when a user signs in they are met with a blank page. It would be good to show some recently created clubs to them if they haven't searched for anything. You'll need to fetch clubs from the back-end using GET /clubs/search with an empty query (see ClubsSearchEndpoint on the back-end).

tariqa96 commented 5 years ago