Consistency: /levels getOne method does not have a time zone parameter
Open
Nobody has claimed this yet.
needs-approval
- Dominant language
- Java
- Stars
- 28
- Forks
- 25
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 20
Description
The getOne endpoint differs from most other endpoints that have date-time parameters in that it does not specify and optional time zone. This means the time is assumed to be UTC or needs to be provided in the ISO-8601 format.
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 at the /levels getOne endpoint and compare its date-time parameters with those in the other endpoints mentioned in the issue. Done means getOne accepts an optional time zone consistently with those endpoints; the payload does not name a source file or test, so locate the relevant Java entry point and tests first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100