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

Feature: Monorepo #490

Open
Greenheart opened this issue Dec 16, 2024 · 0 comments
Open

Feature: Monorepo #490

Greenheart opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Greenheart
Copy link
Collaborator

Example structure:

apps/frontend
apps/api
apps/garbo
apps/types

Benefits

  • Sharing types, schemas and common utilities between projects
  • Easier to get started for new contributors
  • Smaller, more focused code bases for each module, which is easier to follow
  • Easier to maintain good documentation for each module, since it would be more focused
  • We could coordinate releases across all modules

Notes

  • Consider merging existing git repositories so we keep the history of the project. For example for the municipality data pipeline written in Python, the legacy frontend, and the new frontend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant