coldstar96 / cse403

Budget Manager Project
1 stars 2 forks source link

Show summary in add entry #152

Closed jiwpark90 closed 11 years ago

jiwpark90 commented 11 years ago

Just something extra that I always thought was necessary. Doesn't really matter if it gets into the final thing or not.

Adds a progress bar below the Budget spinner in the Add/Edit Entry view that indicates how much you've spent/have left on that Budget.

brucec5 commented 11 years ago

It would be cool if you could move setProgressColor from BudgetSummaryAdapter and move it to be a static function in Utilities. Then you could use the same coloring as in the Summary page for the bars.

jiwpark90 commented 11 years ago

I've been trying to do this, but there are simply too many calculations that go into figuring out the "spending" parameter.

brucec5 commented 11 years ago

Ah, I didn't notice that there was that much stuff that fed into the method call. In that case, let's not do that.

Since everything else looks good, I'd say ship it! Then I'll go ahead and upload the V2 release.

jiwpark90 commented 11 years ago

Wait, did you want me to merge? haha sorry, I wasn't 100% sure

brucec5 commented 11 years ago

Yeah. It fits our style and it's functional, so merge.