- Replace terse one-line optimization mode descriptions with clearer multi-sentence explanations of how Maximize Count and Priority Order algorithms behave - Add skeleton loading placeholders on course buttons while analysis is pending - Auto-expand achieved specializations to show credit breakdown by default - Add instructional subtitles to Course Selection and Specializations sections - Make Clear and Clear All buttons more prominent with visible backgrounds
1.0 KiB
1.0 KiB
1. Algorithm Explanations
- 1.1 Update ModeToggle description text for "maximize-count" mode with multi-sentence explanation covering: finds largest set of achievable specializations, ranking used only as tiebreaker
- 1.2 Update ModeToggle description text for "priority-order" mode with multi-sentence explanation covering: processes specializations in ranked order top-to-bottom, locks in highest-ranked first, then adds more
2. Skeleton Loading
- 2.1 Add skeleton placeholder component to CourseSelection.tsx — render 2-3 pulsing rectangular divs matching course button dimensions when
loading && !analysis && !isPinned - 2.2 Remove the existing "analyzing..." text label from ElectiveSet
3. Expanded Achieved Specializations
- 3.1 Change SpecializationRanking
expandedstate initialization to include all achieved specialization IDs fromresult.achieved - 3.2 Add effect or derived state to update
expandedset whenresult.achievedchanges, ensuring newly achieved specializations are auto-expanded