-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Important updates for the next pull request (After tonight's one)
- CAD model API needs to function for multiple users
I can think of two ways of solving this:
- Using unique filenames for each user's model.
- Or, Directly sending the CAD model data through the http request, and parsing it in the frontend.
I think this is the better solution, since in this way the file is stored on the server for minimal amount of time.
You might be able to use this function to parse the incoming obj data https://threejs.org/docs/#examples/en/loaders/OBJLoader.parse
- Figuring out why we are not able to connect while running the code on a VM
- Restructuring the report api code, so that it followes the original structure
> So that the code that communicates with the Osdag application and the API are separate
> Please write any structural changes in SUMMARY.md
Please comment if we need to add other important changes to the to do list
Metadata
Metadata
Assignees
Labels
No labels