Bizzify LogoBizzify

Changelog

A timeline of all the major features and improvements made to the Bizzify platform.

Version 1.1 - September 2024

Focus on Dashboard Intelligence & Site Infrastructure.

  • New Feature
    Live Compliance Score

    The static compliance score on the dashboard overview page was replaced with a dynamic calculation. The score is now computed live on the frontend based on the ratio of completed tasks to total tasks, providing real-time performance feedback.

  • New Feature
    Dynamic Reports & Analytics Page

    Overhauled the entire "Reports & Analytics" page to use live data from the backend. All key metrics (On-time Submission Rate, Overdue Tasks, Pending Tasks, Compliance Score) and the "Compliance Over Time" chart are now fully dynamic and calculated on the frontend.

  • Improvement
    "Coming Soon" Placeholders

    Added blur-and-text overlays to the "Integrations" and "Team Management" pages. This clearly communicates to users that these features are planned but not yet implemented, managing expectations effectively.

  • Fix
    Priority Alerts Logic Corrected

    Fixed a critical bug where the "Priority Alerts" section on the dashboard was not displaying all urgent tasks. The logic was updated to correctly show any task that is either "Overdue" or has a "High" severity.

  • Fix
    UI & Navigation Fixes

    Addressed several user experience issues, including fixing a broken link on the landing page CTA, correcting the display of the Avatar fallback component, and resolving a compressed view of the calendar on the reports page.

  • Infrastructure
    Sitemap Generation

    Implemented a dynamic sitemap at `/sitemap.xml` to improve SEO. The sitemap automatically lists all public-facing pages and blog posts, helping search engines like Google discover and index the site's content more effectively.


Version 1.0 - August 2024

Initial Launch & Backend Integration.

  • New Feature
    Full Backend Integration

    Successfully connected the frontend application to the live backend API. This included setting up API client utility to handle all data communication, including authentication and data fetching.

  • New Feature
    User Authentication & Onboarding

    Implemented a complete user authentication flow using OTP (One-Time Password) via phone number and email. Created a multi-step onboarding process on the `/getting-started` page to seamlessly register new users and their companies.

  • New Feature
    Dynamic Dashboard

    Activated the user dashboard by fetching and displaying live data from the backend, including user profiles, company details, and a list of compliance tasks. This replaced all static placeholder content.