Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.46 KB

todo.mdown

File metadata and controls

45 lines (36 loc) · 1.46 KB

Displays:

  • recount for displays working in state manager

Metrics:

  • Add descriptions (refactor code to keep track of task)
  • recount for metrics working in state manager
  • add other field

Progress Headings:

  • Progress headings for paper detail, experiments, tasks
  • disable back button and have modal explaining what how to navigate / look progress

autosave stuff: go through and save each 'other field' first to populate the dom with their ids clean up the forms inject ids in the proper places

  • Prevent changes to inputs
  • save for real
  • keep track of id after first save, add field to update
  • clean up destroyed things
  • renumber

work on findings

make sure editing all field values are being populated correctly

other:

  • work on multiple other fields have state manager rename other form ids each click on a pill causes the counter to go up needs to be only "new items" or renamed after each click?

Edit Remake display needs to also add pills that are missing

$.ajax({ type: "POST", url: "/visual_fidelities", data: $('

').serialize(), dataType: "json", success: function(data, status) { console.log(data); //contains the paper id needed to update (data.id) console.log(status); //whether successful or not } });