Add a "notes" field to the user detail view.

Review Request #7848 — Created Jan. 7, 2016 and submitted

Information

student-sonar
master
2e9972a...

Reviewers

This adds a new field for us to use for keeping student notes directly in
Sonar. It's not quite like Google Docs in that we have to be wary about
conflicts with multiple editors, but it'll be nice to have it in one place.

Used this to enter in the shirt sizes.

reviewbot
  1. Tool: PEP8 Style Checker
    Ignored Files:
        package.json
        lib/schema.js
        lib/frontend/editable-selectize.js
        lib/frontend/user-detail-view.js
        lib/frontend/editable-epiceditor.js
        css/style.less
    
    
    
    Tool: Pyflakes
    Ignored Files:
        package.json
        lib/schema.js
        lib/frontend/editable-selectize.js
        lib/frontend/user-detail-view.js
        lib/frontend/editable-epiceditor.js
        css/style.less
    
    
  2. 
      
mike_conley
  1. Just so we're clear on the function of this thing... do students have read/write access to this field as well? I see an isAdmin that's being tossed around, but I don't exactly see where we decide which fields to show for each user type.

    1. Right now students don't see their own detail view at all. The only pages they have access to are the project list and their status reports.

    2. Cool, sounds good. Ship it!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (77c014e)
Loading...