Date Format Improvements
Open
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:
- Introduce common functions inside
sharedto format date. - Provide an implementation per platform.
- Replace
DateServicein favor of direct calls.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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