Changelog

View Source

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2024-12-01

Added

  • Initial release
  • IngotWeb.LabelingLive - main labeling LiveView interface
  • IngotWeb.DashboardLive - admin dashboard with statistics
  • IngotWeb.SampleComponent - sample display component
  • IngotWeb.LabelFormComponent - rating form component
  • IngotWeb.ProgressComponent - progress bar component
  • Ingot.ForgeClient - thin wrapper for Forge integration
  • Ingot.AnvilClient - thin wrapper for Anvil integration
  • Ingot.Progress - PubSub broadcasting for real-time updates
  • Keyboard shortcuts for high-throughput labeling
  • Real-time progress updates via Phoenix PubSub
  • Session-based labeling time tracking
  • Skip/quit functionality for labeling workflow
  • Comprehensive test suite using Supertester