codecombat/app/schemas/models
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
..
achievement.coffee Collapse sets of achievements in achievements list 2015-11-28 08:39:05 -08:00
analytics_log_event.coffee Add shortened fields to analytics.log.event 2015-01-14 17:51:34 -08:00
analytics_perday.coffee Remove analytics.log.event created field 2015-01-14 13:03:02 -08:00
analytics_string.coffee Analytics data revamp 2015-01-14 11:09:01 -08:00
analytics_stripe_invoice.coffee Subs dashboard perf 2015-07-31 16:19:40 -07:00
analytics_users_active.coffee Capture active user metrics 2014-12-04 12:57:57 -08:00
article.coffee Polls! 2015-03-08 16:36:17 -07:00
campaign.schema.coffee Lock course content to classrooms 2016-04-27 09:58:04 -07:00
cla_submission.coffee Fixed #784. 2014-08-26 17:34:00 -07:00
clan.schema.coffee Decouple clan type from dashboard details 2015-04-20 14:04:22 -07:00
classroom.schema.coffee Lock course content to classrooms 2016-04-27 09:58:04 -07:00
codelog.schema.coffee Implements the SPADE logger into the SpellView 2016-04-26 09:56:30 -07:00
course.schema.coffee Add POST /db/course_instance/:id/members 2015-11-03 14:00:51 -08:00
course_instance.schema.coffee Initial setup of the hoc page 2015-11-09 16:45:12 -08:00
earned_achievement.coffee Tweaked achievement notification handling, also disabling an endless loop of achievement fetching. 2015-01-09 12:38:00 -08:00
level.coffee Add picoCTFProblem field to levels 2016-02-10 14:16:54 -08:00
level_component.coffee Make LevelComponent names translatable, show spell name translations in doc tooltips 2016-04-26 16:37:06 -07:00
level_feedback.coffee Refactoring defaults in schemas. 2014-08-23 16:06:41 -07:00
level_session.coffee Refactor and update teacher-dashboard 2016-05-06 13:13:11 -07:00
level_system.coffee Refactoring defaults in schemas. 2014-08-23 16:06:41 -07:00
mail_sent.coffee
mandate.schema.coffee Add Mandate configuration for session save delays 2016-03-14 16:39:05 -07:00
patch.coffee Adding polls as patchable. 2015-03-09 11:48:13 -07:00
payment.schema.coffee Add prepaids to payments 2016-02-17 10:08:44 -08:00
poll.schema.coffee Storing certain poll results in User object. Showing a poll once per day. 2015-03-09 09:30:51 -07:00
prepaid.schema.coffee Add exhausted property to prepaid model 2015-11-02 13:06:58 -08:00
product.schema.coffee Move product information to the db 2015-12-14 11:10:50 -08:00
purchase.schema.coffee Implementation of Heald's design of the PlayItemsModal. Added purchasing logic to the server to support it. Refactored header font from Bangers to Open Sans Condensed. 2014-11-03 20:48:59 -08:00
thang_component.coffee Refactoring defaults in schemas. 2014-08-23 16:06:41 -07:00
thang_type.coffee Fix colorConfig prerendered sprite sheet data, comparison 2015-10-14 10:41:10 -07:00
trial_request.schema.coffee Update trial requests to be type course 2015-12-08 16:16:02 -08:00
user-polls-record.schema.coffee Storing certain poll results in User object. Showing a poll once per day. 2015-03-09 09:30:51 -07:00
user.coffee Add user.ageRange enum values update note 2016-04-27 15:23:03 -07:00
user_code_problem.coffee Save user code errors without 'Line N: ' prefix 2014-10-24 14:05:54 -07:00
user_remark.coffee Cull recruiting views and translations 2015-12-18 10:34:21 -08:00