Add over_allocation_percentage
- Dominant language
- Vue
- Stars
- 3
- Forks
- 1
- Avg merge
- 19h 16m
- Merged PRs (30d)
- 7
Description
Under the federal caps we are going to add a float over_allocation_percentage, default 0. The field on new/edit should be a drop down list starting with default:
0% => stored as 0.0
1% => stored as 0.01
2% => stored as 0.02
3% => stored as 0.03
4% => stored as 0.04
5% => stored as 0.05
That's it.
The affect of this should be seen on the institution page when you go to edit or create a new allocation. The allocation check now does not allow exceeding the remaining of the federal cap. The new change should allow for exceeding the remaining of the federal cap + (over_allocation_percentage * the federal cap of the program year)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.