openstreetmap-website/app
Andy Allan 95e5178bfb Refactor tracepoint index to use an xml builder view
This avoids constructing xml by hand in both the controller and
the model, and opens the way for other rendering in future.

The complexity of deciding which point goes where, along with revisiting
previous tracks and tracksegs means that I've broken it down into
two parts - sorting the points into the right trksegs is done first,
before rendering them all as xml. I couldn't find a way to allow
revisiting using the builder.
2021-09-29 15:14:53 +01:00
..
abilities Split the non-public information off of the profile page 2021-08-18 13:32:36 +01:00
assets Use flexbox to position user thumbnails on the dashboard 2021-09-15 14:30:32 +01:00
controllers Refactor tracepoint index to use an xml builder view 2021-09-29 15:14:53 +01:00
helpers Update rubocop todo and fix new warnings 2021-09-14 20:40:36 +01:00
jobs Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
mailers Fix downloading of image variants 2021-05-19 18:44:41 +01:00
models Remove the ObjectMetadata concern, since it's only used in tests now 2021-09-15 17:05:50 +01:00
validators Use .add method for adding errors 2021-03-17 17:09:34 +00:00
views Refactor tracepoint index to use an xml builder view 2021-09-29 15:14:53 +01:00