Create schedules use case completed - #72
Merged
Merged
Conversation
ingrid534
commented
Dec 2, 2025
Owner
- users can select the time slots they are available
- if multiple users in the group, schedule grid colors will vary depending on how many people are available
- if application closes, the schedule will stay saved (stored in db and loaded in)
- tested with other use cases and everything is functional
…group schedule view stuff.
…ave group schedule and display
rootcats
approved these changes
Dec 2, 2025
rootcats
left a comment
Collaborator
There was a problem hiding this comment.
Other than the minor issue of javadoc, I think everything seems to work
| * retrieve members for a specific group and update the People tab UI. | ||
| * | ||
| * @param viewModel the view model that will be updated with retrieved member data | ||
| * @return a new RemoveMemberController wired to the appropriate interactor and presenter |
Collaborator
There was a problem hiding this comment.
minor issue: CreateScheduleController not RemoveMemberController
| * @return the color to fill the time slot with | ||
| */ | ||
| private static Color pickColor(int num, int groupSize) { | ||
| int percent = (num * 100) / groupSize; |
Collaborator
There was a problem hiding this comment.
Since our groupSize is always > 0, I think this is okay
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.