You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Important updates for the next pull request (After tonight's one)
> 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
The text was updated successfully, but these errors were encountered: