-
This needs to function is one and/or both of the records exist:
https://github.com/learnlinux/tuxlab-app/blob/master/server/imports/api/env.js#L68
-
We already have Underscore by virtue of Meteor. There is no need to reimport it. Plus, the point of underscore is to use underscores:
_.unzip([]) not underscore.unizip([])
https://github.com/learn…
-
https://github.com/learnlinux/tuxlab-app/blob/master/client/imports/ui/pages/explore/.explore..swp
-
Instructor views are not separate:
https://github.com/learnlinux/tuxlab-app/tree/master/client/imports/ui/pages/instructor
Rather, instructor views are handled in the same components as the regular u…
-
- [x] The banner you created will only display on regular SSH (and not WebSSH connections). I think this is good in the long run- as it identifies our server. However, we need to create a separate M…
-
**Top Bar**
- [x] Fix Chevron Size
**Course Views**
- [x] On Mobile, make the sub-menu have a floating chevron to indicate you can scroll
- [x] labview -> lablist
- [x] mainview -> course_dashboard
-…
-
I20160711-11:45:24.677(-4)? Exception from sub user-courses id LDPG7KAyHX6of4i9M TypeError: Cannot call method 'concat' of undefined
I20160711-11:45:24.759(-4)? at Subscription. (collections/cours…
-
-
@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, re…
-
We may have more than one editor in the future (as we would enable a Javascript code editor for LabFiles). So renaming the existing one to mdeditor would be good:
https://github.com/learnlinux/tuxla…