datagovsg/beeline-frontend

Support non-public crowdstart routes

Closed this issue · 1 comments

KickstarterDetailController has to be modified to know where to look up information for non-public crowdstart routes, that is, routes meant for crowdstarting but without the crowdstart tag. The following things thus have to be implemented:

  • GET /crowdstart/{id}/bids has to be opened up to the public, given that the information from that endpoint is already available via GET /crowdstart/status
  • Fallback on GET /routes/{id} if no bid information is available

Fixed by #557