-
Notifications
You must be signed in to change notification settings - Fork 982
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
Rspc 2025 1 #1461
Rspc 2025 1 #1461
Conversation
Co-authored-by: A Anunaya <[email protected]> Co-authored-by: Aksh Bansal <[email protected]>
… serializers and minor bug fixes
Co-authored-by: KULADEEP1 <[email protected]> Co-authored-by: Manish Chandolu <[email protected]> Co-authored-by: bandasatwik07 <[email protected]> Co-authored-by: bandasatwik4 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SharanKumar06 PTAL
if user_designation == 'Assistant': | ||
user_designation = 'Assistant Professor' | ||
|
||
if user_designation == 'CSE': | ||
user_designation= 'CSE HOD' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please avoid hardcoding designation use an enum
or const
for this.
if receiver_designation == 'Assistant': | ||
receiver_designation = 'Assistant Professor' | ||
|
||
if receiver_designation == 'CSE': | ||
receiver_designation = 'CSE HOD' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Priyansh61
Done...
Issue that this pull request solves
minor bug fixes, integration of notification panel
2.Notifications panel added (sidepanel.html)
Closes: # (issue number)
Proposed changes
Brief description of what is fixed or changed
Types of changes
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that applyScreenshots
Please attach the screenshots of the changes made in case of change in user interface
Other information
@prajjwalkapoor
@ChaudharyRaman
@varun7singh
@Priyansh61
Any other information that is important to this pull request