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
By redesigning the system to use a "base value" and "value multiplier" rather than hard coding the value of each coin type, this application could be far more useful and could be applied to many objects beyond that of standard coinage.
Dynamic array could be used to allow for a multitude of "coin" options ranging from different currencies, bill usage, poker chips, fake money, or other tokens with assigned value. Using US currency as a base is fine, but is ultimately limiting of the application's usefulness.
The text was updated successfully, but these errors were encountered:
I'm not sure that we need to establish a base value and multiplier factor... On each software launch, numbers may need to be updated. Say I'm counting USD and CAD at the same time... Do I really want to know the total value in USD, or do I want to know the value per currency type.
I think the scope of this enhancement should be re-written, perhaps into two different project ideas.
It has been decided that the title of this issue is correct, but the previous discussion is not needed. Put Simply: "Administrators should be able to customize coin values and names without modifying code"
By redesigning the system to use a "base value" and "value multiplier" rather than hard coding the value of each coin type, this application could be far more useful and could be applied to many objects beyond that of standard coinage.
Dynamic array could be used to allow for a multitude of "coin" options ranging from different currencies, bill usage, poker chips, fake money, or other tokens with assigned value. Using US currency as a base is fine, but is ultimately limiting of the application's usefulness.
The text was updated successfully, but these errors were encountered: