Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (39 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

43 lines (39 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Chatview
  • Ink integration
  • Test-map

[0.2.0] - 23.11.2019

Added

  • Offline Caching of static data
  • Offline Caching of state with redux-persist
  • Complete Activities and stations
  • Reveal next station if current station is completed

[0.1.0] - 20.11.2019

Added

  • Routing
  • 404 - Page
  • TrailsList component
  • loading Traillist via api call
  • TrailItem Component for TrailsList view
  • start Trail functionality
  • handle starting trail while trail is running
  • StationList for TrailView
  • StationView for StationList
  • loading Stations for Trail via api call
  • activityWrapper for handling different activities
  • textActivity for reading info texts at stations
  • loading Activities for Stations via api call
  • MultiChoiceActivity view
  • handle choose and reveal answers of multi choice view

[0.0.0] - Date

Added

  • ...

Changed

  • ...

Removed

  • ...