Zephyr dash: user organization name
Can you share with me how zephyr dashboard is automatically grabbing org name and project name please? Because I had an organisation inside the dashboard but I deployed a new project and the app is inside a different org. Thanks
5 Replies
We use the github organization name
great, so with this remote
https://github.com/learn-by-do-ing/ngrx-book
will be:
- org: learn-by-do-ing
- app: ngrx-book
right?I think (can test) but it would be
learn-by-do-ing/ngrx-book/ngrx-demo
learn-by-do-ing (org name)
ngrx-book (repo name)
ngrx-demo (package.json name)
org/project/application
so if you were to change the ngrx-book
repo to a monorepo and have several apps in it, they would be be housed under the same project in zephyr.Thanks for your clarifications
GG @Giorgio Boa, you just advanced to level 6!