Skip to content

Releases: technologiestiftung/giessdenkiez-de

UI / UX Rework & Stack Modernisation (v2.9.2)

15 May 13:40
bb12a72
Compare
Choose a tag to compare
Bildschirmfoto 2024-05-15 um 15 44 52

Summary

Through this interface rework we intended to improve the identification of trees in need for water, and to make the interface more easy and more appealing to use. For example with new features like the updated color code, the individual water requirement graphic or the search on the map to immediately identify trees close by. From a technical perspective, we have modernised our tech stack.

UI/UX Rework

Map

  • updated tree colors for water need indication
    • based on age and water requirements
    • react to entered waterings
  • tree color legend
  • search field on map
  • filters on map
    • adopted trees
    • water pumps
    • tree age (with bar chart visualization of tree distribution)

Tree

  • updated individual water requirement
    • based on the tree age and received water
    • donut diagram displays relation of water requirement and received water (precipitation and user waterings)
  • new feature to report tree damages

Profile

  • overview of individual watering progress
  • overview of adopted trees
  • improved log in / registration process

English version

  • full translation of the App into English language

Technical rework / Stack Modernisation

The tech stack of the App was modernised. We have removed all Next.js dependencies. It is now a Typescript codebase built with vite. For testing, we use vitest and playwright. Main dependencies are React, Supabase and MapboxGL.

Contributors

@ff6347 @Jaszkowic @aeschi @HenrietteN @raphael-arce

Supabase all the way down (v2.1.0)

23 May 21:07
f29af44
Compare
Choose a tag to compare

This release uses Supabase all the way down. Auth, API, database…
The only thing we have left at AWS is s3 buckets.

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

First Beta Release

19 May 07:49
Compare
Choose a tag to compare

This is the first "beta" release of the application.

RC v1

12 May 09:04
6f2ebc2
Compare
Choose a tag to compare
RC v1 Pre-release
Pre-release

This is the first release candidate before merging the extended eslint/prettier code review.