Jannis R
4116b53e9b
parseHint: put todos
2023-05-15 12:58:32 +02:00
Jannis R
339d64e901
convert to ESM 💥 📝
2022-11-18 19:20:03 +01:00
Jannis R
c88179777d
put todos
2022-10-24 17:29:23 +02:00
Jannis R
ca6f75501c
add todos; add @MTRNord as contributor
2021-11-18 18:29:25 +01:00
Jannis R
a7cb71c870
add todos & comments
2021-10-26 15:00:08 +02:00
Jannis R
2cb6a0c32b
parseIcon, parseHint, parseLocation: handle more edge cases 🐛
2020-03-18 21:45:36 +01:00
Jannis R
36a8b388f2
add todos
...
also remove dead code
2020-03-18 21:45:30 +01:00
Jannis R
3ea9380218
parseLocation: parse fare zone, transit authority & more foreign stop IDs
...
closes #131
see also #5 , #90
2020-03-08 23:04:04 +01:00
Jannis R
2a241375db
parseLocation: parse foreign stop IDs from I
hints
...
`rRefL` seems to be used by older HAFAS endpoints, e.g. `ver: 1.11`.
see also #5 , #90 , #131
2020-03-08 23:04:04 +01:00
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