Opened 22 months ago
Last modified 18 months ago
#1452 assigned defect
RegForm: make REST response more granular
Reported by: | aavilesd | Owned by: | aavilesd |
---|---|---|---|
Priority: | critical | Milestone: | v2.0 |
Component: | Registration form | Version: | 1.1 |
Keywords: | Cc: |
Description
At the moment, the REST responses for the registration form are unnecessary heavy. We return whole jsonify objects (regform, section or field) as response of updating a particular attribute or deleting a single item. This causes Angular re-renders even the whole RegForm? and therefore freezes for a couple of seconds.
Make REST responses return the minimum amount of information needed to keep the model in the client-side up to date with the success of the request.
Change History (2)
comment:1 Changed 22 months ago by aavilesd
- Owner set to aavilesd
- Status changed from new to assigned
comment:2 Changed 18 months ago by pferreir
- Milestone changed from v1.2 to v2.0
Note: See
TracTickets for help on using
tickets.