Please sign in to access this page

Student

Student Used AI

3 devlogs
4h 51m
Created by Aram

Student is a new StudentVUE client replacement. StudentVUE is slow, old, and clunky. Student pulls data from StudentVUE to create a cleaner and faster UI. This project relies on two key components: Student (the Next.js client GUI for fetching data from StudentVUE) and APIVUE (the Flask API Server that handles all requests).

Timeline

!! Added a bunch of improvements and backend changes

Update attachment
Aram
Aram
2h 57m 29 days ago

Added gradebook page! Now fetchs classes and grades

Update attachment

Today I worked on APIVUE, the Flask API server that fetches data from StudentVUE to fetch data, the code is avaliable at https://github.com/aramshiva/APIVUE and is standalone from Student to allow for others to use the API to power there own projects or StudentVUE replacements.

Update attachment