Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shipping orders should generate the printable and store it somewhere #43

Open
avikalpg opened this issue Feb 20, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@avikalpg
Copy link
Owner

Currently, when a user orders a 3D print, we only save the details that help us regenerate the 3D model on our own and print it.
However, if the user is generating the 3D model using their own access key, we might not be able to regenerate it (for example, when they have a self-hosted GitHub).

Expected behaviour

  • When the user orders a skyline, along with the order details, we should also save the 3D model (as STL) in our storage (can be Google Drive or Vercel blob).
  • The link to the STL file should be stored in the spreadsheet along with the order details.
  • For generating the STL, 'scale' should be set to 3 instead of the default value.
@avikalpg avikalpg added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant