Skip to content

Format Numbers and Dates Consistently Throughout the Application #7

@NubleX

Description

@NubleX

Description:

The application currently has inconsistent formatting for numbers and dates. Let's standardize the formatting across all components.

Requirements:

  1. Create utility functions for formatting:
  • Currency values (e.g., 0.00125000 → 0.00125)
  • Percentages (e.g., 3.5 → 3.5%)
  • Dates and times
  1. Apply these formatting functions across all components
  2. Ensure consistent decimal places for similar values

Skills needed: JavaScript, Basic understanding of number/date formatting

Difficulty: Easy

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersjavascriptPull requests that update javascript code

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions