hienpd / family-tree

A web app for managing information about family members and the relationships between them.
https://baobab-family-tree.herokuapp.com/
1 stars 1 forks source link

add POST /people #8

Closed thatmichaelpark closed 8 years ago

thatmichaelpark commented 8 years ago

POST /people (create new people entity with name, dob, etc) POST /people/c_id/parent/p_id (create new parental relationship between p_id and c_id; c_id and p_id must already exist)

hienpd commented 8 years ago

Changing POST /people/c_id/parent/p_id to just plain POST /relationships