IoSL-INav / project

Main repository for keeping track of the overall project and team organisation.
0 stars 0 forks source link

Add names of friends #97

Closed boaerosuke closed 8 years ago

boaerosuke commented 8 years ago

The clear name of a friend that will be shown in the app

boaerosuke commented 8 years ago

Federation Provider is unable to return clear names.

boaerosuke commented 8 years ago

We need to find a proper solution for this issue. Just naming every friend "anonymous" is not sufficient in my opinion.

hechi commented 8 years ago

you can give you a own name by update /user/me i think @numbleroot knows how

numbleroot commented 8 years ago

PUT on /users/me with body looking like: { "userName": "Bernd" }

See: https://github.com/IoSL-INav/project/blob/master/ideas-and-approaches/DraftOfApi.md#change-user-information

boaerosuke commented 8 years ago

So at least I´ll get my own name :D. Well thx for the hint, however if I´ll find time I´ll need to implement a client side solution for this.

numbleroot commented 8 years ago

Simple option in user settings view.