Lamy-z-Brna / PensionGameServer

Pension Game server, where all the actual work gets done!
0 stars 0 forks source link

Invest all button #40

Open VladoBaca opened 3 years ago

VladoBaca commented 3 years ago

Add an "Invest all" button to all the investment options which adds the remaining cash-flow (if positive) to the specific investment.

msimsik commented 3 years ago

Remember to also include Loans, which should have "Maximize loan" button, which will automatically set amount to lend to ActualSalary if the current loan is lower than ActualSalary and leave it if the current loan is higher.

VladoBaca commented 3 years ago

Maybe add little (not very shiny, maybe gray-ish?) buttons under the textboxes, e.g. (+1000) (+10000) (All), which alter the value in the textbox. The particular increment values could be decided dynamically according to the current cash-flow. Experiment with this.

VladoBaca commented 3 years ago

Or, some +/- buttons whose effect is dynamically dependent upon the current value of textbox?