Skip to content

Conversation

@meetika16
Copy link
Collaborator

… added due_date column support

JaikishanMK0701 and others added 22 commits December 2, 2025 19:28
- Remove hardcoded API key from documentation
- Add instructions to generate personal API keys from aistudio.google.com
- Clarify that API keys should never be committed to GitHub
- Updated troubleshooting section with API key generation steps
- Emphasizes security best practice of keeping .env in .gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Migrate AI Progress Reports from Google Gemini to Groq API (free, no auth required)
- Update Groq model to llama-3.3-70b-versatile (replacing deprecated mixtral)
- Add due_date column to Grades table for schedule area functionality
- Remove broken low_grade_alerts_guidance imports from all dashboards
- Create comprehensive admin dashboard with analytics and management tabs
- Implement role-based after-hours page with separate views for students and teachers
- Fix feature flag naming (FEATURE_AFTER_HOURS) consistency
- Remove IPython/ipywidgets imports from after_hours repository
- Update documentation for Groq API setup requirements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Adds due_date column to Grades table (missing from initial schema)
- Populates sample due dates for existing records
- Fixes sqlite3.OperationalError: no such column: g.due_date
- Required for schedule_area feature to work correctly

Created by: Autumn Erwin
Reason: Schedule feature implementation was incomplete - missing database schema update
Run with: python scripts/add_due_date_column.py
- Adds migration script to add due_date column to Grades table
- Fixes crash when accessing Schedule tab (Parent/Teacher/Student roles)
- Resolves: sqlite3.OperationalError: no such column: g.due_date

Work completed by Autumn Erwin based on Meetika's schedule feature implementation that was missing the database schema update.
…edule

- Replace custom HTML headers with native st.title() in student_dashboard.py, announcements/ui.py, and schedule_area/ui.py
- Add routing logic in app.py to properly route dashboard and feature pages through show_home_page()
- Fixes issue where My Grades, Announcements, and Schedule pages were displaying blank content

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
…nouncements

- Update streamlit function call to use current API
- Resolves 'module streamlit has no attribute experimental_rerun' error when posting announcements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Implement comprehensive notifications system for grade changes
  - Create Notifications repository, service, and UI components
  - Notify students and parents when grades are updated
  - Include old/new grades and updated overall grade in notifications
  - Add notification widget to sidebar with mark-as-read functionality

- Enhance grade management
  - Add grade editing capability for teachers and admins
  - Integrate notifications into grade update workflow
  - Fix grade comparison logic to properly detect changes

- Bug fixes and improvements
  - Fix database manager to return dictionaries instead of tuples
  - Update authentication repository to use dictionary access
  - Fix parent engagement UI to display children names correctly
  - Remove invalid emoji from grade success message
  - Fix teacher dashboard grade editing consistency
  - Update test database schema with Notifications table

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants