-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from green-ecolution/docs/add-changelog
docs: Added changelog
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- Initial release | ||
- Implement CI/CD and GitHub Pipeline | ||
- User authentication (#34) | ||
- Add breadcrumb to header (#29) | ||
- Add favicons (#93) | ||
- Implement corporate design (#28) | ||
- Add startpage | ||
- Display tree clusters and trees on map (#3, #143, #69) | ||
- Added zoom buttons to map (#52) | ||
- Create view for tree cluster (#33) | ||
- Add single view for tree cluster (#48) | ||
- Implement function to delete a treecluster (#130) | ||
- Add treecluster description (#145) | ||
- Add treecluster filter (#40) | ||
- Create and update tree (#126) | ||
- Implement function to delete a tree (#144) | ||
- Show tree watering status on map (#132) | ||
- Create tree on map (#76) | ||
- Add view for single tree (#71) | ||
- Add function to select trees in forms (#57) | ||
- Get tree region from backend (#60) | ||
- Implement database import from CSV (#55) | ||
|
||
### Changed | ||
|
||
[Unreleased]: https://github.com/green-ecolution/green-ecolution-frontend/compare/c0b0e1...HEAD |