Add a "Manage" mode and calendar editing.

Review Request #7536 — Created July 22, 2015 and submitted

Information

student-sonar
master
f9bccc5...

Reviewers

This change adds the beginnings of the administration mode which is available
to mentors. This mode is entered by clicking a "Manage" toggle at the top-right
of the page.

This mode is currently implemented for the Calendar page. Switching into manage
mode will show all of the events (even ones in the past), and some additional
UI. Each event can be edited or deleted, and new events can be added.

Added, edited, and deleted calendar items. Toggled to manage mode a bunch.


reviewbot
  1. Tool: Pyflakes
    Ignored Files:
        package.json
        lib/frontend/config.js
        lib/frontend/application.js
        lib/frontend/header-view.js
        lib/api.js
        lib/frontend/main.js
        lib/frontend/calendar-view.js
        lib/frontend/application-view.js
        lib/frontend/confirm.js
        css/style.less
        lib/frontend/models.js
        lib/frontend/group-by-collection.js
    
    
    
    Tool: PEP8 Style Checker
    Ignored Files:
        package.json
        lib/frontend/config.js
        lib/frontend/application.js
        lib/frontend/header-view.js
        lib/api.js
        lib/frontend/main.js
        lib/frontend/calendar-view.js
        lib/frontend/application-view.js
        lib/frontend/confirm.js
        css/style.less
        lib/frontend/models.js
        lib/frontend/group-by-collection.js
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (f1e3e6d)
Loading...