student-network
student-network copied to clipboard
A social media platform for university students with a social feed, quizzes, and achievements. Developed with Flask.
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 Changelog Sourced from werkzeug's changelog....
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
## Problem Statement - When accessing feed, stats (leaderboard, achievements), games (quizzes, flashcards), or chat without logging in, a `KeyError: 'username'` occurs. - This can be fixed by implementing the...
## Problem Statement - At the moment, connections and notifications are stored with `requestCount` and `notifications` being returned with every function. - This can be better implemented by using classes,...