socialappslab / denguechat-ionic

Other
1 stars 0 forks source link

Signup Feature is Incomplete #84

Open cdparra opened 6 years ago

cdparra commented 6 years ago

The signup html and functionality should support the following payload

{
    "user": {
        "name": "[Name of the user]",
        "username":"[username]",
        "password":"[passwor]",
        "neighborhood_id": [id of the neighborhood to which it signs up]
    }
}