Skip to the content.

End of the Year Bug Fixes

End of the Year Bug Fixes

🐛 Bug Fix Summary Table

Bug Name Bug Type Why It Was Happening What We Did to Fix It Pull Request + Key Commits Screenshot Personal Contributions
Calendar (not working on phones) UI Bug Needed to add Tailwind CSS to allow it to format and structure properly on phones. The “Add Module” element was being hidden due to layering issues from switching to Tailwind. Added Tailwind CSS classes and adjusted z-index layering to prevent overlap. Verified on browser emulator for both localhost and deployed site. Tailwind Frontend Pull Request Image Anusha (original switch to tailwind)
Week Current Static on Slack Slack-Backend Bug Old parsing logic defaulted Slack messages to current week, preventing future pre-planned events. Updated parser to support formats like “week of MM-DD-YYYY”, “MM-DD”, and “the 17th”. Default falls back to current week. Tested with SlackTransposer and ngrok, working on deployed version. Week of Parsing Pull Request Image Image Anusha
Bulk_Add and Bulk_View Endpoints Backend Bug Missing bulk_add and bulk_view endpoints entirely in backend code. Implemented new backend endpoints for bulk operations on calendar events using SQLite. Bulk add and view endpoints Pull Request Live demo available Anusha (bulk_view endpoint + testing)