Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Queue Queue
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 117
    • Issues 117
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 11
    • Merge requests 11
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • EIPEIP
  • LabradorLabrador
  • QueueQueue
  • Merge requests
  • !640

Resolve "Consecutive slot filling mode"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Henry Page requested to merge 575-consecutive-slot-filling-mode into development Mar 10, 2023
  • Overview 6
  • Commits 9
  • Pipelines 0
  • Changes 13

What does this mr do?

Screenshots

Mode: 100/0. As seen in this SS, once the slot starts the next one opens:

image

After the first slot completely closes (current time passes closing time), the next one opens up:

image

Mode: 50/0. Next slot opens once a given slot is pseudo full, (threshold is 50%) in this case.

image

Both preceding slots are pseudo-full, and therefore the 3rd slot opens.

image

Mode: 100/2. If the second parameter is not 0, it basically acts as a sliding window

image

After a few people enque it looks like this:

image

Note that if the last slot in the sliding window is full, it still works as intended

image

UI Information

image

Note to Reviewers

I am open to suggestions on how to phrase the parameters for the end-users. Currently it is horrible.

image

Does this MR meet the acceptance criteria?

  • I have added a changelog entry to reflect the significant changes I made.
  • Tests were created to test the feature.
  • I have updated the documentation accordingly.
  • I adhere to the style guide.

Closes #575 (closed)

Edited Mar 25, 2023 by Henry Page
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 575-consecutive-slot-filling-mode