Skip to content

Basic groups page and group detail page

Kevin Chen requested to merge groups_page into master

Groups page shows a list of groups. Clicking on one of them will open up the details for that group.

Buttons currently don't do anything.

The members are just kept as strings for now, since I don't know how we're implementing the members and such.

Data is read from a JSON file "MOCK_GROUPS.json".

![] (https://puu.sh/ADuG5/db540b72a2.png)

Merge request reports