-
Notifications
You must be signed in to change notification settings - Fork 126
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
Guesstimates in models get copied hundreds of times #85
Comments
Thanks for the explanation Ozzie, this makes sense based on data iterations I see when the model loads (e.g. cell values changing). Hope we are able to resolve this issue and add the editor for longer term fixes. |
This is where I think the problem is, in the 'CHANGE_GUESSTIMATE' section |
Yeah I think you may be right, not sure you are able to fix this from your end? Happy to amend the code from my end if possible/required. However, if a proper fix is possible I'd really appreciate it. |
I can fix it, just in the middle of another challenge. Trying to fix something else before getting to this (some user login issues) |
Thanks Ozzie! Really cool to see all the updates and fixes happening post-haste. FYI I'm already an adoring fan of Guesstimate 🤓 |
Hi Ozzie, Sorry to be a pain but still getting the issue, not sure if you were able to attempt a fix? Many thanks, Aanand
|
I spent some time with it, realizing I need to fix a larger issue to ensure On Thursday, February 11, 2016, AanandHQ notifications@github.com wrote:
|
No worries Ozzie, Thanks I’ll wait for you to get back to me before logging in and messing it up any further :) Best of luck with it man, and if you need code monkey to help out, holla' at me! Aanand
|
Hi, I think this should have fixed the main issue: #86 It doesn't fix any old models that have problems. However, if you can load these into your browser, then edit them, when they get saved then they should be fine. |
Hi Ozzie, Gave it a go and its all running much better, hopefully the fix has sorted out the issue on the long-term. Cheers! Aanand
|
Glad to hear! I made a similar fix on the server side. If no one complains about it soon, I'll make that one permanent, waiting to see if anyone will experience issues with it. |
Great stuff! hopefully you’ll be issue-free from the user-side of things.
|
There seems to be a bug where instead of the input field getting saved over the previously saved value, sometimes it gets saved as well as the previously saved value. Because multiple guesstimates are allowed for one metric, this can mean that one model can get hundreds or thousands of guesstimates, even if there are few models. This results in gigantic models that basically crash the server.
This should be fixed.
One additional longer-term feature would be the creation of a yaml or json editor, so at least the user can see what is happening and fix it quickly.
The text was updated successfully, but these errors were encountered: