/resentral_flutter

The (new) reSentral app made with Flutter following a more, Material You (3) design.

Primary LanguageDartApache License 2.0Apache-2.0

PROJECT IS ARCHIVED

... but you can still just fork it, host your own server, and change the server addresses, ctrl+f for "onrender" in all the files in lib and replace those URIs with your own server, and also change those Github URIs in update.dart.

For now, the app should still work but you probably want to host your own server as I'm using a free server host.

Why?

Mainly because of my pre-Rust/pre-OOP self writing terrible code. Many odd decisions like having each page have their own web request functions instead of generalising it and placing a web request function in a separate file, separate files for UI/Views and logic, using Flutter, etc. The app is still technically "functional". I am very proud of my web scraping server though, and that's probably the only thing. I may come back to this project however, I will most likely not be coming back to this repository.

reSentral

The (new) app for reSentral, a mobile-focused redesign and port of the Sentral school management system (student-side). This was created because of an active and burning disdain for the poor design of Sentral's web interface, mainly considering the mobile space. Additionally, the lack of 'Remember Me' functionality for login (while understandable) was also inconvenient.

This is an app designed and programmed by a student who is a 100% self-taught software developer. Hence, bugs, missing functionality, and broken features are to be expected as it is not "production-ready" levels of code cleanliness.

The backend for this project can be found at this repository and is written entirely in Rust using axum for server and network, and using fantoccini. The server is also containerised with a Dockerfile.

Where is it right now?

It's working enough to see the Daily Timetable, Full/Weekly Timetable, and Announcements.

The Design

The original design doc (before the switch to a 'Material You' style) is available on Figma and is free to view with this link below. https://www.figma.com/file/HwetJzpdpT6fbwVp9CNSXf/reSentral-Flutter?type=design&node-id=30%3A118&t=xELudUcmqTbJcu8i-1

Gallery

Login

Timetables

Announcements

Miscellaneous