cadquery-server icon indicating copy to clipboard operation
cadquery-server copied to clipboard

snippet hosting website

Open roipoussiere opened this issue 1 year ago • 0 comments

It might be interesting to build a website that can host cadquery snippets among with their produced models.

  1. The index page should not display the index page but instead a drag&drop box where users can add files generated with -e -f json (#40).
  2. Once saved on disk with generated resource name, the page redirects to the url of the resource and the user can share it.

A route must created to access the resource from url (ie. /<resource_id>?).

Limitations:

  • valid json: check mimetype + parsing
  • file size: <100kb?
  • time: 1 week?

roipoussiere avatar Sep 12 '22 09:09 roipoussiere