Copilot
Copilot
When a repository participates in an active hackathon, display a card in the sidebar showing real-time statistics and a link to the hackathon details. ## Changes ### View Layer (`website/views/repo.py`)...
Implements 7 hidden Easter eggs throughout the site, including one that awards 10 BACON tokens using cryptographically secure verification to prevent exploitation. ## Implementation **Models** (`website/models.py`) - `EasterEgg` - Defines...
## CI/CD Optimization - Merged with Main ✅ - [x] Analyze current CI/CD workflow - [x] Optimize caching strategy for pre-commit hooks - [x] Remove redundant poetry installations and lock...
Replace chatbot slash commands (`/help`, `/stats`, etc.) with an "agents" UI pattern. Add a new Report Issue agent supporting anonymous bug submission with required screenshot capture. ## Changes ### UI...
## ✅ COMPLETE - Fix Top Earners on Homepage to Use $5 Issues Based on PR-to-Issue Links ### Summary Successfully fixed the "Top Earners" leaderboard on the homepage to calculate...
- [x] Explore the repository structure and identify files to modify - [x] Locate the repository detail view (website/views/repo.py) - [x] Locate the repository detail template (website/templates/projects/repo_detail.html) - [x] Identify...
## Search Optimization Plan ### Analysis The search for "test" is slow due to several performance issues: 1. No database indexes on frequently searched text fields (description, name, url) 2....
## Allow administrators to switch between organizations in the dashboard ### Test Fix - Regular User Access **Fixed:** Test `test_regular_user_cannot_access_dashboard` now properly tests a user with no organizations **Problem:** The...
Removes the AI-powered GitHub issue generation feature per requirements. ## Changes **Routes removed** (`blt/urls.py`): - `/github-issue-prompt/` - Issue generation form - `/create-github-issue/` - GitHub issue creation endpoint - `/get-github-issue/` -...
## Plan: Monthly Visitors Leaderboard ✅ COMPLETE - [x] Add `monthly_visit_count` and `last_monthly_visit` fields to UserProfile model - [x] Create database migration for new fields - [x] Update `update_visit_counter` method...