codecombat/app/views/courses
phoenixeliot 8223122a6b Refactor and update teacher-dashboard
This updates TeacherClassView and ActivateLicensesModal to use the
new state-based rendering system, making it much snappier and less clunky
feeling, and improving data consistency.

Features also included in this:
- Hover details for progress dots in TeacherClassView
- ActivateLicensesModal has an "All Students" option and better handling
  when you switch classrooms in the dropdown
- Unenrolled/Unassigned students are shown separately in Course Progress and
  can be enrolled/assigned from there.

Add Back to Classes button on demo-request submitted view

Delete temporary patch file

Show unenrolled students separately in Course Progress (incomplete)

Migrate TeacherClassView to use orchestrator-style events, add unassigned students section, replace bootstrap tabs with state-based tabs

Convert missed instance variables to be in @state

Fix merge errors

(in progress) Convert a bunch of stuff to use state and events (removing student needs fixing)

Fix up modal interactions, some bugs

Switch state to be a Model, sync up course dropdowns

Convert student sorting to use state model

Add hover tooltips to TeacherClassView Students tab

Don't keep tooltip open when you mouse into it

Add dateFirstCompleted and Course Progress tooltips

Course Overview progress tooltips

Refactor ActivateLicensesModal

Refactors:
Uses state object for view state
Passes back the updated users in 'redeem-users' event instead of modifying given collection

Features:
Add 'All Students' dropdown option
Don't forget checked students if you change classroom from dropdown,
  but only enroll the ones visible when you click "Enroll (n) Students"

Separate enrolled students; improve style

Rearrange error text

Disable enroll-students button when none are selected

Remove console.logs

Move style-flat variables to another file

This prevents .style-flat from being copied in multiple times to the resulting CSS.

Show Unarchive button when on the page for an archived class

Move text to en.coffee

Only sort students on first classroom sync

Fix merge error

Handle sessions missing completion date in view logic instead of migration script

Listen to classroom sync more than once in case it gets unarchived
2016-05-06 13:13:11 -07:00
..
ActivateLicensesModal.coffee Refactor and update teacher-dashboard 2016-05-06 13:13:11 -07:00
ChangeCourseLanguageModal.coffee Fix some button child click and duplicate tag issues with e284ec79 2015-12-09 06:57:33 -08:00
ChooseLanguageModal.coffee /hoc analytics 2015-12-04 11:31:49 -08:00
ClassroomSettingsModal.coffee Stuff 2016-04-19 12:32:20 -07:00
ClassroomView.coffee Lock course content to classrooms 2016-04-27 09:58:04 -07:00
CourseDetailsView.coffee Lock course content to classrooms 2016-04-27 09:58:04 -07:00
CourseEnrollView.coffee Refactor CreateAccountModal out of AuthModal, add class code to signup 2016-03-10 10:52:11 -08:00
CoursesView.coffee CoursesView uses regular login and create account modals 2016-04-27 16:26:05 -07:00
EnrollmentsView.coffee Don't convert to teacher automatically in EnrollmentsView 2016-04-27 13:20:19 -07:00
HourOfCodeView.coffee Refactor CreateAccountModal out of AuthModal, add class code to signup 2016-03-10 10:52:11 -08:00
InviteToClassroomModal.coffee Classroom details analytics 2015-12-04 14:11:47 -08:00
PurchaseCoursesView.coffee Implement teacher accounts 2016-04-04 15:18:06 -07:00
RemoveStudentModal.coffee Courses i18n 2015-12-08 20:05:08 +00:00
RestrictedToStudentsView.coffee Restrict teacher and student accounts to their respective areas and actions 2016-04-04 15:20:34 -07:00
StudentCoursesView.coffee Refactor CreateAccountModal out of AuthModal, add class code to signup 2016-03-10 10:52:11 -08:00
StudentLogInModal.coffee Fix StudentLoginModal crash on invalid login 2016-04-29 15:34:11 -07:00
StudentSignUpModal.coffee Various fixes and changes to teacher-accounts and teacher-dashboard 2016-04-04 15:42:29 -07:00
TeacherClassesView.coffee Refactor and update teacher-dashboard 2016-05-06 13:13:11 -07:00
TeacherClassView.coffee Refactor and update teacher-dashboard 2016-05-06 13:13:11 -07:00
TeacherCoursesView.coffee Stuff 2016-04-19 12:32:20 -07:00