We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Things have already been improved a lot thanks to previous PRs, but it can still be better.
Instead of showing this: Mon 9:00 - 5:00 | Tue 9:00 - 5:00 | Wed 9:00 - 5:00 | Thu 9:00 - 5:00 | Fri 9:00 - 5:00
Mon 9:00 - 5:00 | Tue 9:00 - 5:00 | Wed 9:00 - 5:00 | Thu 9:00 - 5:00 | Fri 9:00 - 5:00
we could show: Mon - Fri 9:00 - 5:00
Mon - Fri 9:00 - 5:00
See code in model Course@getCourseTimesAttribute()
Course@getCourseTimesAttribute()
The text was updated successfully, but these errors were encountered:
Fix: Optimize course times display
69ba452
academico-sis#237
e99b07e
b48f787
Successfully merging a pull request may close this issue.
Things have already been improved a lot thanks to previous PRs, but it can still be better.
Instead of showing this:
Mon 9:00 - 5:00 | Tue 9:00 - 5:00 | Wed 9:00 - 5:00 | Thu 9:00 - 5:00 | Fri 9:00 - 5:00
we could show:
Mon - Fri 9:00 - 5:00
See code in model
Course@getCourseTimesAttribute()
The text was updated successfully, but these errors were encountered: