Skip to content

Instantly share code, notes, and snippets.

@marcovega
Created December 3, 2015 05:11
Show Gist options
  • Save marcovega/a66090fd5d8283f7de4f to your computer and use it in GitHub Desktop.
Save marcovega/a66090fd5d8283f7de4f to your computer and use it in GitHub Desktop.

Discussion Boards View Integration

This document contains information for a proper integration of the Discussion Boards Backend and the View. Please feel free to comment, edit, add or substract any information.

Views

There are different views available for the Discussion Boards (let's call them DDBB):

  • General board display: shows all the available boards. There will be one board for each one of the courses for that specific client. There should be a board manager, so boards in addition of those regarding to courses can be added.
  • Inner board display: it's an individual board, shows a single board and its contents. The view looks like this: https://invis.io/WX55W6V8N
  • Inner question display: shows a single question and answers. The view looks like this: https://invis.io/QD55W7J62

Variables needed

For each one of those views, we need the following variables passed to the view:

  • General board display

    • Board list

      List of all available boards including:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment