PSGMX v2.2.6
π PSGMX Release v2.2.6
π₯ Download
- Android APK:
PSGMX-v2.2.6-android.apk
π₯ What's New in v2.2.7
Critical Fixes
- β Fixed POTD Notification Duplicates: LeetCode Problem of the Day notifications now appear only once
- β Enhanced Team Leader Attendance UI: Visual status indicators show current attendance state with color-coded switches
- β Attendance Card Status Display: Shows submission status and marked student count
- β My Tasks for Coordinators/Reps: Added personal task tracking for Coordinators and Placement Representatives
Improvements
- π¨ Team Leader attendance card now shows:
- π’ Green: Already submitted with student count
- π Orange: Not yet submitted
- π Real-time status updates for attendance marking
- π Coordinators/Reps can now track their personal daily tasks
- π Fixed notification deduplication logic
π Installation
- Download the APK file from assets below
- Enable "Install from Unknown Sources" in Android settings
- Install the APK
- Enjoy the new features! π
π Technical Details
- Flutter Version: 3.27.2
- Build: Signed Release
- Min SDK: 21
- Target SDK: 34
π Database Update Required
Run this query on your Supabase database:
UPDATE app_config SET
latest_version = '2.2.6',
force_update = true,
update_message = 'Essential Update: Team Leaders can now correct/update today''s attendance. Fixed notification bugs and optimized UI. Kindly update now.',
github_release_url = 'https://github.com/brittytino/psgmx-flutter/releases/latest',
android_download_url = 'https://github.com/brittytino/psgmx-flutter/releases/download/v2.2.6/PSGMX-v2.2.6-android.apk'
WHERE id IS NOT NULL;π Web App
Full Changelog: https://github.com/brittytino/psgmx-flutter/commits/v2.2.6