Skip to content

[FEATURE] LabFile Verification #77

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
DerekTBrown opened this issue Jul 7, 2016 · 9 comments
Closed

[FEATURE] LabFile Verification #77

DerekTBrown opened this issue Jul 7, 2016 · 9 comments
Assignees
Milestone

Comments

@DerekTBrown
Copy link
Member

@cemersoz - I need you to fill in the code allowing the server to verify an incoming LabFile:

https://github.com/learnlinux/tuxlab-app/blob/master/collections/labs.ts#L72

After this is completed, retag this issue as for Alpha.2, because we need to implement the LabFile upload. I would be sure to use the CollectionsFS API for fileDrop functionality (it is much easier):

https://www.angular-meteor.com/tutorials/socially/angular2/handling-files-with-collectionfs

@DerekTBrown
Copy link
Member Author

DerekTBrown commented Jul 7, 2016

So, it turns out we can't use the same function to handle both insertion and update:

https://github.com/matb33/meteor-collection-hooks#beforeupdateuserid-doc-fieldnames-modifier-options

Because in the case of update, the doc is just a copy, and not a real artifact. We need to apply a given transformation first.

@DerekTBrown
Copy link
Member Author

DerekTBrown commented Jul 7, 2016

In regard to versioning:
#72

@DerekTBrown
Copy link
Member Author

After you are completed- please insert a statement in the test to verify this actually works:
https://github.com/learnlinux/tuxlab-app/blob/master/tests/tuxlab.db.js#L105

@cemersoz
Copy link

cemersoz commented Jul 8, 2016

@DerekTBrown return false; in labValidator does not result in the expected behavior. It times out instead of aborting.

@cemersoz
Copy link

cemersoz commented Jul 8, 2016

also there's a bug in typescript I think that gives us an unnecessary warning
angular/zone.js#297
It was apparently solved 3 days ago, we can update

@cemersoz
Copy link

cemersoz commented Jul 8, 2016

@DerekTBrown not so sure whether return false doesn't work or your tests timeout because they don't check for promise rejections

@DerekTBrown
Copy link
Member Author

@cemersoz copy and paste the error?

cemersoz added a commit to cemersoz/tuxlab-app that referenced this issue Jul 8, 2016
@cemersoz
Copy link

cemersoz commented Jul 8, 2016

  1. Example Database should have example lab:
    Error: timeout of 10000ms exceeded
    at [object Object]. (/home/cem/Documents/cem-tux/alph/node_modules/mocha/lib/runnable.js:158:19)
    at Timer.listOnTimeout (timers.js:92:15)

This is the error when labValidator returns false, either with a check failure or when I just replace the whole method body w return false

Other than that I have validation working

@DerekTBrown
Copy link
Member Author

In retrospect, I think there is a better way to implement the LabValidator than as an action hook. The action hook library (https://github.com/matb33/meteor-collection-hooks#additional-notes) says that returning false will stop the underlying method from running. What this likely means is that the user can insert the data into their local database, and then the error comes when this data is synced with the server database. In any case, what we are doing is not ideal.

I think a better way to do this would be to write a custom validator in the schema (whttps://github.com/aldeed/meteor-simple-schema#asynchronous-custom-validation-on-the-client). This is pretty much the same thing I was doing before, except it would execute the check on both server and client code.

DerekTBrown pushed a commit that referenced this issue Jul 8, 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
DerekTBrown pushed a commit that referenced this issue Jul 15, 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
DerekTBrown pushed a commit that referenced this issue Jul 15, 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
DerekTBrown pushed a commit that referenced this issue Jul 15, 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
DerekTBrown pushed a commit that referenced this issue Jul 15, 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
DerekTBrown pushed a commit that referenced this issue Jul 15, 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

* method implementations
DerekTBrown added a commit that referenced this issue Jul 15, 2016
* Added Session Cache

* Fixing Errors

* Meteor.methods and api changes (#122)

* 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

* Adding whitespace

* INDENTATION

* minor api changes (#123)

* 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

* Changing tuxlab to lab object

* 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

* Use routerLink for links, use child router for course page. (#129)

* 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

* course pages now uses Child Routing

* deleted LabData class
DerekTBrown pushed a commit that referenced this issue Jul 18, 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
DerekTBrown pushed a commit that referenced this issue Jul 18, 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
DerekTBrown pushed a commit that referenced this issue Jul 19, 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
DerekTBrown pushed a commit that referenced this issue Jul 19, 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
DerekTBrown pushed a commit that referenced this issue Jul 20, 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
DerekTBrown pushed a commit that referenced this issue Jul 20, 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
DerekTBrown pushed a commit that referenced this issue Jul 20, 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
DerekTBrown pushed a commit that referenced this issue Jul 21, 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
DerekTBrown pushed a commit that referenced this issue Jul 21, 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

* .

* .
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
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

Added Session Cache
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
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

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
DerekTBrown added a commit that referenced this issue Jan 1, 2017
Requires infra (#121)

* Added Session Cache

* Fixing Errors

* Meteor.methods and api changes (#122)

* 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

* Adding whitespace

* INDENTATION

* minor api changes (#123)

* 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

* Changing tuxlab to lab object

* 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

* Use routerLink for links, use child router for course page. (#129)

* 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

* course pages now uses Child Routing

* deleted LabData class

Update release

Fix async error

Fix Lab Validator

Fixing Session Constructor

Fixed TaskView
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

prepareLab fix (#134)

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

dashboard pull data from database

fix inappropriate file naming for gradelist and lablist

more templating issues
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
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
* 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
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
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
explore view links to course/courseId

taskview sidenav

Termplate Issues (#143)

* 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

Extend terminal on small width

Taskview (#146)

* 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

Added UserList Component in Courses

Termplate Issues complete except for off-canvas taskview (#150)

* 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

* .

* .
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
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
course dashboard get courseid from url

delete userlist

UserList and TaskView changes (#155)

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

* added student object

* changed function calls

* deleted unnecessary files
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
DerekTBrown pushed a commit that referenced this issue Jan 1, 2017
Issue #171

Issue #168

Issue 160: CourseList

Removed LabView

Enrollable field for buttons on explore pages

TaskView -> LabView

Fixed Router Params, Issue #161 (#174)

* 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

* .
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
* 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
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
* 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

* fixed #187, #188

* minor fixes

* fixed indentation

* added equal sign

* updated example courses to match schema
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

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

* #211, #199

* api refactoring

* api refactoring and fixes

* some more refactoring. Removed debug code

* updated readme

* .

* changes

* wercks

* fixed problems, #194

* moved debug code to TuxLog trace, fixes #214

* api refactoring for auto container delete
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

2 participants