hicommonwealth / commonwealth

A platform for decentralized communities
https://commonwealth.im
GNU General Public License v3.0
67 stars 42 forks source link

Gating | Members Page Updates (w/ Groups) #4989

Closed zakhap closed 10 months ago

zakhap commented 1 year ago

Description

Members Page overhaul to refresh designs and add functionality related to Groups.

Behaviors + UI, acceptance criteria:

DevLink: https://www.figma.com/file/ePuGFatYQI6GL72i27sVwj/Gating?type=design&node-id=1221-31744&mode=dev

Engineering Requirements

Additional context

Members - active ascending by default
mzparacha commented 11 months ago

This depends on https://github.com/hicommonwealth/commonwealth/pull/5116. cc: @jnaviask

Miaplacidus commented 11 months ago

@mzparacha @jnaviask Responding to design's review now. The PR should be good to go later today. I'll ping you both again when it's ready!

mzparacha commented 11 months ago

Thank you @Miaplacidus

mzparacha commented 11 months ago

Members listed should show their Groups as tags.

per this ^, Can we update the GET /groups API to include a members array, @rbennettcw?

cc: @jnaviask @rbennettcw @CowMuon?

rbennettcw commented 11 months ago

Members listed should show their Groups as tags.

per this ^, Can we update the GET /groups API to include a members array, @rbennettcw?

cc: @jnaviask @rbennettcw @CowMuon?

It already does: http://localhost:8080/api/groups?include_members=true&chain_id=ethereum

mzparacha commented 11 months ago

i see, thanks!