Aspine / aspine

Alternate frontend to Aspen, making it easier for CPSD students to access and predict their grades
https://aspine.cpsd.us
GNU General Public License v3.0
14 stars 22 forks source link

Announcement banner / Expandable Server data sysem #358

Open splice-7 opened 1 year ago

splice-7 commented 1 year ago

Adds a file (data.json) that can be modified during runtime by admins (set in environment variables) that can control few things in Aspine, such as the announcement banner. It 100% works so far (at least on my machine) but however, there are a few issues:

Currently, I'm hosting it on Replit (check it out here) and the serverdata is requestable via this URL. You can see how I format stuff with the previous link.

(Please note that this is my first ever pull request and I have no clue if I'm doing it correctly)