Releases: technologiestiftung/giessdenkiez-de
UI / UX Rework & Stack Modernisation (v2.9.2)
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
Supabase all the way down (v2.1.0)
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
- fix: edit password action by @dnsos in #562
- refactor: edit account action by @dnsos in #569
- fix: prevent signed-in auth view from flashing by @dnsos in #572
- Feat: add signup password strength validation by @raphael-arce in #573
- docs: Added new env var to vercel and test.yml by @ff6347 in #575
- fix/watering modal notification by @ff6347 in #576
- fix/auth confirm by @ff6347 in #577
- feat: removed error notification on email duplicate by @raphael-arce in #579
- fix/quotes by @ff6347 in #580
- test: remove webcrypto modul by @ff6347 in #582
- Fix/password recovery form not shown by @raphael-arce in #583
- chore: Update database types by @ff6347 in #584
- ci: Update commit action to latest by @ff6347 in #588
- ci(pumps): Use github token to checkout and commit by @ff6347 in #589
- ci(pumps): staging to main by @ff6347 in #590
- feat: use fixed size modal by @raphael-arce in #587
- feat/auth via supabase by @ff6347 in #555
- staging to main - migration to supabase by @ff6347 in #593
New Contributors
- @raphael-arce made their first contribution in #573
Full Changelog: v2.0.1...v2.1.0
First Beta Release
This is the first "beta" release of the application.
RC v1
This is the first release candidate before merging the extended eslint/prettier code review.