niksauer / RoadChatAPI

RESTful backend that provides content management interface and certain location-aware services.
GNU Affero General Public License v3.0
1 stars 0 forks source link

define data sharing options and mandatory request fields #11

Closed niksauer closed 6 years ago

niksauer commented 6 years ago

@xplip should resources such as a user profile or the community board be accessible to non-registered visitors? => ASK OGUZHAN

xplip commented 6 years ago

I'd say no

xplip commented 6 years ago

Profile.swift required: firstName, lastName, birth optional properties: sex, adress, profession

data sharing options: firstName, lastName, birth, sex, address, profession default on: username, firstName, lastName (first letter), sex, profession

xplip commented 6 years ago

Car.swift required: manufacturer, model, production