Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
sensei
sensei
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • sensei
  • senseisensei
  • Issues
  • #35

Closed
Open
Opened Dec 10, 2018 by Burlen Loring@bloringMaintainer

Improve the web site random image feature

@patrick-oleary @ewbethel @dcthomp

The web site random image currently does a true random walk through the image collection. This is problematic because many duplicate images are displayed. For example the first image may appear multiple times in the first few transitions.

A simple fix would be to apply an a fixed/pre-determined cyclic order on the images and pick the starting point at random. from the randomly chosen starting point, the predetermined cyclic order would be followed. this would maximize time between repeated images, and give all the images fair air time.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: sensei/sensei#35