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

Improve automatic part grouping in models #2211

Merged
merged 3 commits into from
May 28, 2024
Merged

Improve automatic part grouping in models #2211

merged 3 commits into from
May 28, 2024

Conversation

Floppy
Copy link
Collaborator

@Floppy Floppy commented May 28, 2024

Instead of a very naïve "split-on-first-non-alphabetical-char" approach, instead we reverse-search for longest common strings to make groups of larger than a certain size. Much more like what I wanted.

resolves #50

Copy link

codeclimate bot commented May 28, 2024

Code Climate has analyzed commit 50d7af1 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 86.7% (0.1% change).

View more on Code Climate.

@Floppy Floppy merged commit 4a79471 into main May 28, 2024
10 checks passed
@Floppy Floppy deleted the better-grouping branch May 28, 2024 10:19
@Floppy Floppy added the feature User-facing features and product enhancements label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature User-facing features and product enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve file grouping when viewing model
1 participant