The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 64792c1e authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Add RecordDataFormatter helper to simplify description template. (#829)

- Replaces extremely redundant template logic with a view helper driven by a simple, declarative configuration.
- Injects default configurations into the view helper, so that changes (adding/removing/reordering fields) can be made by customizing a factory OR by customizing templates, depending on user preferences.
- Includes a class for managing configurations, to simplify common setup tasks.
- Keeps all data retrieval logic in the record driver, but allows extremely granular display customization on a field-by-field and driver-by-driver basis using driver-specific templates.
parent a96ea52d
No related merge requests found
Showing
with 985 additions and 464 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment