You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jaimie Murdock edited this page Jun 1, 2016
·
2 revisions
Populate
Generate Mustache template for modal dialog
Generate Mustache template for details fields depending on publication type.
Add data-id attribute to the table row.
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.)
Make it so the publication type dropdown dynamically updates the right details template.
Submit to the update, without authentication for now.
Cleanup and validate data - required fields and handling of status codes from server-side update response.
Add authentication using either HTTP Basic/CAS/Web Tokens - we'll decide later.
API to get all author names based on autocomplete input string. (/author/)