Time Clock – Daily Changelog – September 26, 2025

Daily Changelog – September 26, 2025

Switched sole focus near the end of the day to the Deco Orders app.

New

  • Added user preference setting for hours display format across the application
  • Created HoursDisplay component that shows either decimal format (7.10 hrs) or hours:minutes format (7h 6m) based on user preference
  • Implemented user_settings database table and API endpoints for storing user preferences
  • Added hours display format toggle in Settings page with radio button selection
  • Updated main dashboard, admin entries, employee portal, recent records panel, and time entry edit modal to use the new display component

Improvements

  • Enhanced user experience by allowing users to choose their preferred hours display format. The FileMaker app uses a readable time format but calculates to a decimal. We’re using a decimal but offering a display option.
  • Maintained existing decimal format for mathematical operations while providing readable time format option
  • Eliminated tooltip conflicts with existing “click to edit” functionality