Skip to content
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

Decouple web validator deployment from core validator releases #1911

Open
davidgamez opened this issue Oct 28, 2024 · 0 comments
Open

Decouple web validator deployment from core validator releases #1911

davidgamez opened this issue Oct 28, 2024 · 0 comments
Labels
enhancement New feature request or improvement on an existing feature status: Needs triage Applied to all new issues tests Anything related to our tests.

Comments

@davidgamez
Copy link
Member

Describe the problem

The web validator service and UI components are tied to the gtfs releases. This introduces an unnecessary blocker to release the service and UI faster.

Proposed solution

  • Restructure maven projects to allow the web project to be released independently from core projects. This will imply using Maven dependencies to the core module from the Maven central rather than the parent module.
  • Allow the deployment of the web layer to be independent of core releases. This means that production deployment will always use the latest released core libraries.

Alternatives you've considered

No response

Additional context

No response

@davidgamez davidgamez added enhancement New feature request or improvement on an existing feature status: Needs triage Applied to all new issues tests Anything related to our tests. labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request or improvement on an existing feature status: Needs triage Applied to all new issues tests Anything related to our tests.
Projects
None yet
Development

No branches or pull requests

1 participant