Usecases
This folder contains all use cases of PermaplanT.
They are structured in folders by progress:
done
: use case was already successfully implemented (see below for "Definition of Done")current
: use case is part of PermaplanT's next releaseassigned
: use case could be worked onlater
: currently not being worked on due to prioritiesdraft
: not yet ready to be worked on
Done
A use case is done iff:
- documented how changes/extensions should be done
- closed all issues or wrote about left-overs in notes of use case
- wrote in changelog about finished UC and added a link to it
- wrote e2e tests or extended the manual test cases
- added links from use case to implementation, documentation, test cases and protocol
- moved use case to folder "done" and set Status: to Done.