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-37 - Input Validation for Session Time and Refresh Token

    • 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-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.

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-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-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.