-
Notifications
You must be signed in to change notification settings - Fork 5
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
Move osrd-ui into main osrd repository #451
Comments
Random notes:
|
|
One more topic not yet discussed: osrd-ui storybook deployment (automatic publication on GitHub pages). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description and goal
A pain point when working on osrd-ui is that it's tricky to work on osrd-ui and test the changes in OSRD in a real-world scenario instead of a storybook. Additionally, osrd-ui changes are costly: each time we want to update osrd-ui (e.g. for a bugfix or small enhancement) we need to create a new osrd-ui release and then bump the osrd-ui dependency in OSRD's
package.json
.We could move osrd-ui into a subdirectory of the main OSRD repository. osrd-ui's NPM packages would continue to work as usual. OSRD's front could pull osrd-ui from a local directory instead of the NPM registry.
Possible roadblocks:
Acceptance criteria
.
The text was updated successfully, but these errors were encountered: