Changes between Initial Version and Version 1 of Ticket #12414


Ignore:
Timestamp:
Jun 24, 2015, 7:41:50 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12414

    • Property Summary changed from Implement REST interface and AJAX callback to post/get review data to Implement REST interface to create and retrieve review data
  • Ticket #12414 – Description

    initial v1  
    1 The current implementation of adding data and JavaScript in `post_process_request` request is fragile and I suspect the performance is not as good as it could be. Instead, we'll just add the scripts in `post_process_request` and retrieve the data through an AJAX callback. The upside is that it should be possible to add a review without refreshing the page.
     1The current implementation of adding data and JavaScript in `post_process_request` request is fragile and I suspect the performance is not as good as it could be. Instead, we'll just add the scripts in `post_process_request` and retrieve the data through the REST interface. It should also be possible to add and delete reviews without refreshing the page.