You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the classification ordering logic to consolidate the
functionality of `Get-FinalSelection` into `Get-ClassificationOrderedList`.
Introduce a `byLevel` switch parameter to allow optional filtering by
classification level. This change simplifies the code by removing
redundant functions and enhances flexibility by allowing users to
specify whether to filter classifications by level.
🔧 (Update-ReourcesFrontMatter.ps1): update classification ordering call
Update the call to `Get-ClassificationOrderedList` to include the
`byLevel` switch. This ensures that classifications are ordered by
level, aligning with the intended logic for selecting top categories
and tags. This change improves the accuracy of the classification
selection process in the front matter update script.
0 commit comments