1.2.2 Non-Functional Features
This topic provides the information about the non-functional features changes added in this release.
Common Entities Length Changes
- As part of standardization Common Entities length has been increased, details of which are as follows.
S No | Entity | Old Length | New Length |
---|---|---|---|
1 | Branch Code | VARCHAR2(3) | VARCHAR2(6) |
2 | User ID | VARCHAR2(12) | VARCHAR2(320) |
3 | Customer Name | VARCHAR2(35) | VARCHAR2(140) |
4 | Account Number | VARCHAR2(20) | VARCHAR2(34) |
5 | Account Description | VARCHAR2(105) | VARCHAR2(140) |
SMS-RBAC Changes
The RBAC check has been moved from service level to plato-api-gateway level which is the single entry-point of the application. With this implementation, interservice calls will also no longer need to perform RBAC checks. This will reduce performance overhead.
Parent topic: Release Enhancements