Skip to content

Commit 9f70d08

Browse files
authored
docs(v2.4.0): update upgrade details and r&r concept (#467)
* docs: update roles and rights * docs: adjust portal upgrade details Refs: #464 Reviewed-By: Evelyn Gurschler <[email protected]>
1 parent 91008cc commit 9f70d08

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

docs/admin/Version Upgrade/portal-upgrade-details.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
- [Summary](#summary)
2+
- [v2.4.0](#v240)
3+
- [Add New Process Step Types](#add-new-process-step-types)
4+
- [Sd Skipped Date](#sd-skipped-date)
5+
- [Provider Owned Technical User](#provider-owned-technical-user)
6+
- [Translatable Agreement Descriptions](#translatable-agreement-descriptions)
7+
- [Document Size](#document-size)
28
- [v2.3.0](#v230)
39
- [Service Account renaming](#service-account-renaming)
410
- [BPDM Access Configuration adjustment](#bpdm-access-configuration-adjustment)
@@ -49,6 +55,39 @@ Each section includes the respective change details, impact on existing data and
4955

5056
> **_INFO:_** inside the detailed descriptions below, the definition 'migration script' refers to the term 'migrations' as it is defined by the ef-core framework: https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations
5157
58+
### v2.4.0
59+
60+
#### Add New Process Step Types
61+
62+
- ENHANCE: table `process_step_types` add entries `SET_CX_MEMBERSHIP_IN_BPDM` & `RETRIGGER_SET_CX_MEMBERSHIP_IN_BPDM`
63+
64+
The new process step types were added to support the new membership call to the bpdm which is made in the company onboarding.
65+
66+
#### Sd Skipped Date
67+
68+
- ENHANCE: table `connectors` add column `sd_skipped_date`
69+
70+
Column `sd_skipped_date` was added to get information about when a sd document creation of for a connector was skipped if the `clearinghouseDisabled` flag is set to true.
71+
72+
#### Provider Owned Technical User
73+
74+
- ENHANCE: table `technical_user_types` add `PROVIDER_OWNED`
75+
- ENHANCE: adjust view `company_linked_technical_users`
76+
77+
The view `company_linked_technical_users` has been adjusted to include the provider owned technical users and set the provider as well as owner to the offer provider company.
78+
79+
#### Translatable Agreement Descriptions
80+
81+
- NEW: table `agreement_descriptions`
82+
83+
The `agreement_descriptions` got added to make the descriptions of agreements configurable for a specific language code which allows translatable descriptions.
84+
85+
#### Document Size
86+
87+
- ENHANCED: table `documents` column `document_size` was added
88+
89+
To have the size of the document without calculating it every time the document size has been added to the database.
90+
5291
### v2.3.0
5392

5493
#### Service Account renaming
Loading
Loading

0 commit comments

Comments
 (0)