CATcher-testbed / alpha10-dev-response

0 stars 0 forks source link

Inconsistent Date Format Across Application #94

Open nus-pe-bot opened 4 days ago

nus-pe-bot commented 4 days ago

Bug Report: Inconsistent Date Format Across Application

Summary

The date format used across different sections of the application is inconsistent, causing confusion for users and potential data interpretation errors.

Description

Our application currently uses multiple date formats in various sections:

This inconsistency is confusing for users, especially those in different geographical regions, and may lead to misinterpretation of dates.

Screenshot

image.png

Impact

Expected Behavior

A consistent date format should be used across all parts of the application. The chosen format should be:

Proposed Solution

  1. Implement a centralized date formatting service.
  2. Allow users to choose their preferred date format in their account settings.
  3. Use ISO 8601 (YYYY-MM-DD) as the default format for storing dates in the backend.
  4. Update all date display and input fields to use the centralized formatting service.

Affected Areas

Additional Notes

Severity

Medium - While not breaking core functionality, this inconsistency significantly impacts user experience and data interpretation.

Assigned To

Alex Johnson (Full Stack Developer)

Priority

P2 - Important usability and consistency issue


Reporter: Sarah Lee Date Reported: 2024-03-20


[original: CATcher-testbed/alpha10-interim#139] [original labels: severity.Medium type.FeatureFlaw]

dillontkh commented 3 days ago

Team's Response

valid

Duplicate status (if any):

--