Bug 426384

Summary: 3.8.4: Ajax Optimizations For Flag Requests Page
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: User InterfaceAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 3.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: 2 hours
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-28 03:49:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 406071, 406181    

Description David Lawrence 2007-12-20 17:19:10 UTC
+++ This bug was initially created as a clone of Bug #406181 +++

Description:
On certain pages Ajax optimizations are used to speed up page loading time. Red
Hat has a high number of components for certain products. The component lists
cause a large amount of HTML having to be downloaded by the client browser. The
Ajax functions allow the UI to only show the components needed depending on
which products are selected.

Function Requirements:
Components list updated depending on which product is selected in requests.cgi.
Pretty much self contained on the backend in Bugzilla/Ajax.pm and ajax.cgi. A
lot of javascript though in js/*.js and the templates themselves.

Comment 1 David Lawrence 2007-12-20 18:09:39 UTC
LOC Estimate:

templates: 17
selenium test case to verify proper loading of components: 2 hours

LOC Total: 17

Comment 2 David Lawrence 2008-04-23 15:22:25 UTC
Already in CVS as part of the ajax query bug.

Worked 2 hours.