IsaacCheng9 / fairsplit

A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add view to display all users in a group

IsaacCheng9 opened this issue · comments

Specification

  • The user must be able to see all users in a group in a list, with each item displaying the username.
    • Sorting the list alphabetically would be good, but not necessarily required.
    • Displaying their firstName and lastName can be implemented at a later point.
    • We'll assume that only one group can be created at a time for now.