db-vendo-client/parse
Jannis R d2257c26ff
rename d.remarks -> d.hints, parseRemark -> parseHint
HAFAS returns notes for journey legs, stopovers and departures.

There are two kinds of notes: "remarks" (in `remL`) and HAFAS
Information Manager (HIM) notes (in `himL`). The former describe
the regular operating situation, e.g. "bicycles allows", whereas
the latter describe cancellations, construction work, etc.

The planned naming scheme for hafas-client:
- hints: notes from `remL` for regular operation
- warnings: notes from `himL` for cancellations, construction, etc
- remarks: both "notes" and "warnings"

This commit prepares the new naming scheme by renaming the
existing parsing logic of `remL` to "hints". Follow-up commits
will add `parseWarning`.
2018-06-07 16:34:50 +02:00
..
date-time.js bugfixes 🐛, even more todos 2017-12-11 19:40:46 +01:00
departure.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00
find-remark.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00
hint.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00
index.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00
journey-leg.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00
journey.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00
line.js products[].product -> products[].id 2018-03-16 17:15:09 +01:00
location.js parseLocation: null as fallback station name 2018-05-25 16:08:17 +02:00
movement.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00
nearby.js parse lines at a location 2018-01-26 17:07:36 +01:00
operator.js pass in parsers 2017-11-12 01:23:34 +01:00
polyline.js add parsePolyline to default profile 2018-05-24 10:26:24 +02:00
products-bitmask.js fix products bitmask parsing 🐛 2018-04-09 19:37:44 +02:00
stopover.js rename d.remarks -> d.hints, parseRemark -> parseHint 2018-06-07 16:34:50 +02:00