shaunrance / Verygd-Web-Portal

0 stars 0 forks source link

Feature/featured projects #289

Closed andrew-silvernail closed 7 years ago

andrew-silvernail commented 7 years ago

Refactor public projects admin page + add /public/project params.

Public project admin page now shows:

a) only public projects b) correct link for the public project c) first image from the first scene thumbnailed d) ordered first by featured_order then by created_dt e) editable featured_order field

Public project API endpoint

/public/project endpoint can now accept a limit param as well as a featured boolean.

e.g. /public/project?featured=1&limit=20 will return the first 20 featured public projects ordered first by featured_order then by created_dt