Commit graph

20 commits

Author SHA1 Message Date
Jannis R
fb7a5653e3
parseProductsBitmask via profile, pass ctx into parse fns 💥 2020-01-05 18:10:09 +01:00
Jannis R
5ea22f7a59
parseHint: parse code & text properly 🐛 2020-01-05 18:10:09 +01:00
Jannis R
0cc17ee780
parseCommon: resolve icon references 2020-01-05 17:51:27 +01:00
Jannis R
35e44d4c92
pass all data into parseHint/parseWarning 💥 2020-01-05 17:50:55 +01:00
Jannis R
a40006f5ca
BVG: support BerlKönig, docs 📝 2020-01-05 17:50:55 +01:00
Jannis R
793457a7a8
parse icons 💥 2020-01-05 17:50:27 +01:00
Felix Geyer
fceaf86186 parse 'Q' hints 2019-11-25 12:43:29 +01:00
Jannis R
1e0182f8f6
parseLint: use addName, add todos 2019-06-21 18:43:10 +02:00
Jannis R
aa0f0118db
parse Y hints 2018-12-28 22:14:35 +01:00
Jannis R
e98cec1734
remove unused code, minor changes 2018-09-03 15:30:42 +02:00
Jannis R
4529a93175
parse DB-specific hints inside DB profile 2018-07-09 19:32:23 +02:00
Jannis R
a34999b1c5
parse more hints
[ci skip]
2018-07-02 18:48:31 +02:00
Jannis R
d9b7df693a
parse hint & warning types using icons
[ci skip]
2018-06-30 18:24:55 +02:00
Jannis R
5f03c8e878
parse more hints 2018-06-30 18:03:43 +02:00
Jannis R
00ea10d9c8 journey leg, departure, movement: journeyId -> tripId 💥 2018-06-26 18:13:41 +02:00
Jannis R
6e60cc8bda
parse Komfort-Checkin & ICE Sprinter hints 2018-06-25 13:59:42 +02:00
Jannis R
1299d7f04f
parse more hints 2018-06-11 21:37:13 +02:00
Jannis R
871db25bc9
parse more hints, add todos 2018-06-11 19:50:44 +02:00
Jannis R
3556130f6b
parse more hints 2018-06-11 18:41:53 +02:00
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
Renamed from parse/remark.js (Browse further)