Timeline not updating when clock changed
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 15.8k
- Forks
- 3.9k
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 34
Description
I'm trying to add temporal searching to the viewer. For the time being I've chosen to take the path of least resistance and utilize the existing search/geocoder interface rather than implement something on top of time wheel and/or timeline.
I've exposed the clock to the geocoder and set the current time on the clock. The scene and the wheel are updating appropriately but the timeline is not.
Scott
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 reproducing a clock change through the existing geocoder/search interface and trace how the scene, time wheel, and timeline respond. Identify the timeline update path and compare it with the working scene and time-wheel updates. Done means the timeline reflects the changed clock time as well, with a regression test if the existing test structure supports it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100