-
Notifications
You must be signed in to change notification settings - Fork 2
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
Allow more flexibility in the required number of hours per student #55
Comments
As part of this, the color coding in the student report should also be configurable. |
I'm in progress on this, it should be a couple more days at least. |
So previously, the school wanted the ability to have a student with a required minutes of 300 before age 12, then 330 after that. I stored the date of that "age change" so previous reports would still function correctly. I suppose I'll do the same thing, but now make a new table for the "student minute + date started that requirement". |
Ah interesting. Yes, they don't seem to have any age-based requirement anymore. I know that TRVS does have one (or used to), so it might still be useful for them. |
I'm not sure the color coding on the student report, did that mean on the student's page, or the sign in page? |
The thing I was talking about was the student's page where it shows the last few months of attendance and each day is colored in. I think that making the colors configurable per-school (not per-student) would be sufficient. |
Do they want to change the colors, the ranges, or both? Both were messed up and I just fixed them, now they are red = absent, yellow = attended but short, light green = 15 minutes or less short, and green is attended sufficiently. Before it was confusing. If they want to change the colors and ranges, that is enough of a pain to wrap that into another feature and do it separately, and work on something smaller first. |
I think that they just want to change the ranges. The one request about color was that you can't tell the difference between a short day (yellow) and an excused absence. Here's what they said:
|
Hey Steve! I made a change to make these PFS-requested colors the default for everyone. Would still be great to be able to modify them per-school, but hard-coding it worked for now. |
Make a user-configurable per-school or per-class default, too.
The text was updated successfully, but these errors were encountered: