Skip to content
Jaimie Murdock edited this page Jun 1, 2016 · 2 revisions

Populate

  1. Generate Mustache template for modal dialog
  2. Generate Mustache template for details fields depending on publication type.
  3. Add data-id attribute to the table row.
  4. Populate data using jQuery $.getJSON() function, pulling the citaion-id from the data-id field on the calling button (use $(this).parent('tr') to get the parent row, allowing access to data-id.)
  5. Make it so the publication type dropdown dynamically updates the right details template.
  6. Submit to the update, without authentication for now.
  7. Cleanup and validate data - required fields and handling of status codes from server-side update response.
  8. Add authentication using either HTTP Basic/CAS/Web Tokens - we'll decide later.
  9. API to get all author names based on autocomplete input string. (/author/)

Clone this wiki locally