Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a User, I want to be able to see and manage grades for Google Classroom and other sources classes in Helium #92

Closed
4 tasks
alexdlaird opened this issue Mar 12, 2018 · 1 comment

Comments

@alexdlaird
Copy link
Member

alexdlaird commented Mar 12, 2018

Prior to this ticket being completed, #89 and #95 should be completed so external events and homework are stored locally ad periodically updated.

Once those are complete, the homework model should be similarly refactored. One "parent" of a homework is an internal course, but other "parents" may be external calendars as well—the different between an event and a homework primarily being that a homework has an expectation of being graded and is thus attached to a class (even if external), whereas an event has no such metadata.

For example, then, a homework model in the future may have a "course" with an internal ID, or a "course" associated with "classroom" (or "blackboard" or some other third party), and the ID of the course is then determined by the external service.

Like with events, homework would be lazily cached locally, updated periodically, allowing users to allow the external service (Google Classroom in this first case) to be the source of truth for most information, but additional information (for instance, grading) can be provided to the item within Helium.

Additional integrations should be evaluated:

  • Edmodo
  • Moodle
  • Blackboard
  • Schoology
@alexdlaird alexdlaird self-assigned this Mar 12, 2018
@alexdlaird alexdlaird changed the title As a User, I want to be able to see and manage grades for Google Classroom classes in Helium As a User, I want to be able to see and manage grades for Google Classroom and other sources classes in Helium Mar 19, 2018
@alexdlaird
Copy link
Member Author

Closing, as the Helium project is not currently active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant