# Release 1.0.0

#### Features:

- ##### **WICORE-309** - Analytics MS
    
    Introduced a dedicated Analytics Microservice to handle reporting and data analysis tasks across the system. 
    - ##### **WICORE-310** - Main architecture
        
        Established the core architectural framework for the analytics solution, setting the stage for all related components.
    - ##### **WICORE-417** - Frontend. Buckets analytics tab implementation on MFE
        
        Developed and integrated a Buckets analytics tab in the micro-frontend environment, enabling users to view bucket-related metrics.
    - ##### **WICORE-416** - Frontend. Transactions by PS - Completed (Diagram) Days + Month
        
        Created a visual diagram to display completed transactions by Payment Service over both daily and monthly periods.
    - ##### **WICORE-414** - Frontend. Average deposit by FTD and STD monthly
        
        Implemented a component that displays the average deposit amounts by FTD and STD on a monthly basis.
    - ##### **WICORE-413** - Frontend. Total by Month (All PS) - Completed / Declined / Pending - Daily / Monthly
        
        Developed charts that show total transactions per month, broken down by status (Completed, Declined, Pending) for both daily and monthly views.
    - ##### **WICORE-412** - Frontend. Withdrawal (Daily / Monthly)
        
        Implemented analytics views for withdrawal data, allowing users to switch between daily and monthly intervals.
    - ##### **WICORE-411** - Frontend. Buckets (Diagram) Month! Registration
        
        Designed a monthly diagram for bucket analytics specifically tailored for the registration context.
    - ##### **WICORE-410** - Frontend. Clients (Diagram) Month! Registration
        
        Created a monthly diagram view for client analytics within the registration module to enhance data visualization.
    - ##### **WICORE-406** - Backend. Move resolveBucketAnalytics to analytics service
        
        Refactored the code by moving the resolveBucketAnalytics function into the Analytics service for improved modularity.
    - ##### **WICORE-404** - Backend. Move Bucket Analytics by source to MS analytics
        
        Shifted the Bucket Analytics by source functionality into the Analytics Microservice to centralize analytics processing.
    - ##### **WICORE-399** - MFE architecture
        
        Established the micro-frontend (MFE) architecture necessary to support the new analytics modules and ensure scalability.
    - ##### **WICORE-392** - Backend. Monthly turnover by all completed transactions - widget
        
        Developed a backend widget that calculates and displays monthly turnover based on all completed transactions.
    - ##### **WICORE-391** - Backend. Average deposit by FTD and STD monthly
        
        Implemented backend logic to compute and deliver average deposit values by FTD and STD on a monthly basis.
    - ##### **WICORE-316** - Backend. Total by Month (All PS) - Completed / Declined / Pending - Daily / Monthly
        
        Developed endpoints that aggregate transaction data by month, categorized by status, for both daily and monthly views.
    - ##### **WICORE-315** - Backend. Withdrawal (Daily / Monthly)
        
        Implemented backend support to process and provide withdrawal data for daily and monthly intervals.
    - ##### **WICORE-314** - Backend. Transactions by PS - Completed (Diagram) Days + Month
        
        Created backend logic to fetch and format transaction data by Payment Service for diagram representations over daily and monthly periods.
    - ##### **WICORE-313** - Backend. Buckets (Diagram) Month! Registration
        
        Implemented functionality to generate monthly bucket diagrams in the registration context on the backend.
    - ##### **WICORE-311** - Backend. Clients (Diagram) Month! Registration
        
        Developed backend support for generating monthly client diagrams within the registration module, enhancing reporting capabilities.
    - ##### <span class="s1">**WICORE-481**</span> - Add resolver method for key statistics
        
        
        - Developed a resolver method to fetch turnover, newly created clients, client requests, and verified clients for today and yesterday.
    - ##### <span class="s1">**WICORE-477**</span> - Resolvers refactoring
        
        
        - Refactored multiple resolvers to improve efficiency and maintainability.