Kristjan ESPERANTO
66d9fb5194
apply linting rules
...
follow-up of 228c7253
2024-02-10 16:50:12 +01:00
Jannis R
339d64e901
convert to ESM 💥 📝
2022-11-18 19:20:03 +01:00
Jannis R
fb7a5653e3
parseProductsBitmask via profile, pass ctx into parse fns 💥
2020-01-05 18:10:09 +01:00
Jannis R
1d5f4ff31c
parse arrivals
2018-06-26 18:13:41 +02:00
Jannis R
00ea10d9c8
journey leg, departure, movement: journeyId -> tripId 💥
2018-06-26 18:13:41 +02:00
Jannis R
f5eceafdf3
merge refactor-parse-fns into next
2018-06-26 13:07:06 +02:00
Jannis R
4c86b625c7
parse fn signatures: bugfixes 🐛
2018-06-26 11:47:44 +02:00
Jannis R
0db84ce644
merge remarks into next
2018-06-25 13:20:13 +02:00
Jannis R
b6fbaa5825
parse fns: opt param 💥
...
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parseNearby
- parseStopover
2018-06-13 20:05:33 +02:00
Jannis R
8881d8a1a4
parse fns: individual params -> data object 💥
...
From now on, all higher-level parse fns will be able to access more
of the response data while keeping their signature.
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parsePolyline
- parseNearby
- parseStopover
2018-06-13 20:05:24 +02:00
Jannis R
21c273cec7
journey leg passed stations: parse & expose delays
2018-06-07 18:52:47 +02:00
Jannis R
fa2cdc5177
pass warnings into parsers, apply warnings to journey legs
2018-06-07 18:48:45 +02:00
Jannis R
b6e37595a5
remarks for journey legs
2018-06-07 16:39:07 +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
Jannis R
98139f9210
prepare move to public-transport org
2018-03-19 22:34:08 +01:00
Jannis R
bdad9c6ef6
parseStopover: cancelled arrival & departure 🐛
...
also clean up parseMovement and add DRY todos
2018-03-17 17:16:03 +01:00
Jannis R
7ce65ca480
departures, journeys: canceled, former scheduled time
...
see public-transport/friendly-public-transport-format#27
2018-03-08 03:28:26 +01:00
Jannis R
eddf110894
parseLine: don't use prodCtx.num 🐛
2018-01-23 02:37:08 +01:00
Jannis R
c304119de5
bugfixes 🐛 💚 , update deps
2017-12-19 01:40:59 +01:00
Jannis R
f6077d5b6d
cancelled flag for departures & passed stations
...
ported abf323d
over from master
2017-12-18 21:17:32 +01:00
Jannis R
b0157c75d5
update validate-fptf 🐛 , expose movement trip, add more todos
2017-12-16 02:28:09 +01:00
Jannis R
a2fa56edc1
more bugfixes 🐛
2017-12-11 20:04:32 +01:00
Jannis R
14cdc77c0f
moment-timezone -> luxon, parse DateTimes with locale
2017-12-11 17:28:29 +01:00
Jannis R
3ea4fd3e40
bugfixes 🐛 , rename dep.ref -> dep.journeyId
2017-12-11 15:20:50 +01:00
Jannis R
d77c450d11
fix products parsing 🐛 , minor changes
2017-12-11 15:08:11 +01:00
Jannis R
3c9f3393ba
pass in parsers
2017-11-12 01:23:34 +01:00
Jannis R
73d083f418
parse: default to null
2017-11-12 00:36:13 +01:00
Jannis R
fb43a4e43b
code style 👕
...
- rename variables
- more consistent indentation
- give crucial anonymous functions a name
- add more TODOs
2017-11-12 00:05:32 +01:00
Jannis R
79db55d99c
split parse.js
2017-11-11 22:45:17 +01:00