Grade-Notifier / GN-Core

Stop checking for your grade and just get notified
https://cunysecond.com/GN-Core
MIT License
1 stars 8 forks source link

Decouple the GN from the API #88

Open Huddie opened 5 years ago

Huddie commented 5 years ago

This is a long term goal that will allow GN to work for all school.

GN will be a skeleton/template where you pass in the API and deploy to your server.

What we need:

The setup script should work something like:

We should not allow altering of the Grade-Notifier files after this. As our name is on it.

Huddie commented 5 years ago

Thoughts on API template:

methods needed are:

get_grades_and_gpa ~> {results: {name, description, units, grading, grade, gradepts}, term_gpa: float, cumulative_gpa: float} login logout