feat: 카탈로그 목록에 표시 순서 규칙 적용 - #30
Merged
Merged
Conversation
Both wizard axes were read in insertion order, which showed the OS list as Ubuntu 24.04 then 26.04 then 22.04 - a sequence with no rule to find. OS images now sort by family, then by release compared as a number sequence (text order puts Rocky's 10 ahead of 9; the dotted-digit check constraint from V62 makes the cast total), then by id. Presets sort smallest first. No schema change: the ordering rides on existing columns, so no migration and no sort column to backfill. The admin lists follow the same order, and NodeRepository keeps its id order - its callers score and aggregate rather than display, and reordering would only disturb placement tie-breaks.
This file contains hidden or 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
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.
📝 작업내용
⭐️ 검증
💬 리뷰 포인트