Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myo committed Jun 26, 2022
1 parent 9b0d9f2 commit d0222c4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# SolarisClient
Solaris is an University Management System. It sometimes works. When it doesn't, this will show students their grades.


## Advantages of using this over the Solaris Web App
1. it works
2. shows students their grades ~~faster~~ instantly.
3. option to input expected grades and calculate a year average
4. makes less requests to the server than the web app does
5. it's console based so it makes you look cool.

## To-do list
1. localization
2. cache results in a sqlite db to be even more efficient than the web app.
3. add delays between api requests maybe?

0 comments on commit d0222c4

Please sign in to comment.