sphinx-kotlin icon indicating copy to clipboard operation
sphinx-kotlin copied to clipboard

Profiles: profile display in tribes - Cross-platform App

Open soup20 opened this issue 2 years ago • 1 comments

Service involved: Cross-platform app

Goal: Create a display for a user's tribe-specific profile information, which is returned from the tribes-server when someone clicks on their username in a tribe.

Method:

  • Profile information will be returned here: tribes.sphinx.chat/person/uuid/{uuid}
  • It should be displayed according to Milan's design below: Image

*for getting the badge icons using the badge IDs: https://liquid.sphinx.chat/list

soup20 avatar Oct 31 '22 18:10 soup20

@soup20 We built a first version of the tribe member profile on android app and it will be included on next release, but as the designs didn't match the information coming on the response json, I just decided what to show on the profile for now until we defined them.

Right now we are showing: Image, Name, Description, Price to meet, coding languages, posts, twitter and GitHub accounts. Screenshot below

Screenshot_20221111-160223_Sphinx Debug

Most of the items on the design are not retrieved from the people server (including badges)

You can check the current json respose on this example:

https://people.sphinx.chat/person/uuid/cd9dm5ua5fdtsj2c2m7g

tomastiminskas avatar Nov 11 '22 19:11 tomastiminskas