orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

ManagerView: Allocation block amount unrestricted #173

Open DJWalker42 opened 1 week ago

DJWalker42 commented 1 week ago

Currently, you may allocate as much resource amount as you like regardless of the total amount available/remaining for the cycle. We should add some logic to prevent users from exceeding the total amount available in the cycle. This should be in addition to the API making similar logic checks.