lakardion / akd

akd.vercel.app
1 stars 0 forks source link

Class session creation - Set owing hour price #8

Closed lakardion closed 1 year ago

lakardion commented 2 years ago

When a class session is about to be created, students may or may not have the required amount of hours to make up for what the class requires.

So if they turn to be negative, they should somehow pay for those hours, but simply subtracting their hours gives no context whatsoever as to how they're consuming the hours (and how much they should pay for their debt later on).

So it would be useful if we can detect which students are the ones that don't have enough hours and allow the user to set either the rate that they should pay those hours for or simply registering how much should they pay for that debt.

Proposed approach

Tech considerations