learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Financial aid module issues #3641

Closed willgearty closed 1 year ago

willgearty commented 1 year ago

Right now the financial aid module has the following issues (I think):

  1. If the extracosts module isn't enabled, the financial aid module isn't enabled, even if there is a cost for the program (if there is a program cost, we should always enable the financial aid module, right?)
  2. If the extracosts module is enabled, the financial aid module is always a registration step, even if there are no covered costs (e.g., no program cost and no covered extra costs)
willgearty commented 1 year ago

Actually, it looks like # 1 was fixed in https://github.com/learning-unlimited/ESP-Website/pull/3039.