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

Document architectural decisions #24

Open
acelaya opened this issue May 8, 2024 · 0 comments
Open

Document architectural decisions #24

acelaya opened this issue May 8, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@acelaya
Copy link
Member

acelaya commented May 8, 2024

  • Using EntitySchema instead of decorators for TypeORM entities. This is due to using tsx in dev, which does not support tsconfig's emitDecoratorMetadata.
  • Using tsx vs ts-node or plain javascript in dev.
  • Proxying Shlink's API via RPC instead of REST.
  • Dependency injection approach for route loaders and actions.
@acelaya acelaya added the documentation Improvements or additions to documentation label May 8, 2024
@acelaya acelaya added this to the 0.1.0 milestone May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Todo
Development

No branches or pull requests

1 participant