Skip to content
Snippets Groups Projects
  1. Mar 16, 2020
  2. Mar 13, 2020
    • Matt Tuchfarber's avatar
      Update with suggestions: · fc3bc032
      Matt Tuchfarber authored
      - Add ADR describing Plugin Contexts
      - Remove app-specific constants from framework-level code
      - Add dashboard constants to student app with README
      fc3bc032
  3. Mar 11, 2020
  4. Mar 09, 2020
  5. Mar 06, 2020
    • Matt Tuchfarber's avatar
      Allow plugins to update contexts in specific views · 47255197
      Matt Tuchfarber authored
      Instead of requiring views like the dashboard to know about plugins so
      they can include their data in the context, this allows plugins to
      define a mapping between a view and a function where the function
      returns a dictionary of new context for the view. Each view would have
      to purposefully enable this additional context before it could be used.
      This will allow new content to be added to the pages without updating
      the core with a combination of a plugin to add new context, and a theme
      override of that page to use the new context.
      47255197
  6. Mar 03, 2020
  7. Mar 02, 2020