Revert "feature of Team Collaboration "#170
Conversation
This reverts commit 2f33bea.
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request introduces a minor formatting change in the CI workflow while removing the entire team collaboration feature. The changes eliminate backend components—forms, models, migrations, notifications, view functions, and URL patterns—as well as frontend templates associated with team goals and invitations. An isolated template update modifies an HTML button attribute for disabling functionality. No new functionality or alternative flows are added. Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (13)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* feat: add progress visualization * chore: update .gitignore * chore: restore venv/ in .gitignore as per review * fix: resolved linting and formatting issues * fix: djLint issues * fix: corrected jsPDF setFillColor to handle RGB values properly * Update .pre-commit-config.yaml * feat(admin): add email verification filter and display in user admin * fix(cart, payment, student_progress): capture exceptions and improve error messages for payment and progress handling * feat(enrollment): implement automatic approval for free course enrollments and update payment handling * feat(enrollment, UI): enhance free course enrollment process and update course price display * refactor(courses, templates): consolidate session forms into a single template and update rendering logic * feat(security, video-fetch): implement URL validation and security measures to prevent SSRF attacks in video title fetching * Update test.yml * Update test.yml * feature of Team Collaboration (#94) * basemodels * Reset views.py to original state * file-structure-optimising * errors * error in invite accepting * added option to mark contribution * added display of teams from homepage * Update web/templates/teams/create.html Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update web/templates/teams/detail.html Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update web/views.py Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Fix: Remove trailing whitespace in HTML files Co-Authored-By: Ishaan Arora <ishaana612@gmail.com> * Fix: Remove trailing whitespace and add newlines at end of files Co-Authored-By: Ishaan Arora <ishaana612@gmail.com> * prechanges * added delete functionality * added edit goal and delete goal * pre * rabbit * pree * added notifications * ui improvements * added try,excepts for optimisation * added deadline time verification * added transaction for data integrity * linting * put back sendgrid * addedpagination * rabbit * pre * Update web/email_backend.py Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com> * added small ui change * error handling * errors * lint --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com> * Revert "feature of Team Collaboration (#94)" (#170) This reverts commit 2f33bea. * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update 0002_add_unique_email_constraint.py (#173) * Update 0002_add_unique_email_constraint.py * Update 0002_add_unique_email_constraint.py * Update docker-test.yml * Update docker-test.yml * Update docker-test.yml * Create pre-commit.yml * Update pre-commit.yml * migration and docker lintin fixed (#179) * migration and docker lintin fixed * fixing * fixing * Update 0002_add_unique_email_constraint.py --------- Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com> * fix: moved script into js file to fix djlint issues * chore: update .gitignore * fix: resolved linting and formatting issues * fix: djLint issues * Update 0002_add_unique_email_constraint.py * refactor: removed duplicate progress_visualization function from views.py * Update .pre-commit-config.yaml * test: add test and docstrings for progress_visualization view * Refactor progress visualization with helper functions and caching and modify test accordingly * fix: fix indentation in test and potential division by zero * Fix: guard against invalid session time and fix download button * resolve merge conflict and implement dynamic caching * docs: Added docstrings to web/signals.py --------- Co-authored-by: A1L13N <193832434+A1L13N@users.noreply.github.com> Co-authored-by: Ishaan Arora <178517080+ishaan-arora-1@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Sayan <108164359+sayanoops@users.noreply.github.com>
Reverts #94
Summary by CodeRabbit