-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
751 additions
and
11 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,14 @@ | ||
# The Delft-FEWS Web OC Developers Documentation | ||
|
||
## Definition Of Done | ||
|
||
Before merging a feature into the main branch, the following requirements have to be met: | ||
|
||
- All feature branches have to be reviewed and merged by another developer than the feature developer. | ||
- All unit tests and e2e tests have to succeed: npm run test:unit and test:e2e. | ||
- No lint errors are allowed: npm run lint | ||
- Sonarqube (https://sonarqube.deltares.nl/projects/) reports all A's. | ||
- Code coverage of libraries at least 80%. | ||
- Typescript types have to be used from the libraries. | ||
- Reusable vue components to web components. | ||
- Documentation up to date |
Oops, something went wrong.