-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add a replacement cost field to the tools model #219
Comments
+1 for tool types. Having the replacement costs on individual tools is a maintainability nightmare. Often when tools are added to Binder we don't have the cost readily available. I think most tools of a given type are similar enough in cost where we can just assign an average value to the tool type. |
The reason I said tools is because this year there have been tools of the In terms of maintainability, it isn't necessarily a nightmare because of a
On May 6, 2016 9:27 AM, "Patrick Koenig" [email protected] wrote:
|
This is entirely predicated on the fact that Binder's data persists between years, which is currently not the case. Also we're going to have to populate this at some point. I don't really see the benefit of doing it before we need to. The only difference between looking up the prices for every tool now, and looking up prices for tools when they break, is that we'll end up looking up a bunch of prices we don't need. This also sort of discriminates orgs if they happen to check out a tool that is more expensive than other variants (ie if its the only one left). Obviously the tools are different prices but I think in the interest of seeming fair, having a single price for a broken tool of each type is better. We can even put the price higher than the lowest tool price of that type. It doesn't necessarily have to directly correspond to the cost, its just a fixed price that we say is the cost of losing or breaking tools of this type. |
This would allow binder to actually automatically charge orgs for lost tools at the end of Carnival.
The reason it needs to be per tool is because we don't always buy the same brand/type and we charge org the cost of an exact replacement of possible.
That being said, the amount could be filled in by tool type and then adjusted if necessary, if we want to do that.
The text was updated successfully, but these errors were encountered: