PowerlineApp / powerline-mobile

Other
4 stars 16 forks source link

Group Profile Addition: Group Interest Tags #597

Open jterps08 opened 7 years ago

jterps08 commented 7 years ago

The ability for the system to support the creation/modification/deletion and display of the following to the general group profile:

Group Tags... ability for a group to be associated to tags for searching purposes. Up to 5 tags can be associated with a group. These tags are standardized from the frontend.

Examples include: healthcare, education, economy, business, leadership

These will eventually be used to help match users to groups. It will also be useful for search results.

igaponov commented 7 years ago

https://api-dev.powerli.ne/api-doc#get--api-v2-group-tags search tags (use as autocomplete) https://api-dev.powerli.ne/api-doc#post--api-v2-group-tags create a new one (if not found) https://api-dev.powerli.ne/api-doc#get--api-v2-groups-{group}-tags get group's tags https://api-dev.powerli.ne/api-doc#put--api-v2-groups-{group}-tags-{id} link https://api-dev.powerli.ne/api-doc#delete--api-v2-groups-{group}-tags-{id} unlink