-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Migrate Storybook to monorepo #742
Comments
@ndelangen I took a look at migrating issues to the mono-repo. Here's what I found:
Tested out This is better than nothing, but updates the issue/comment author and timestamp to the person who is running the script at the time the script is run. It also requires disabling two-factor authentication temporarily. I have not tested more complex features like migrating milestones/labels/etc. which are also supported. The experimental API is incrementally better than this, because it preserves the timestamp. However, it does not preserve the author information, closed-at, etc. and requires modifying the issue importer. |
from github support email:
So in whatever way we move issues over, the issues will never retain the original author. |
@ndelangen In that case, I think the |
DONE! |
More than a year in and this still makes me sad. Monorepos might make dev easier but definitely make support harder. |
How so? |
Searching issues is almost impossible for specific add-ons now. Unless every single issue is tagged with the add-on then knowing what applies to what is hard to do. Even if it is tagged, searching will still most likely pull non-related things in. |
I see, that's a valid point. We try to label things as much and accurate as possible. Do you have any suggestions what we could do to improve things? |
Creating this issue to track the work you're doing on moving Storybook to a mono-repo (and the associated bookkeeping).
The text was updated successfully, but these errors were encountered: