-
Notifications
You must be signed in to change notification settings - Fork 0
Implemented Announcements, Schedule Area, fixed parent engagement UI,… #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
meetika16
wants to merge
22
commits into
Announcements-Page
Choose a base branch
from
main
base: Announcements-Page
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… added due_date column support
Jm bug fix
- 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]>
Jm bug fix 1
- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
… added due_date column support