Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 575 Bytes

Roadmap.md

File metadata and controls

27 lines (14 loc) · 575 Bytes

Roadmap

  1. Full blown implementation of plugins (partially done...)

  2. Diferentiate roles within the application:

    • Learner

    • Instructor

    • Educational Designer

    • Super User

  3. Prepopulate workflows, actions, matrices, conditions, etc.

  4. Implement massive tracking of all the events related to the platform (and outside)

  • Student reads email
  1. Implement scheduling. Two possible approaches

    a. Script with manage.py runscript + Cron (or AT in windows)

    b. Celery (well integrated with django, way too complex for OnTask)