joreilly / joreilly/Confetti

Date Format Improvements

Open
#360 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Kotlin
Stars
1.1k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
51

Description

Per @yschimke suggestion, we can move away from dev.johnoreilly.confetti.utils.DateService in a favor of simple methods to handle date.

The idea is:

  1. Introduce common functions inside shared to format date.
  2. Provide an implementation per platform.
  3. Replace DateService in favor of direct calls.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating dev.johnoreilly.confetti.utils.DateService and the shared code that uses it. Review how date formatting is handled across the platforms, then define the shared functions and platform implementations described in the issue. Done means DateService is replaced by direct calls without leaving unresolved usages.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
mobile-dev
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.