Closed Bug 1127055 Opened 9 years ago Closed 9 years ago

App Details page should have "Last Updated" instead of Version in "Last Version #" in description area

Categories

(Marketplace Graveyard :: Consumer Pages, defect, P4)

Avenir
x86
macOS
defect

Tracking

(Not tracked)

VERIFIED FIXED
2015-02-24

People

(Reporter: dbialer, Assigned: mat)

References

Details

Above the Email Support Button, where it says Version, then Latest Version x.x, it should say Last Updated as in the Mockup design.  This should be based on the date it was published to the Marketplace.

It already says version number in the More Info section.
Priority: P2 → P3
This requires some backend changes.
Priority: P3 → P4
Assignee: nobody → mpillard
API side: https://github.com/mozilla/zamboni/commit/84ad9bd520ad11d91fb3ce9d7408d2b9554eba7a
Status: NEW → ASSIGNED
Target Milestone: --- → 2015-02-24
Note to QA (and Design): we are not using the date formatting specified in the mock (MMMM dd, yyyy). Due to localization needs and the lack of support for toLocaleDateString(), we're going to use a locale-specific variant of Y-m-d.
Actually, I made it use the correct date formatting on desktop (including localization), just falling back to Y-m-d when it's not available (Android/FxOS).
(does that mean you removed the day-of-week, as ngoke commented?)
Fixed in https://github.com/mozilla/fireplace/commit/f4a1bc577458b54155683c688cbdf4d7fe5201a4

Yes, I removed weekday. The formatting is now "Month, day, year", or whatever makes sense for your current locale (in french for instance, it becomes "Day month year") on desktop, and still "Y-m-d" on phones.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Verified as fixed in FF38(Win7,android 4.2.1) FFOS 2.0(Inari) and FFOS 1.4(Inari) in marketplace-dev.allizom.org
On desktop is displayed correctly: http://screencast.com/t/0BdcwOC3 and it changes it's format depending on localization i.e: http://screencast.com/t/B94y1aoQL0
On FFOS and android the y-m-d format is displayed: http://screencast.com/t/WbbLKCLNs
Closing
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.