Pull Request #414 by Chakit22
Added validation for coding profile usernames.
1. Added validation check for the usernames entered while updating the ratings to the leaderboard.
2. Threw an error with a a suitable message.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- Bug Fixes
- Enhanced username validation to prevent URLs from being submitted as usernames.
- Improved error handling on the user dashboard to provide clearer messages when an "Invalid Username" issue occurs.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
8 Replies
Pull Request #407 by im-vedant
Updated You section
fixes #338
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- Refactor
- Improved visual presentation and responsiveness of the leaderboard.
- Style - Updated styles for user avatars and usernames. - Enhanced display of user ratings with a focus on readability. - Bug Fixes - Fixed conditional rendering issues for usernames and user ratings on various screen sizes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Style - Updated styles for user avatars and usernames. - Enhanced display of user ratings with a focus on readability. - Bug Fixes - Fixed conditional rendering issues for usernames and user ratings on various screen sizes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Pull Request #321 by Zolo-Ryan
[FEATURE] Added a option to download and view pdf generated from user data
Now users can download their auto generated pdf directly, the pdf thus generated will have clickable links as usual.
A template was created for the same purpose which can be designed to improve the look of resume without affecting the backend.
A controller was created for this purpose.
https://github.com/digitomize/digitomize/assets/119104324/4a3c02da-5719-4541-9dd5-819720715561
Pull Request #299 by Rushikesh0107
Feat/scroll responsive fixed nav bar
added the responsive nav bar.
FFIXES:- #295
Unknown User•9mo ago
Message Not Public
Sign In & Join Server To View
Pull Request #753 by r0ld3x
fix: The landing page shows "Register now" button even after logged i…
Fix #734
Previously, logged in users were getting "Register now" on home page
Now, logged in users will see a Welcome {name}
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- New Features
- Enhanced the home page button to display different content based on the user's authentication status, improving user experience.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Pull Request #749 by harmeetsingh11
feat: add reviewer assign github action workflow
Related issue:
This PR closes issue #739
Description: This pull request addresses the need for a GitHub Actions workflow that automates the process of assigning reviewers to pull requests upon their opening. Files added -
2. Reviewer Assignment Logic: Implement logic to automatically assign reviewers based on predefined rules or configurations defined in the workflow config. Expected Behavior: - The workflow triggers automatically when a pull request is opened. - Reviewers are assigned to the pull request based on the defined rules or configurations. - Reviewer assignments are customizable and adaptable to project-specific requirements. Benefits: - Streamlines the code review process by automating reviewer assignments. - Ensures timely feedback and reduces bottlenecks in the development workflow. - Improves collaboration and accountability among team members. Checklist: - [X] Implemented GitHub Actions workflow for automated reviewer assignment. - [X] Tested the workflow to ensure proper triggering and reviewer assignment. @pranshugupta54 please review this PR and don't forget to add SWOC and difficulty level label after merging the PR. Thanks <!-- This is an auto-generated comment: release notes by coderabbit.ai --> Summary by CodeRabbit - Chores - Implemented automation to streamline the review process by automatically assigning reviewers to pull requests. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description: This pull request addresses the need for a GitHub Actions workflow that automates the process of assigning reviewers to pull requests upon their opening. Files added -
.github/workflows/action.yml
- .github/auto_assign.yml
Proposed Changes:
1. Workflow Development: Introduce a GitHub Actions workflow script that triggers upon the opening of a pull request.
2. Reviewer Assignment Logic: Implement logic to automatically assign reviewers based on predefined rules or configurations defined in the workflow config. Expected Behavior: - The workflow triggers automatically when a pull request is opened. - Reviewers are assigned to the pull request based on the defined rules or configurations. - Reviewer assignments are customizable and adaptable to project-specific requirements. Benefits: - Streamlines the code review process by automating reviewer assignments. - Ensures timely feedback and reduces bottlenecks in the development workflow. - Improves collaboration and accountability among team members. Checklist: - [X] Implemented GitHub Actions workflow for automated reviewer assignment. - [X] Tested the workflow to ensure proper triggering and reviewer assignment. @pranshugupta54 please review this PR and don't forget to add SWOC and difficulty level label after merging the PR. Thanks <!-- This is an auto-generated comment: release notes by coderabbit.ai --> Summary by CodeRabbit - Chores - Implemented automation to streamline the review process by automatically assigning reviewers to pull requests. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Pull Request #768 by namnoum
fix: Issue 756 :Fix formatting and Input fields
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- New Features
- Added functionality to clear default text in input fields when focused for improved user experience.
- Style
- Updated input field placeholders and text capitalization for clarity.
- Adjusted styling for number inputs for better visual consistency.
- Refactor
- Reorganized component structure for enhanced readability and maintainability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Pull Request #768 by namnoum
fix: Issue 756 :Fix formatting and Input fields
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- New Features
- Added functionality to clear default text in input fields when focused for improved user experience.
- Style
- Updated input field placeholders and text capitalization for clarity.
- Adjusted styling for number inputs for better visual consistency.
- Refactor
- Reorganized component structure for enhanced readability and maintainability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->