ut-effectiveness / utDataStoR

https://ut-effectiveness.github.io/utDataStoR/
Other
0 stars 0 forks source link

Review FTE SQL #9

Closed andreabringhurst closed 1 month ago

andreabringhurst commented 3 months ago
andreabringhurst commented 3 months ago

I have reviewed the fte queries. fte_grad_cred_hour_census - Is correct, but too narrow fte_off_dscir - is correct, do we still need it? fte_off_edify - is incorrect, it is using student level instead of course level when calculating the fte; it is also using registered_credits, and fte_grad_cred_hour_census, fte_ug_cred_hour_census, and fte_ug_cred_hour_eot are using attempted_credits fte_off_rept - is incorrect, is is using student level instead of course level when calculating the fte fte_ug_cred_hour_census - is correct, but too narrow fte_ug_cred_hour_eot - is correct, but too narrow

andreabringhurst commented 3 months ago

After some discussion in code review yesterday, I added issues to address my concerns about the fte queries, #15 , #16 , #17 , #18 #19 , #20 , #21 .

andreabringhurst commented 3 months ago

@MattNickodemus after discussing some of the FTE stuff in code review yesterday, I would like to move forward with adding 3 new queries to utDataStoR - fte_total_census (#15), fte_total_eot (#16), and fte_total_current (#17 ). I think there are other issues we need to discuss before I do more, but those are the 3 that I would like to start with and are pretty straight forward. They provide fte by undergraduate, graduate and total for each term.

andreabringhurst commented 2 months ago

I just added issue #23 to this issue.

andreabringhurst commented 1 month ago

The FTE sql has been reviewed. I'm going to close it because I have a pull request #22 .