Bug 406181

Summary: 3.8: Ajax Optimizations
Product: [Community] Bugzilla Reporter: David Lawrence <dkl>
Component: Bugzilla GeneralAssignee: 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:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-28 03:40:22 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: 426374, 426376, 426378, 426384, 426386, 441550    
Bug Blocks: 406071, 427057    

Description David Lawrence 2007-11-30 16:58:08 UTC
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:
1. When selecting products on query.cgi, the components, versions, milestones fields are automatically updated.[[BR]] 2. When clicking on Bug Activity links on a bug report, the list is displayed inline instead of on a different page. (LOW Priority)[[BR]] 3. Guided bug entry pages[[BR]] 4. Only load full list products, components, and versions on show_bug.cgi if user requests it.[[BR]] 5. Components list updated depending on which product is selected in requests.cgi.[[BR]] 6. 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.[[BR]] 7. Javascript and code in cgi's to detect whether javascript is enabled in browser.

Comment 1 David Lawrence 2007-12-20 19:02:05 UTC
LOC Estimation:

LOC estimations are performed in the smaller bugs that block this one.

LOC Total: 707

Comment 2 Kevin Baker 2007-12-29 21:44:32 UTC
Dave,

I removed the LOC from this bug as they will be counted on the smaller bugs.

kev

Comment 3 David Lawrence 2008-05-12 17:52:45 UTC
All dependencies have been marked as MODIFIED so marking this bug MODIFIED.