Page MenuHomePhabricator

Implementation of basic value formatters in JavaScript
Closed, ResolvedPublic

Description

Basic value formatters should be implemented in JavaScript in the same fashion as value parsers are implemented there.

In jQuery.valueview those formatters can reduce the load of jQuery.valueview.Expert responsibilities to render values in non-edit mode.
The overly complex Time and GeoCoordinate experts preview functionality can then be factored out of the experts into a separate object using such a formatter. Formatters can then also be used for displaying values in non-edit mode. See Bug 56259


Version: unspecified
Severity: normal
Whiteboard: Storypoints: 5
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=49186

Details

Reference
bz56261

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:13 AM
bzimport set Reference to bz56261.
bzimport added a subscriber: Unknown Object (MLST).

For not so trivial formatters the backends formatters should be hooked up to the frontend, see Bug 56263