|
10 | 10 | [![Renovate - Status][renovate-status-src]][renovate-status-href]
|
11 | 11 | [![License][license-src]][license-href]
|
12 | 12 |
|
| 13 | +[![Coverage Report][vitest-coverage-src]][vitest-coverage-href] |
| 14 | + |
13 | 15 | ---
|
14 | 16 |
|
15 | 17 | ## ToDo
|
16 | 18 | - evaluation
|
17 |
| - - [ ] BranchNameLint alternative (https://www.npmjs.com/package/branch-name-lint) |
18 |
| - - [ ] SonarLint (https://docs.sonarsource.com/sonarcloud/improving/sonarlint/) |
19 |
| - - [ ] ... |
| 19 | + - [ ] BranchNameLint alternative (https://www.npmjs.com/package/branch-name-lint) |
| 20 | + - [ ] SonarLint (https://docs.sonarsource.com/sonarcloud/improving/sonarlint/) |
| 21 | + - [ ] ... |
20 | 22 | - observables + test
|
21 |
| - - [ ] default fetch |
22 |
| - - [ ] window dom (resize, scroll)? |
23 |
| - - [ ] ... |
| 23 | + - [ ] default fetch |
| 24 | + - [ ] window dom (resize, scroll)? |
| 25 | + - [ ] ... |
24 | 26 | - operators + test
|
25 |
| - - [ ] finalize network retry |
26 |
| - - [ ] request paginator (full, lazy) |
27 |
| - - [ ] ... |
| 27 | + - [ ] finalize network retry |
| 28 | + - [ ] request paginator (full, lazy) |
| 29 | + - [ ] ... |
28 | 30 | - git actions
|
29 |
| - - [ ] implemented merge strategy |
30 |
| - - only beta-branch can be merged into main |
31 |
| - - only feature-branches can be merged into beta |
32 |
| - - hotfixes can be merged directly into main, but beta will also be updated |
33 |
| - - [ ] ... |
| 31 | + - [ ] implemented merge strategy |
| 32 | + - only beta-branch can be merged into main |
| 33 | + - only feature-branches can be merged into beta |
| 34 | + - hotfixes can be merged directly into main, but beta will also be updated |
| 35 | + - [ ] ... |
| 36 | +- git rules |
| 37 | + - [ ] main branch can be updated only by pull request from |
| 38 | + - [ ] beta branch |
| 39 | + - [ ] hotfix branch |
| 40 | + - [ ] beta branch can be updated only by pull request from |
| 41 | + - [ ] feature branch |
| 42 | + - [ ] hotfix branch |
34 | 43 | - sonarcloud
|
35 |
| - - [ ] finalized config |
36 |
| - - [ ] ... |
| 44 | + - [ ] finalized config |
| 45 | + - [ ] ... |
37 | 46 | - additional git action services
|
38 |
| - - [ ] evaluate pr agent |
39 |
| - - [ ] ... |
40 |
| - - [ ] ... |
| 47 | + - [ ] evaluate pr agent |
| 48 | + - [ ] ... |
| 49 | + - [ ] ... |
41 | 50 |
|
42 | 51 |
|
43 | 52 | [renovate-status-src]: <https://img.shields.io/badge/renovate-enabled-brightgreen>
|
|
59 | 68 |
|
60 | 69 | [npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-booster.svg?style=flat-square
|
61 | 70 | [npm-downloads-href]: https://npmjs.com/package/nuxt-booster
|
| 71 | + |
| 72 | +[vitest-coverage-src]: https://img.shields.io/badge/Coverage_Report-2ea44f?logo=vitest&logoColor=%23fff |
| 73 | +[vitest-coverage-href]: https://basics.github.io/rxjs-collection/ |
0 commit comments