CSC/ECE 517 Fall 2015 E1585 Use Ajax for Add Participants, Add TA ,Edit Questionnaires Screens: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "==Overall Design== ===Purpose=== On some of the views, whenever a user adds or modifies an existing record, the system is saving the entire page and then reloading the entire pag...")
 
Line 5: Line 5:
We will be altering the views for the following scenarios
We will be altering the views for the following scenarios


* Add Participants to an assignment
# Add Participants to an assignment
** Edit questionnaire
## Edit questionnaire
*** Add TA to an existing course
### Add TA to an existing course

Revision as of 20:05, 6 November 2015

Overall Design

Purpose

On some of the views, whenever a user adds or modifies an existing record, the system is saving the entire page and then reloading the entire page back. This is an inefficient way of saving, especially if only one attribute has been modified. Our goal is to modify the views and use AJAX, so that only the newly added information is saved and not the entire page.

We will be altering the views for the following scenarios

  1. Add Participants to an assignment
    1. Edit questionnaire
      1. Add TA to an existing course