lakardion / akd

akd.vercel.app
1 stars 0 forks source link

Allow debts to be paid partially #12

Open lakardion opened 1 year ago

lakardion commented 1 year ago

Pay debts partially

I think this would be cool since there may be students that may not want to pay all the debt upfront but instead pay a part and then pay another part later.

If we don't provide this we would be leaving this use case out of the app

Complication

One major thing I am a bit concerned about when thinking about implementing this is the fact that a single student can have multiple debts.

So partial payment would involve having to take into account the fact that students that have multiple debts, should cover them from oldest to newest.

Initial approach