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

Grid views #129

Merged
merged 12 commits into from
Nov 24, 2023
Merged

Grid views #129

merged 12 commits into from
Nov 24, 2023

Conversation

JoeAtHPI
Copy link
Collaborator

To view all possible results from all permutations at one glance, a grid based layout is introduced. The Permutation Grid gathers all watched expressions and examples for one permutation.
image
The Example Grid View puts all permutations and watched expressions per example.
image

With more views, the gathered states of permutations has been outsourced to SBMultiverse, which all the views share. Resolves former todo, that the collecting of e.g. all variants was done multiple times. The Views have been refactored. A SBGrid simply lays out its given morphs in a matrix like grid. Creating the matrix from watches/multiverses is the job of a SBCluster.

The Cluster do not have any interactions yet. After the survey is evaluated, some more features might come.

@JoeAtHPI JoeAtHPI added enhancement New feature or request Exploriants labels Nov 21, 2023
@JoeAtHPI JoeAtHPI requested a review from tom95 November 21, 2023 14:46
@JoeAtHPI JoeAtHPI self-assigned this Nov 21, 2023
Copy link

Pull Request Test Coverage Report for Build 6945449030

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 6795343527: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@tom95 tom95 merged commit 1876860 into master Nov 24, 2023
2 checks passed
@JoeAtHPI JoeAtHPI deleted the feature/multiverse-grid branch November 24, 2023 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Exploriants
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants