You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a user defaults to donating completely to bilumi. on the "recipients" tab bilumi is shown with 100% (this is probably confusing)
during registration, the user decides to add Red Cross to the charities they donate to.
CURRENTLY, red cross gets added at 20%, while bilumi stays at 100%.
user alters bilumi to 40%
CURRENTLY, red cross percent does not change.
TODO, write code so that all recipient percents respond to changes, addition and deletions
CONSIDER, these text boxes eventually should be hidden or enhanced with sliders. maybe users never see number amounts...so maybe number amounts don't have to sum to 100. additions, deletions and slides don't effect other sliders. percentages are figured out behind the scenes based on proportions.
the question is, will numbers be shown to users? are percents, rankings or "ratings" more intuitive?
The text was updated successfully, but these errors were encountered:
example
CURRENTLY, red cross gets added at 20%, while bilumi stays at 100%.
CURRENTLY, red cross percent does not change.
TODO, write code so that all recipient percents respond to changes, addition and deletions
CONSIDER, these text boxes eventually should be hidden or enhanced with sliders. maybe users never see number amounts...so maybe number amounts don't have to sum to 100. additions, deletions and slides don't effect other sliders. percentages are figured out behind the scenes based on proportions.
the question is, will numbers be shown to users? are percents, rankings or "ratings" more intuitive?
The text was updated successfully, but these errors were encountered: