Skip to main content
Release 1.5.0
Features
-
WICORE-31 - Import Clients Implementation
- Implemented functionality to import clients into the system, streamlining client data migration from external sources.
-
WICORE-39 - Import Clients UI
- Developed a user-friendly interface for the client import feature, making it easier to manage imported data.
-
WICORE-38 - Default Color for Statuses in Configurations
- When creating new statuses for clients or requests in the configurations module, a default color is now automatically assigned to ensure consistency.
-
WICORE-49 - CI/CD Pipelines UI
- Created a user interface for the CI/CD Pipelines module to facilitate pipeline management.
WICORE-52 - Hide Filters and Selectors for All Projects in Core Banking
Enhanced filtering functionality in the Core Banking microservice:
When "All Projects" is selected in the sidebar, a project selector is displayed in the filters drawer. Users must select a project before accessing other filter fields.
When creating a new user account, the project is automatically assigned based on the selected client.
If a specific project is selected in the sidebar, the project selector is hidden, and other filters are adjusted accordingly.
WICORE-58 - Clone Functionality for Core Banking Modules
Added cloning functionality for Core Banking modules, including configurations, payment methods, platforms, and banks. This feature is available only when there are no existing records for the selected project.
Users can select a project in the sidebar, navigate to the desired module, and initiate cloning through a modal window.
A success message is displayed upon completion, and the cloned data becomes immediately available.
-
- Introduced input validation for configuration fields such as session time, refresh token time, and login attempts. Negative values are now disallowed.
-
WICORE-63 - Disable Label Field on Edit
- The Label field is now disabled when editing entities in the "Types of Account" module to prevent unintentional changes.
-
WICORE-26 - Rename Dashboard to Analytics
- Renamed the Dashboard module to Analytics and added two new permissions: view own and view all. The module is temporarily hidden from the sidebar and will be reintroduced after further improvements.
-
WICORE-45 - Updated Translation for "Edit" Permissions
- Revised translations for role permissions: Edit is now displayed as Create/Edit to reflect the functionality accurately.
-
WICORE-41 - Notification Instead of Logout for Restricted Actions
- System users are no longer logged out when attempting restricted actions. Instead, an error notification is displayed, informing them of the restriction.
- WICORE-28 - Add Actions and Reminders in Calendar
- Users can now create actions directly in the calendar module. A new action type, Reminder, has also been added for better scheduling and task management.
-
WICORE-121 - Logs Service Architecture Update
- The Logs service has been restructured, transitioning from ElasticSearch to MongoDB for storing log data.
-
WICORE-30 - Redirect to Clients Page After Login
- After logging in, users with access to the Clients module are automatically redirected to it. Users without access are redirected to another available module.
-
WICORE-42 - New Icons for CI/CD and Security MS
- Added unique icons for the CI/CD Pipelines and Security microservices for better module identification.
-
WICORE-54 - Rights for Deposit/Withdrawal Actions
Introduced separate permissions for Deposit and Withdrawal actions in the Assets module.
WICORE-25 - Reorder Rights in Assets Module
Reorganized the order of rights in the Assets module to: Accounts - Assets - Wallets for improved clarity.
WICORE-12 - Shared Library Integration Across Microservices
- Integrated the shared library into all microservices for consistent functionality.
-
WICORE-16 - Project Selection Based on Clients for Requests
- Requests in the Core Banking module now automatically select a project based on the chosen client. The same functionality is implemented in the Requests tab under the Clients module.
-
WICORE-13 - Simplified "Add" Button Text
- Updated all Add ... buttons to display only Add for better consistency.
WICORE-132 - Clone Modal UI for Core Banking
Designed and implemented the UI for the clone modal functionality across Core Banking modules.
WICORE-136 - Project Drawer for Core Banking
Added a drawer to view project-related information in Core Banking modules. This feature is available only when All Projects is selected in the sidebar, as it adds a Project column to the data table.
Bugfixes
-
WICORE-101 - Requests Visibility Issue with View Own Rights
- Fixed a bug where requests were not displayed correctly when View Own permissions were enabled.
-
WICORE-124 - Validation for Role Creation Without Permissions
- Users can no longer create roles without assigning at least one permission.
-
WICORE-125 - Restrict API Access for Deactivated Clients
- Implemented API restrictions for deactivated clients to enhance security.
-
WICORE-129 - Drag & Drop Issues in Payment Systems
Disabled the drag-and-drop functionality in the Payment Systems module when no project is selected in the sidebar. This functionality is available only for selected projects.
WICORE-130 - Disable Group Select When Adding Fees for Specific Groups
The Fee Group selector is now disabled when adding fees for a specific group to avoid conflicts.
WICORE-137 - Note Action Creation Issue
- Resolved an issue preventing the creation of note actions for clients.
-
WICORE-156 - Employee Permissions Issue in Project Edit Mode
- Fixed incorrect employee permissions when adding or editing employees in the Project Edit mode.
-
WICORE-162 - Employee Form Visibility Issue
- The employee form is now visible with disabled fields when users have View permissions only.
WICORE-163 - Account Creation Issue with Platforms
Resolved an issue that prevented account creation in Core Banking when linked to external platforms.
-
WICORE-170 - Root User Routing Issue
- Fixed incorrect routing for root users. Root users are now always redirected to the Clients module upon login.
-
WICORE-171 - Calendar Visibility for Root Users
- Removed the calendar module from the root user's view to avoid unnecessary clutter.
-
WICORE-24 - Translation Display Issue in Roles Module
- Corrected translation display for bucket rights labels in the Roles module.