Update status of refactorings
This commit is contained in:
parent
bb7cec75af
commit
bad6a8707b
1 changed files with 23 additions and 8 deletions
31
README.md
31
README.md
|
@ -25,16 +25,31 @@ c4k-common provides the basic functionality for our c4k-modules.
|
|||
|
||||
## Refactoring & Module Overview
|
||||
|
||||
<!---
|
||||
1. version
|
||||
2. common postgres
|
||||
3. frontend script
|
||||
4. backup as deployment
|
||||
5. use common pred.
|
||||
6. configs as EDN and YAML
|
||||
7. renamed test-helper
|
||||
8. common load-as-edn
|
||||
9. standardized uberjar
|
||||
10. standardized resources
|
||||
11. groups for webview
|
||||
12. use common ingress
|
||||
-->
|
||||
|
||||
| Module | Version | common postgres | frontend script | [backup as deployment][bak1] | [use common pred. ][com1] | [configs as EDN and YAML][yaml1] | [renamed test-helper][th1] | [common load-as-edn][edn1] | standardized uberjar | standardized resources | groups for webview | [use common ingress][ing1] |
|
||||
|------------------|---------|:---------------:|:---------------:|:----------------------------:|:-------------------------:|:--------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
|
||||
| c4k-mastodon-bot | 0. | - | | - | | | | | | | | |
|
||||
|------------------|---------|:---------------:|:---------------:|:----------------------------:|:-------------------------:|:--------------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|:--------------------------:|
|
||||
| c4k-mastodon-bot | 0.0 | - | | - | | | | | | | | |
|
||||
| c4k-keycloak | 0.2 | | | | | | | | | | | |
|
||||
| c4k-jira | 1.1 | x | x | x | | | | | | | | |
|
||||
| c4k-nextcloud | 2.0 | x | x | x | x | x | | | | | | |
|
||||
| c4k-jitsi | 1.2 | | | | | | | | | | | |
|
||||
| c4k-gittea | 1.0 | x | x | x | x | x | x | | | | | |
|
||||
| c4k-shynet | 1.0 | | | | | | | | | | | |
|
||||
| c4k-website | 0.1 | x | x | x | x | x | x | x | | | | x |
|
||||
| c4k-jira | 1.1 | x | x | x | x | | - | | | | | |
|
||||
| c4k-nextcloud | 4.0 | x | x | x | x | x | - | | | | | |
|
||||
| c4k-jitsi | 1.2 | - | x | - | x | | - | | | | | |
|
||||
| c4k-gittea | 1.0 | x | x | x | x | x | x | | x | | x | |
|
||||
| c4k-shynet | 1.0 | x | x | - | x | | - | | x | | | |
|
||||
| c4k-website | 0.2 | x | x | x | x | x | x | x | x | | x | x |
|
||||
|
||||
[bak1]: https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/merge_requests/1
|
||||
[com1]: https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud/-/merge_requests/3
|
||||
|
|
Loading…
Reference in a new issue