website
website copied to clipboard
Website running user and event management.
Stripe integration works as expected. We decided to remove the dj-stripe module and go with our own implementation. ## Tasks - [x] Create a new "app" in django that will...
Send an email 20-25 minutes after the end of the class for students who attended their first time. The message should be positive and supportive. It's their first time attending,...
# Goal We want to send mentors and guardians automated SMS messages when they sign up for a class and the day before the class. We need them to give...
This PR addresses the requirement to move all third-party hosted fonts and JavaScript assets to be local to the repository, improving performance, security, and reliability. ## Changes Made ### External...
This PR optimizes the admin page load times by limiting the database query to retrieve only the last 5 sessions initially, and adds on-demand loading functionality to view additional sessions...
This PR adds a comprehensive `.github/copilot-instructions.md` file that provides GitHub Copilot coding agents with detailed, validated instructions for working with the WeAllCode Django codebase. ## What's Included The instructions cover...
Fixed broken tooltips on disabled "Enroll" buttons when students violate age or gender restrictions during course registration. ## Problem The tooltips that should appear when hovering over disabled "Enroll" buttons...