NUKnightLab / NUKnightLab/TimelineJS3

Add start_at_slide_id option

Open
#473 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement priority: low
Dominant language
JavaScript
Stars
3.2k
Forks
645
PR merge metrics
No merged PRs in 30d

Description

The start_at_slide option is a bit cumbersome for a large timeline or a timeline that is constantly changing. The start_at_slide_id option would work the same as start_at_slide but would accept a string as provided in unique_id, thereby being immune to event shuffling. Just as well would be to support a string in start_at_slide, but that may be a bit more clunky to support in the codebase.

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 the existing start_at_slide option and the code that reads slide unique_id values. Implement equivalent lookup by the string supplied to start_at_slide_id, then verify that the timeline starts at the matching slide and remains stable when events are shuffled.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.