Skip to main content

Product updates

Release notes and improvements to FiberWay Source

2025-11-17Update

New

  • Fiber marketplace: farmers can now list fibers for sale with pricing and descriptions
  • Fiber requests: buyers can post requests for specific fiber types they need
  • Admin marketplace management: admins can view and manage all listings and requests

Under the hood

  • Added marketplace types and services for fiber listings and requests
  • Updated database schemas for fiber_listings and fiber_requests tables

What this means: This update introduces a marketplace where farmers can list fibers for sale and buyers can post requests. Admins can now manage all marketplace activity from a central dashboard.

2025-11-10Update

New

  • Report system: farmers can create monthly reports with custom schemas
  • Report approval workflow: admins can approve or reject submitted reports
  • Evidence uploads: attach files and images to reports for verification
  • Active sessions tracking: admins can monitor user sessions across the platform
  • Report schemas: admins can create custom report templates for farms

Improvements

  • Enhanced report detail views with evidence display
  • Improved report form with better validation
  • Better organization of reports by farm and period

Under the hood

  • Added report service with evidence management
  • Implemented report schema service for dynamic templates
  • Created monthly_reports, report_evidence, and report_schemas database tables

What this means: A comprehensive reporting system is now available. Farmers can submit monthly reports with evidence, and admins can review and approve them using custom report schemas.

2025-11-10Update

New

  • Farmer role: dedicated farmer role with specialized dashboard and analytics
  • Farmer analytics page: view farm performance metrics and insights
  • Farm export: export farm data to CSV for external analysis
  • Farmer activity tracking: monitor farm-related activities

Improvements

  • Enhanced farm management page with better editing capabilities
  • Improved fiber selector component
  • Better dashboard organization for different user roles

Fixes

  • Fixed farm edit form issues
  • Resolved fiber selection bugs

Under the hood

  • Added farmer service with analytics and export functionality
  • Created farmer-specific API routes for dashboard and activity
  • Extended farm service with additional query capabilities

What this means: Farmers now have a dedicated role with specialized tools including analytics, data export, and an improved farm management experience.

2025-11-07Update

New

  • Country selection: farms can now specify their country location
  • Buyer my-sources page: buyers can view all their saved farm sources
  • Shortlisted farms: renamed from favourites to shortlisted for clarity

Improvements

  • Enhanced farm browsing with country filtering
  • Improved buyer dashboard navigation
  • Better farm card displays in browse view

Under the hood

  • Added countries utility with ISO country codes
  • Created buyer-specific my-sources component
  • Refactored favourites to shortlisted throughout the codebase

What this means: Buyers can now filter farms by country and manage their shortlisted sources more effectively. The interface has been updated for better clarity.

2025-11-07Update

Improvements

  • Reusable modal component: improved modal system for better consistency

Under the hood

  • Refactored modal component for reusability across the platform

What this means: The modal component has been improved for better consistency and reusability throughout the application.

2025-11-04Update

New

  • Role switcher: users with multiple roles can switch between them

Improvements

  • Enhanced shortlist functionality
  • Better settings page organization

Fixes

  • Fixed shortlist drawer issues
  • Resolved build errors

Under the hood

  • Updated favourites service
  • Improved role management in navigation

What this means: Users with multiple roles can now easily switch between them. Shortlist functionality has been improved and several bugs have been fixed.

2025-11-03Update

Improvements

  • Enhanced buyer flow with better navigation
  • Improved type safety throughout the application

Fixes

  • Fixed TypeScript errors and type inconsistencies

Under the hood

  • Updated type definitions across services and components

What this means: The buyer experience has been improved with better navigation, and the codebase now has improved type safety.

2025-10-31Update

New

  • Marketing site: new landing page with product information
  • Platform foundation: initial platform structure and authentication

Under the hood

  • Set up Next.js application structure
  • Implemented authentication system
  • Created initial database schemas

What this means: Initial platform launch with marketing site and core platform infrastructure including authentication and database setup.