When duration is below 15, the event is pushed to bottom of timeline regardless of start time
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 58
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Step to produce:
- add following line to inital events: new Event("Lunch", "Cafeteria", 13, 30, 3, android.R.color.holo_green_dark),
- build and run
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 the initial events setup and the Event timeline ordering code, using the sample Lunch event from the report as a reproduction. Build and run the Android library, then verify whether an event with duration 3 and start time 13:30 is placed according to its start time rather than at the bottom. Done means the reported ordering issue no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100