empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

[#49] Categorise fields (drawing vs artist data), make drawing data mandatory when marked complete #55

Closed krissy closed 8 years ago

krissy commented 8 years ago

Addresses #49

What this does

Splits the drawing form fields / UI into two categories: 1) Fields that describe the drawing 2) Fields that describe the artist

When the status is flagged as pending, the only fields that are mandatory are image and status.

When the status is flagged as complete, all drawing-based fields (i.e. Description, Subject Matter, Mood Rating, Country Picture was Drawn In) are mandatory and validated.

Artist-based fields are always optional.

Screenshots

screen shot 2016-08-07 at 22 03 50
steverabino commented 8 years ago

:+1: