mitodl/ol-django

Implement a core Google Sheets library

Closed this issue · 0 comments

The goal here is to implement a minimal core library for interacting with Google Sheets. This should include common functionality or APIs needed to integrate with Google Sheets. It probably includes (not limited to at your own judgement):

  • Configuration boilerplate for settings.py
  • API wrapper around Google Sheets that configures it and wraps any generic operations for ergonomics
  • Generalized celery tasks for monitoring/polling documents
  • Webhook handling