szczanieckiej.git

commit 2c306261b84ac1422c1b498df4b59e59e7288f48

Author: Adam Evyčędo <git@apiote.xyz>

update changelog

 .gitignore | 1 +
 CHANGELOG.adoc | 46 +++++++++++++++++++++++++++++++++++++++++++---


diff --git a/.gitignore b/.gitignore
index b4839e8b4e0face1f06ab53baf3e0177363d2399..87d44f8e5f7524ff9f1c42fd887a6319ef304eda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 szczanieckiej
 tags
+config.toml




diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 2ed4d3d19cfb98b489fbbc7233bf3c9f4ddbf69e..b88b1c10648d5ecf472df7546e9e75570b2936b6 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -14,14 +14,16 @@
 === Added
 
 * BAF11: TRAFFIC: trip shape
+* GTFS pathways, waypoints, levels
+* [grzesiu] journey planning
 * BAF21: route for shape on map (either by line -> all shapes, or by trip -> one shape)
-* BAF17.2: route get feed
 * BAF28: advanced query for departures (eg. (line=610&stop=LUKLL01)||(line=611&stop=LLIMB91))
-* BAF31: return delay in Vehicle
+* BAF31: return delay in Vehicle/return offset in Departure
+* lua rt-api
+
 
 === Changed
 
-* BAF25: single latest feed – get its validity from calendar/calendar_dates; move to /var/lib based on validity
 * BAF10: strict types and enums
 * BAF30: if departure is at-stop or incoming but time is not <=1m then return in-transit – only for starting terminus
 * agency in api/line
@@ -29,11 +31,48 @@
 === Fixed
 
 * BAF12: readibility
+* doesn't use tomorrow's and yesterday's schedule (maybe just when timetable changes)
+* Locatables are not returned in case of an error in configured gtfs-rt
 
 === Removed
 
 * BAF18: signaling is out of scope
 
+
+== v0.4
+
+== todo
+
+* show only stops type:platform on map but if stop type:platform has a parent that has any Portals (stop type:door) -> show portals on map; button with departures leads to Activity with list of Stops in Node (parent stop type:station)
+* RT: trip_update.stop_time_update.schedule_relationship
+* request to gtfs-rt feed not if 30s passed, but if feed changed
+
+
+== v0.3
+
+=== todo
+
+* brussels (schedule and rt, rt in go)
+* REUSE, credits, feeds providers
+* [bug] sort nearby stops
+* go1.21 refactor (e.g. https://www.sethvargo.com/things-im-excited-for-in-go-1-21/#slies-and-maps-packages)
+* config in dirty
+* [w/czwek] gtfs-rt feed with bimba anouncements in all feeds
+
+=== in progress
+
+* remove prevNodes from traffic::LineGraph,
+* add -1:i to LineGraph.nextNodes (where i is starting node)
+* make traffic::Line.headsigns [][]string
+* make traffic::Line.graphs []LineGraph
+
+=== testing
+
+* BAF25: single latest feed – get its validity from calendar/calendar_dates; move to /var/lib based on validity
+
+=== done
+
+
 == v0.2
 
 === Added
@@ -59,6 +98,7 @@
 * Fixed feed last updated date
 * BAF14: sort query results by revelance
 * There can be multiple GTFS Schedules for one day
+
 
 == v0.1