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

Attended student class-hours on dashboard #3117

Merged
merged 5 commits into from
Oct 9, 2020
Merged

Conversation

kkbrum
Copy link
Contributor

@kkbrum kkbrum commented Sep 25, 2020

Fixes #2066. Adds a statistic for the number of class hours enrolled by students that attended the program. Note that as mentioned in the issue, this is a crude estimate, that assumes any attended student attended all the classes for which they were enrolled. This could be improved in two different ways based on newer website features:

  1. Use the check in / check out times to determine which of their enrolled classes they could have potentially attended
  2. Use the class attendance instead of program attendance.

1 seems overly complicated for the time being and most programs probably aren't using the check out feature yet.
2 is very very easy, but until most programs are using class attendance, won't be very useful.
I figure the crude estimate is satisfactory for now? Especially since this is the number that would be used for chapter board votes, i think the crude estimate is best since otherwise programs that use the check out feature would be penalized over those that dont.

As usual with the dashboard, the caching is very funky :/

@willgearty
Copy link
Member

Looks like you need to renumber your migration (and perhaps change the dependency within the migration) because another migration was added on main.

@willgearty willgearty merged commit 4e4bad2 into main Oct 9, 2020
@willgearty willgearty deleted the attended-dashboard branch October 9, 2020 14:27
willgearty added a commit that referenced this pull request Oct 9, 2020
willgearty added a commit that referenced this pull request May 27, 2021
* Initial docs for stable release 13

* Docs for #3116, #3117, and #3118

* Added docs about django upgrade

* Docs for #3128

* Docs for #3129, #3133, #3134, and #3137

* Docs for #3156 and #3153

* Docs for #3174, #3163, and #3184

* Docs for #3139, #3140, and #3141

* Docs for #3143, #3150, #3154, #3160, #3162, and #3168

* Docs for #3171, #3185, #3186, and #3188

* Docs for #3131 and #3189

* Docs for #3149 and #3190

* Docs for #3193, #3194, #3195, #196, and #3197

* Clarification

* Docs for #3192, #3201, #3209, and #2248

* Docs for #3204, #3212, #3214, #3205, 9fd073c, and #3226

* Docs for #3232, de5861c, #3231, #3233, #3234, #3237, #3238, and #3239

* Fix indent

* Docs for #3227 and #3235

* Add missing word

* spelling

* Docs for e57581f, #3255, #3253, #3257, and #3249

* Docs for #3254, #3260, and #3262

* Docs for #3263, #3272, #3240, #3264, #3266, and #3270

* clarifications

* Docs for #3283 and #3252

* Docs for #3288 and misc commits

* Docs for #3292, #3311, #3286, #3289, and #3279

* Docs for a377f0d; move note

* Docs for #3315, #3290, and #3322

* Docs for #3273 and #3317

* Final edits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add attended student class hours to dashboard
3 participants