Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Max Board Size #554

Open
4 tasks
JoelWiebe opened this issue Jul 5, 2023 · 0 comments
Open
4 tasks

Set Max Board Size #554

JoelWiebe opened this issue Jul 5, 2023 · 0 comments
Labels
enhancement New feature or request low priority low priority task

Comments

@JoelWiebe
Copy link
Contributor

Description

Posts can get easily lost in an infinite space. To remedy this we would like to investigate limiters on the size of a canvas.

Details
We can likely assume that the canvas can always be a square so we only need to set one value. We will need to investigate whether and if so how to limit the space of the canvas. This will have implications for the zoom and panning to restrict the user to a finite space.

Tasks

  • Find and set a minimum value for the size of the canvas, for simplicity we can call this value "1"
  • Add a slider to the board configurations for the board size with one as the min reasonable value and perhaps "10" as the max size (we may allow increments by 0.5)
  • The user should not be able to zoom beyond the limits of the canvas
  • The user should not be able to pan beyond the limits of the canvas
@JoelWiebe JoelWiebe added enhancement New feature or request low priority low priority task labels Jul 5, 2023
@JoelWiebe JoelWiebe moved this from Todo to Backlog in SCORE Meta-view Jun 20, 2024
@JoelWiebe JoelWiebe moved this from Backlog to Todo in SCORE Meta-view Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority low priority task
Projects
Status: Todo
Development

No branches or pull requests

1 participant