Refactor group selection logic to store all search results#4
Refactor group selection logic to store all search results#4google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
- Replaced `selected_indices` with `selected` attribute on candidate objects. - Updated frontend `createGroup` to include all candidates. - Updated backend `solver.py` to filter by `selected` attribute. - Updated tests to match new data structure.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Refactored the course group selection logic to persist all search results within a group, allowing users to toggle the selection of candidates after group creation. This replaces the previous index-based selection mechanism with a
selectedboolean attribute on each candidate object, both in the frontend and backend.PR created automatically by Jules for task 14859406647915798941 started by @OsakaLOOP