Skip to content

v1.0.17 - Bug Fixes & Azure DevOps Integration

Choose a tag to compare

@rafeekpro rafeekpro released this 23 Aug 20:37

πŸš€ Release v1.0.17

πŸ› Bug Fixes

  • Fixed Items page display - Items page now shows sample data after initialization

    • Added create_sample_items() function in backend initialization
    • Creates 3 sample items (Laptop, Mouse, Keyboard) for demo purposes
  • Fixed My Account Statistics - Statistics tab now displays real user data

    • Added /api/v1/users/me/statistics endpoint
    • Shows total items, login count, last login, account age, verification status
    • Frontend fetches and displays actual statistics from API
  • Fixed Export Data functionality - Export button now works correctly

    • Fixed /api/v1/users/me/export endpoint
    • Returns complete user profile and items in JSON format
    • Sets proper Content-Disposition header for file download

✨ New Features

  • Azure DevOps Integration - Complete hybrid workflow support

    • Setup script for Azure DevOps + GitHub integration
    • Migration tool for GitHub issues to Azure work items
    • Automatic work item status sync with pull requests
    • Comprehensive developer workflow documentation
  • Functional Tests - Added comprehensive test suite for all fixes

    • Tests both Material UI and Tailwind templates
    • Verifies items display, statistics, and export functionality
    • Uses Puppeteer for browser automation
    • Docker Compose integration testing

πŸ”§ Improvements

  • Test Maintainability - Refactored test code for better organization
    • Extracted code templates into separate files
    • Improved test structure and reusability
    • Fixed CommonJS compatibility issues

πŸ“¦ Installation

npm install -g @rafeekpro/stackwizard@1.0.17

πŸ§™β€β™‚οΈ Usage

stackwizard
# or
npx @rafeekpro/stackwizard

See CHANGELOG.md for full details.