Dalphi/dalphi

back button for annotation

Closed this issue · 0 comments

  • push browser history on each annotation
  • ann doc manager: request certain ID
  • manipulate website address on each annotation
  • rerender
  • A bug occurs when using browsers back button: The same annotation document is rendered several times.
  • I suggest using a more REST-ful URI pattern. Instead of /projects/1/annotate?locale=en&documentId=1, I suggest /projects/1/annotation_documents/1/edit?locale=en to be more Railish