Skip to content

Release Note for Tukko - Version 1.1

Release Date

12.4.2024

Overview

On the backend, created an automated pipeline to check code to keep it secure and up to date.

For the frontend, updated dark mode colors and changed the team logos to match ours, changed history data time range to be a date selection and added a data export button which gives you the data in the selected time range in CSV format.

New Features

  • FEA112: Change branding to the team logo to diffrentiate the updated version.
  • FEA201: Add ability to export data to CSV format.
  • FEA203: Add date selector to choose the time range where to export from.
  • FEA407: Control access to the server.

Enhancements

  • Updated the dark mode colors to be more legible.
  • Updated documentation for created features.

Bug Fixes

  • No known bugs.

Known Issues

  • None so far.

Upgrade Instructions

  • Clone frontend and backend
  • on backend, run commands docker compose build and docker compose up
  • on frontend, run docker build -t traffic-visualizer . and docker run -dp 80:80 traffic-visualizer

Acknowledgements

To the original tukko creators and the team