Skip to content

v0.2.0

Choose a tag to compare

@nahiankabir nahiankabir released this 13 Mar 09:00
· 2120 commits to main since this release
4b114b5

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.