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

From Expertiza_Wiki
Revision as of 20:06, 6 November 2015 by Vpaul (talk | contribs) (→‎Purpose)
Jump to navigation Jump to search

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
  2. Edit questionnaire
  3. Add TA to an existing course