Skip to content

Releases: dymajo/waka

Vector Maps

15 Jan 23:53
d1c6c6e
Compare
Choose a tag to compare

Removed Leaflet, now using Mapbox.

Speed Improvements to Route Details Page

09 Apr 22:32
Compare
Choose a tag to compare
  • Refactoring and performance improvements for timetable & stops

Inactive Trips & Blocks

29 Mar 00:29
Compare
Choose a tag to compare
  • Add Support for Block IDs (e.g Inner Link going round and round, T2 changing to a T1)
  • Show Inactive Routes on Stops Page

Bug Fixes

08 Feb 07:59
Compare
Choose a tag to compare
  • Fix Twenty Four Hour Time setting
  • Remove Route Long Name Setting - didn't do anything
  • Add link to https://dymajo.com
  • Fix styling bugs for Guidebooks

Guidebooks

02 Feb 07:45
c868434
Compare
Choose a tag to compare
  • Added guidebooks for Wellington
  • Cleaned up a few assets & components

Send Feedback

08 Jan 07:10
Compare
Choose a tag to compare
  • You can now send feedback in-app at https://waka.app/feedback
  • We've made some layout optimizations for devices smaller than iPad's but larger than phones e.g the Galaxy Fold
  • Waka now runs on Kubernetes on Digital Ocean, but still uses on AWS S3 & DynamoDB.

New BFF

25 Sep 11:12
Compare
Choose a tag to compare
  • BFF rewritten in golang
  • Some pages are statically templated (home)
  • Email Link to Waka feature removed
  • Added Terraform for Deployments
  • Builds & Pushes Docker Images in TeamCity

Error Fixes

21 Sep 23:34
Compare
Choose a tag to compare
  • Added Error Boundary to Catch Unexpected Errors (Prevents Blank Screen)
  • Fix race condition where stops load before shapes, resulting in duplicated line
  • Looks for parent station on trip page

Add Christchuch

17 Sep 09:34
Compare
Choose a tag to compare
  • Interpolate Line Shape if it cannot be loaded
  • Fix bug showing blank bus stops
  • Add Christchurch Branding, Twitter Account etc

New Route Map

04 Sep 08:56
Compare
Choose a tag to compare

image

  • Timetable Component Removed
  • Rewritten, slightly redesigned Trip Item (Stations Page)
  • Single Tap to go to Route Map Page
  • Added a Quick Service Selector on the Route Map Page
  • Route Map Page now shows if your vehicle is on-time, late, or early
  • Time between stations is now shown on Route Map Page
  • Stations before yours are hidden on Route Map Page
  • New Line Direction Chooser
  • Lines now use Agency in URL
  • Storybook added for testing components