Zum Hauptinhalt springen

v0.2.0

constructMar 13

Improvements

Identity Access Management (IAM)

  • Added filters to improve user management.
  • Implemented advanced filtering using pre-defined variables.
  • Enabled free text search for quick lookup by name and email.

Mobile Responsiveness

  • Enhanced mobile screen responsiveness for improved usability across devices.

New Features

Inventory Module

  • Introduced a new advanced table with customizable columns and complex data.
  • Table supports horizontal scrolling for better visibility.
  • Added expandable accordions in each row for quick actions on inventory items.
  • Implemented column-specific search, allowing filtering per column.
  • Dropdown filters added for predefined data columns.
  • Date pickers introduced for filtering date-based columns with multiple options.
  • Added product detail view, enabling users to inspect extended information from the inventory.

Fixes & Enhancements

Security

  • Integrated CAPTCHA where necessary, following best practices.

User Interface

  • Resolved dark mode color definition issues to ensure consistent theming.

Code Quality & Compliance

  • Enforced SonarQube quality gates with automated checks for minimum code coverage thresholds (>5%) and code duplication limits (<3%).
  • All critical issues identified by static analysis have been resolved, ensuring the codebase meets established quality standards.

Command Line Interface (CLI)

  • Added support for passing API URL via CLI arguments.
  • Introduced option to enable or disable cookie handling through CLI parameters.

Documentation

  • Updated README to reflect recent CLI enhancements and configuration changes.