Better team development experience? #2232
Unanswered
lanegoolsby
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that the workbench is dead my team needs a solution for how to have multiple developers working on the same project at the same time. Using a fully qualified tenant URL instead of localhost in the serve.json makes that difficult. Our Add-in uses lists and libraries. If every developer uses the same site then people are going to start clobbering each other's data.
Previously our code worked fine in local mode because we mocked the list's schema as a JSON include. I suppose I could continue with this pattern in our Test environment but that seems...unnecessary(?).
I'd appreciate some guidance on doing development in a team setting. Is the recommendation to modify the serve.json per each team member with their own site collection? Is there some mechanism to make the initial page dynamic that I haven't seen yet? Or is there another option I'm not aware of?
Beta Was this translation helpful? Give feedback.
All reactions