Skip to content

[FEATURE] Markdown Feedback API #162

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

Closed
2 tasks
DerekTBrown opened this issue Jul 22, 2016 · 2 comments
Closed
2 tasks

[FEATURE] Markdown Feedback API #162

DerekTBrown opened this issue Jul 22, 2016 · 2 comments
Assignees
Milestone

Comments

@DerekTBrown
Copy link
Member

DerekTBrown commented Jul 22, 2016

@cemersoz: We need to create an API Endpoint which allows instructors to provide feedback to students while giving a course. This requires:

  • Respecting prior changes to the markdown
  • Easy to use Components as part of the API

@sandershihacker:
For you, this may require coming up with some nifty HTML elements to display feedback, which you would need to add to the markdown parser. This should be a low priority issue, however.

@cemersoz
Copy link

@sandershihacker I change an array taskUpdates in taskview.ts. where the ith element is the additional markdown for the ith task in taskList. Can you update a md box with that?

@sandershihacker
Copy link

Done. @cemersoz Everytime you update the taskUpdates markdown, make sure to call my joinTaskUpdate() function to update the tasks array.

DerekTBrown pushed a commit that referenced this issue Jul 27, 2016
… (#185)

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList
DerekTBrown pushed a commit that referenced this issue Jul 28, 2016
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works
DerekTBrown pushed a commit that referenced this issue Aug 1, 2016
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation
DerekTBrown pushed a commit that referenced this issue Aug 2, 2016
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192
DerekTBrown pushed a commit that referenced this issue Aug 4, 2016
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208
DerekTBrown pushed a commit that referenced this issue Aug 5, 2016
* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* before merge

* removed testing change

* fixed typo

* fixed prepareLab

* removed test methods

* fix prepareLab

* methods changes

* removed swap file

* fixed merge

* fixes

* prepareLab WORKS

* further fixes

* merge

* all works

* deleted debug line

* fixed minor excess code

* minor indentation fix

* reference fixes

* fixes to nextTask

* merged with master

* minor changes

* fixed merge problems

* fixed md view and swithces

* fixed error messages

* removed debug code

* removed swp

* fixes

* fixed typescript warning

* added student object

* changed function calls

* deleted unnecessary files

* updated api, added md feedback

* fixed ts warn

* fixed example_data and partially tests

* update validator, merge

* fixed indentation

* changes

* it's pretty now

* what

* fixes to api changes

* fixed api, deleted swap

* fixed etcd add

* fixed #187, #188

* minor fixes

* fixed indentation

* added equal sign

* updated example courses to match schema

* added md parser

* removed debug code

* fixed debug, import

* changed dockerode settings

* implemented to-from json

* from-to json

* fixed etcd err

* etcd cache changes

* added env.util

* multiple os support

* minor changes

* added -system- variable

* added attempted field to course_records

* fixed cache, Collections issues

* fixed minor env errors

* minor docker fixes, debug logs

* minor change for timeout

* env refactoring with system

* #108 (#212)

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208

* #211, #199

* api refactoring

* api refactoring and fixes

* some more refactoring. Removed debug code

* updated readme

* .

* changes

* wercks
DerekTBrown pushed a commit that referenced this issue Aug 5, 2016
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208

* Not Logged In View of Dashboard

* #181

* #199

* .

* Fri Aug  5 14:25:02 EDT 2016
DerekTBrown pushed a commit that referenced this issue Aug 5, 2016
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208

* Not Logged In View of Dashboard

* #181

* #199

* .

* Fri Aug  5 14:25:02 EDT 2016

* #186
DerekTBrown added a commit that referenced this issue Jan 1, 2017
Bug Fixes

Made error messages generic

added auth guard

Added ngIf to dashboarD

Fixed Gradelist, Lablist and styling issues

Issue #162 Completed

Issue #160, Rename of TaskView to LabView, Enrollable field for explore buttons. (#182)

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
… (#185)

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

Added SimpleMDE Component
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
Syllabus update on course_dashboard for instructors works

onChange detect for mdeditor

fixed reversed md text editor

Disable links to non-accessible tasks for students

Markdown Editor for TaskView and Instructor Course Dashboard (#197)

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
markdown on explore

Course Permissions Editing functionality complete

course settings for instructors complete

Issue #186, #198, #196 completed. (#206)

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

.

Wed Aug  3 11:06:55 EDT 2016

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* before merge

* removed testing change

* fixed typo

* fixed prepareLab

* removed test methods

* fix prepareLab

* methods changes

* removed swap file

* fixed merge

* fixes

* prepareLab WORKS

* further fixes

* merge

* all works

* deleted debug line

* fixed minor excess code

* minor indentation fix

* reference fixes

* fixes to nextTask

* merged with master

* minor changes

* fixed merge problems

* fixed md view and swithces

* fixed error messages

* removed debug code

* removed swp

* fixes

* fixed typescript warning

* added student object

* changed function calls

* deleted unnecessary files

* updated api, added md feedback

* fixed ts warn

* fixed example_data and partially tests

* update validator, merge

* fixed indentation

* changes

* it's pretty now

* what

* fixes to api changes

* fixed api, deleted swap

* fixed etcd add

* fixed #187, #188

* minor fixes

* fixed indentation

* added equal sign

* updated example courses to match schema

* added md parser

* removed debug code

* fixed debug, import

* changed dockerode settings

* implemented to-from json

* from-to json

* fixed etcd err

* etcd cache changes

* added env.util

* multiple os support

* minor changes

* added -system- variable

* added attempted field to course_records

* fixed cache, Collections issues

* fixed minor env errors

* minor docker fixes, debug logs

* minor change for timeout

* env refactoring with system

* #108 (#212)

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208

* #211, #199

* api refactoring

* api refactoring and fixes

* some more refactoring. Removed debug code

* updated readme

* .

* changes

* wercks
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208

* Not Logged In View of Dashboard

* #181

* #199

* .

* Fri Aug  5 14:25:02 EDT 2016

* Updated Schemas

* Load Screen

* Loading Screen

* publish subscribe and dynamic explore page

* deleted swap file

* publish subscribe

* template fixes

* added start for reactive publication

* template issue

* .

* .

* course_records publish

* course_records reactively publish

* revert meteor update

* publish subscribe and lineheight for searchpage icons

* fixed indentation and removed test file

* indentation

* indentation

* Accounts page and fixed random erro

* toolbar for mobile devices

* toolbar

* account.html fixes

* Toolbar made responsive

* Responsive toolbar fixes

* created userlist component

* course_records course_id validation

* indentation

* markdown

* import changes

* validation addition

* Forms Module Deprecated Warning. Issue #110

* indentation

* Use routerLink

* api changes (#126)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations (#127)

* issue 32 fixed

* removed swp

* fixed nconf issues

* issue 82, 84 fixes

* fixed #82

* isse #77

* fixed tests

* fixed files

* fixed tests master

* fixed comment

* moved validator

* removed duplicate file

* fixed tests, removed duplicate underscore, publish

* changes

* fixed methods.ts import

* fixed issues w methods

* fixes

* minor fixes

* A

* api changes

* fixed api

* comments

* minor changes

* minor fixes

* method implementations

* course pages now uses Child Routing

* deleted LabData class

* school name

* search function

* icon size and #136

* dashboard pull data from database

* fix inappropriate file naming for gradelist and lablist

* more templating issues

* .

* .

* markdown default

* lablist and gradelist

* template changes

* explore page changes

* delete instructor page

* user schema

* indentation

* indentation

* explore publish and taskview sidenav

* explore view links to course/courseId

* taskview sidenav

* taskview

* taskview sidenav changes

* Extend terminal on small width

* .

* .

* Added UserList Component in Courses

* Edit Course

* .

* course dashboard get courseid from url

* delete userlist

* input

* delete userlist

* publish for global admin

* Fixed router params

* Issue 161 fixed: instructor field in courses

* .

* fix nextButton

* .

* Issue #171

* Issue #168

* Issue 160: CourseList

* Removed LabView

* Enrollable field for buttons on explore pages

* TaskView -> LabView

* Fixed Gradelist, Lablist and styling issues

* Issue #162 Completed

* TaskView toolbar color darken

* remove tests

* Combine Subscriptions

* Reactive Subscription for CourseList and GradeList

* instructor view of course dashboard

* Dashboard not logged in

* markdown editor for labview

* .

* .

* remove test

* Syllabus update on course_dashboard for instructors works

* onChange detect for mdeditor

* fixed reversed md text editor

* Disable links to non-accessible tasks for students

* Fixed merge issues

* markdown on explore

* .

* indentation

* indentation

* indentation

* Course Permissions Editing functionality complete

* course settings for instructors complete

* #192

* .

* Wed Aug  3 11:06:55 EDT 2016

* #208

* Not Logged In View of Dashboard

* #181

* #199

* .

* Fri Aug  5 14:25:02 EDT 2016

* #186
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

3 participants