Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label each schedule variation #19

Open
zac-k-03 opened this issue Feb 2, 2025 · 0 comments
Open

Label each schedule variation #19

zac-k-03 opened this issue Feb 2, 2025 · 0 comments

Comments

@zac-k-03
Copy link
Collaborator

zac-k-03 commented Feb 2, 2025

As a student, I want the system to label each schedule variation (e.g., "Shortest Time on Campus," "Earliest Finish," "Balanced") so that I can quickly understand my choices.

• Labeling Mechanism:
	○ Implement a labeling system that assigns descriptive tags to each generated timetable based on key metrics:
		- "Shortest Time on Campus": Minimal total on-campus time.
		- "Earliest Finish": The last class of the day ends the earliest.
		- "Balanced": A balanced spread of classes with moderate gaps.
	○ Ensure that the labels are computed based on quantitative criteria (e.g., sum of gap durations, start and end times).
• UI Integration:
	○ Display the labels prominently alongside each timetable variation.
	○ Ensure that labels update dynamically if the user changes constraints or regenerates the schedules.
• Testing & Validation:
	○ Unit tests to verify that each label is assigned correctly based on the corresponding criteria.
	○ Validate that multiple schedules are properly differentiated by their labels.
	○ Confirm that the labeling logic does not conflict with the core scheduling algorithm.
• User Feedback:
	○ Optionally include an info icon next to the label that explains what the label means in terms of schedule metrics.
	○ Gather user feedback to refine label definitions if necessary.
@zac-k-03 zac-k-03 converted this from a draft issue Feb 2, 2025
@zac-k-03 zac-k-03 moved this to Todo in BetterTimetable Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant