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

To do list #12

Open
3 tasks
aaranyak opened this issue Jul 3, 2023 · 1 comment
Open
3 tasks

To do list #12

aaranyak opened this issue Jul 3, 2023 · 1 comment

Comments

@aaranyak
Copy link

aaranyak commented Jul 3, 2023

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

@atharva0300
Copy link

atharva0300 commented Jul 6, 2023

✔️ Task 2 : Figuring out why we are not able to connect while running the code on a VM
Has been resolved.

Reason for the Error :
Postgres and pgAdmin were not installed and configured.
The Error was fixed after installaling and configuring them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants