Skip to content
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

Gsoc2024 aryan gupta #2501

Merged
merged 30 commits into from
Sep 4, 2024
Merged

Gsoc2024 aryan gupta #2501

merged 30 commits into from
Sep 4, 2024

Conversation

ReimarBauer
Copy link
Member

Purpose of PR?:

This is a GSOC branch merge of the recent work by Aryan Gupta

workaryangupta and others added 30 commits July 8, 2024 13:35
Enhancing the functionality of the MSColab server to allow users to upload small images which would replace generic initials as identifiers during login. This feature personalizes user accounts and significantly enhances the visual aspect of user identification and interaction within the MSColab platform.
* updated delete user test to test with and without image

* test for unauthorized profile image upload

* add assert to check if deleted users profile image is removed
…t-users

feat: Real-Time tracking of active users in an operation
…024-AryanGupta

Merge develop branch to GSOC2024-AryanGupta branch
* separate channel for service messages
* enhance collaborator list by integrating user avatars and active status indicator
* detailed service messages : moved waypoint, inserted waypoint, deleted waypoint
@@ -213,14 +275,15 @@ def handle_file_save(self, json_req):
op_id = json_req['op_id']
content = json_req['content']
comment = json_req.get('comment', "")
messageText = json_req.get('messageText')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have really been called message_text. Unfortunately, it seems like flake8 doesn't check for naming conventions...

@@ -576,6 +576,9 @@ def __init__(self, parent=None, data_dir=None):
# Gravatar image path
self.gravatar = None

# Service message text for flight-track changes (waypoints inserted, moved or deleted)
self.lastChangeMessage = ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming conventions again.

@ReimarBauer ReimarBauer merged commit d58f5fc into develop Sep 4, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants