Skip to content

If multiple team members work on the same Wasp project, we don't recognize it is the same project #34

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

Open
Martinsos opened this issue Mar 12, 2025 · 0 comments
Labels
question Further information is requested

Comments

@Martinsos
Copy link
Member

Because we calculate project_hash based on absolute path of the project, if we have multiple team members working on the same project, it will probably not be recognized as the same project, even though it has the asme name, since the location of project on their machines will be different (if nothing, then because of user name in the path).

What is the solution though? I can't think of anythign else at the moment except to add some kind of telemetry id to the project, that would be commited to the code version control (I think I have seen vscode do something similar?).

@FranjoMindek FranjoMindek added the question Further information is requested label Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants