Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2011-01-12 20:40:35
Size: 135
Editor: GeoffEhrman
Comment:
Revision 7 as of 2011-01-12 20:49:46
Size: 301
Editor: GeoffEhrman
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
JSON Messages: Guiding principle: put as much in the URL as is reasonable.

JSON <---> HTTP

== HTTP Requests: ==

== JSON Messages: ==
Line 4: Line 10:
Database Calls:
* increase_worksheet_state_number()
* update_cell_input(cell_id, input_text)
* evaluate_cell()
== Database Calls: ==
 * increase_worksheet_state_number()

 
* update_cell_input(cell_id, input_text)
   * evaluate_cell(cell_id)

 * insert_after_cell(cell_id)

Guiding principle: put as much in the URL as is reasonable.

JSON <---> HTTP

HTTP Requests:

JSON Messages:

Database Calls:

  • increase_worksheet_state_number()
  • update_cell_input(cell_id, input_text)
  • evaluate_cell(cell_id)
  • insert_after_cell(cell_id)