-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat(board): support for combining tiles #1809
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a51615b
to
fe9e442
Compare
purusott
reviewed
Feb 12, 2025
4ad9cc7
to
510b3ff
Compare
purusott
approved these changes
Feb 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mulighet for å kombinere stoppesteder til én
Motivasjon
Vi har fått flere henvendelser som handler om det er mulig å slå sammen stoppesteder til ett stoppested. Det er flere plasser hvor det ligger stoppesteder ganske nærme hverandre, og man ønsker å kunne slå disse sammen i stedet for å ha to separate tiles. I tillegg er det flere som har uttrykt at de ønsker å kunne se alt som går i en spesifikk retning, så vi har en hypotese om at ved å klare å kombinere flere plattformer så vil dette problemet også blir løst i større grad.
OBS: i første omgang er det kun mulig å enten kombinere alle stoppestedene i tavla, eller ingen, men det er lagt opp i databasen at man kan ha flere kombinerte tiles.
Endringer
combinedTiles: [{ids: }]
hvor man legger innuuid
for de tilene som skal kombineres. Velger man separat visning, så slettes dette feltet.Sjekkliste for Review