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
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 bycreated_dt
e) editablefeatured_order
fieldPublic project API endpoint
/public/project
endpoint can now accept alimit
param as well as afeatured
boolean.e.g.
/public/project?featured=1&limit=20
will return the first 20featured
public projects ordered first byfeatured_order
then bycreated_dt