Closed D-Nishimura808 closed 1 year ago
Refactored the Friends page to instead have links to separate pages with Users and Friends respectively
Changed the "allUsers" method to "otherUsers" in the userDB so that the user list does not show the currently logged in user.
Created the Friends DB as a Map of strings (User ID) to UserData.
Created two new friend tiles: One is for the friends list, the other is for users that have been added as friends
For future work, maybe add a search feature for the "Users List" page
Various other small fixes completed before closing issue.
Implement a relational database for the friends list that allows us to add friends to our own friends list
Need to create:
Add search bar to friends list?