Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Administrators should be able to customize coin values and names without modifying code #16

Open
nwautier opened this issue Mar 30, 2017 · 2 comments
Assignees
Milestone

Comments

@nwautier
Copy link
Owner

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.

@nwautier nwautier self-assigned this May 12, 2017
@nwautier
Copy link
Owner Author

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.

@nwautier nwautier added this to the RC 0.2.0 milestone Aug 8, 2017
@nwautier
Copy link
Owner Author

nwautier commented Aug 8, 2017

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"

@nwautier nwautier modified the milestones: RC 0.1.5, RC 0.2.0 Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant