buda-base / blmp-client

JS client for the BLMP
3 stars 0 forks source link

demo mode #36

Open eroux opened 2 years ago

eroux commented 2 years ago

It's quite important we have a public (read-only) demo of the editor by the end of the week. I think it could happen in two steps:

step 1

step 2

This one is a bit more difficult to accomplish so perhaps we can save it for later, it would involve:

berger-n commented 2 years ago

step 1 is nearly there: https://editor.bdrc.io/ one issue though with creating new entity it's not possible for now because query to reserve id needs a token (also 0DEMO is not allowed so I set 0DU)


image

image

image

image

eroux commented 2 years ago

Oh, right! Since it's read-only we don't need the server to reserve an id, we can just pick a random one

Good job!!

berger-n commented 2 years ago

ok! seems fine now: https://editor.bdrc.io/

Kazam_screenshot_00001

eroux commented 2 years ago

Great!!