Closed
Bug 572903
Opened 15 years ago
Closed 15 years ago
User Sentiment data should be included, not AJAX
Categories
(Input :: General, enhancement, P4)
Input
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.7
People
(Reporter: jruderman, Assigned: wenzel)
References
()
Details
Steps to reproduce:
1. Load http://input.stage.mozilla.com/
2. In the "User Sentiment" box, select "1 week"
Result: have to wait for an AJAX request.
Expected: should appear immediately, because the data is probably smaller than the AJAX code.
Updated•15 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•15 years ago
|
||
You mean you want to see the initial data as part of the page load, and only replace the boxes via AJAX when changing the dropdown selection?
Maybe.
Severity: minor → enhancement
Priority: P3 → P4
| Reporter | ||
Comment 2•15 years ago
|
||
I don't want to *see* additional data initially, but I want it to be available without having to wait for a round-trip with the server.
| Assignee | ||
Comment 3•15 years ago
|
||
That's possible I guess, but we'd need to cache the data differently. Not for the initial release, but we can do it later.
| Assignee | ||
Comment 4•15 years ago
|
||
This is fixed: The new homepage does not pull data via AJAX anymore.
Assignee: nobody → fwenzel
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.7
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
You need to log in
before you can comment on or make changes to this bug.
Description
•