-
Notifications
You must be signed in to change notification settings - Fork 3
Edit Interface
Jaimie Murdock edited this page Jun 1, 2016
·
2 revisions
- Generate Mustache template for modal dialog
- Generate Mustache template for details fields depending on publication type.
- Add
data-idattribute 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/)