Conversation
Adding a checkpoint for step by step implementation of a solution that allows users to change the number of significant figures in setup.yaml and changes the number of significant figures shown when mousing over the stepped chart
Sig fig support added on backend
…nmarkets/socialpredict into fix/decimal-places
| } | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Just a general note, I have this MR going and am specifically avoiding setup as a handler for now.
I think we can probably turn setup into a library down the line?
So all of this to say, I think we're clear for now.
| buySharesFee: 0 | ||
| sellSharesFee: 0 | ||
|
|
||
| frontend: |
There was a problem hiding this comment.
Is this proper yaml? I think we should have the frontend be called perhaps something like frontend setup and ideallly everything will be under the same header?
I guess it's a philosophical issue...maybe frontend is it's own category? Thoughts @astrosnat ?
There was a problem hiding this comment.
It looks like real yaml to me.
I don't have strong thoughts on whether we should do backend + frontend yaml files as one big file or as 2 separate files...my feeling is that it's more user friendly to have it as one file, even if it's a bit uglier. What are your thoughts?
There was a problem hiding this comment.
I think I can just approve it and we can revisit this
This is a preliminary look at adding significant figure support.
ChatGPT has made some changes on the backend in preparation for being able to add support for number of sig figs in charts. Looking for sanity checks if there's a saner/cleaner way to do this.