kdausuel / screentime-capstone

Team Delta Repo for CMSC 495 Project
0 stars 0 forks source link

Fix Time Display Format in UI #6

Closed kdausuel closed 4 months ago

kdausuel commented 4 months ago

Description

The current time display format in the ScreenTime Widget UI is not optimal for user readability. We need to improve how the time is presented to enhance user experience.

Steps to Reproduce

Add the ScreenTime Widget to the home screen Set a timer (e.g., daily timer to 2 hours and 30 minutes) Observe the time display on the widget and the config ui

Expected vs Actual Result

Expected: Time should be displayed in a clear, user-friendly format (e.g., "2h 30m") Actual: Time is currently displayed in a less readable format ("2:30"). The format makes it difficult to differentiate 2 hrs and 30 mins from 2 min 30 sec.

Severity

Medium

Priority

High

Additional Context

Improving the time display format will significantly enhance the widget's usability and user satisfaction.

kdausuel commented 4 months ago

Fixed bug