belatrix / AndroidAllStars

Android All Stars Belatrix Project
http://www.belatrixsf.com/
MIT License
7 stars 7 forks source link

When giving a star, the comment has to be required according to category #52

Closed gyosida closed 8 years ago

gyosida commented 8 years ago

From GET /api/employee/{employee_id}/category/ be aware of the "comment_required" field in the json response, so client can decide whether typing a comment is required or not. Eg: {"pk":1,"name":"Coworkers","weight":1,"comment_required":false}