You are viewing a single comment's thread from:

RE: 0000000000001001 - Steemit Interface PoC - Black & White / Yin & Yang

in Steemit Dev Group3 years ago

I call in for a community-run DAO of sorts to get in I guess. We have several trusted and highly respected community members out here already. We create an on-chain voting mechanism(Or off-chain) that determines if a person gets in or not. I can get that system in place once you're closer to the launch @coding-gorilla.

Sort:  

👍🏼 Only for the trusted members 🙂

I wanted to ask you about your club5050 chart - how hard would it be to create a separate page which takes a username, starttimestamp and endtimestamp in a query string and returned the chart image. So I can embed it in a report.

E.g. <img src="starlordsclub5050magic.html?username=cheatingbastard&starttime=1643673601&endtime=1646092799" (imagine the close parenthesis here - I couldn't add them for obvious reasons!)

When the response is an image, the payload size increases, and the extra load is put on the server. What I would suggest instead would be to call an API(I've currently not made this open yet) that would return you the data. You could then render a chart on the client-side instead. That takes out a ton of load.