Open eroux opened 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
)
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!!
ok! seems fine now: https://editor.bdrc.io/
Great!!
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
/demo
path wouldn't require login and would be a separate home page with a static text plus a link to open a demo entity (why notP1583
for instance), and with just the editor (not the outline editor, etc.)PUT
request is not done when users hit the save button, instead a message saysDemo mode: not actually saving
U0DEMO01
with the necessary values, including the RID prefix0DEMO
step 2
This one is a bit more difficult to accomplish so perhaps we can save it for later, it would involve:
public/examples/
folder