-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Friending #425
Closed
Closed
Friending #425
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added a link to the Agora sidebar to be able to access the friends page in Agora. Also added sidebar to friends page
Added the friend route, controller and service. Need to work on filling out the functions in the controller and service.
…sers table to uuid
Fixed spelling in friends directory in jsincludes.ejs
Removed some commenting from control-bar.ejs
Added a send friend request, an accept friend request, and a deny friends request.
…into friending
…into friending
Added search button to add friends page to search for other users
Controller calls the methods in the friendService
…into friending
…user. Get specific friend details by ID. Send, accept, deny friend requests. Delete friend by ID
Finished delete friend feature where friend card disappears after clicking delete button.
Fixed a bug where the profile picture of a user on the add-friends page would not show.
Fixed bug on add-friends page where users that had requests sent to appeared on the page.
Added a red circle to profile picture on sidebar to show number of friend requests that user has.
Added an alert that pops up when a friend is deleted and cleaned up unneeded code.
Fixed a bug where a user would appear on the add-freinds page even though they were already friends with the logged in user.
Deleted all files and code that had to do with notifications as that is not needed anymore.
Added confirmations for sending friend requests and deleting friends.
This reverts commit 257637b.
Updated Routes for Dashboard of Shared Workspaces
Added filter for finding a specific friend on friends page.
Fixed request body for sharing a workspace.
Created a get shared workspace by ID, route, controller and service.
Fix changes with dashboard controls.
modified version already merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.