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

Refactor server into api and service pacakges #709

Open
danielballan opened this issue Apr 3, 2024 · 0 comments
Open

Refactor server into api and service pacakges #709

danielballan opened this issue Apr 3, 2024 · 0 comments

Comments

@danielballan
Copy link
Member

This is a long-standing idea that I think we have not yet captured in GH Issues: Separate the HTTP and FastAPI code from the rest of the Tiled service code. I like that this will:

  • make the code easier to navigate
  • make it possible to test the "service" separate from the HTTP API
  • isolate our dependency on FastAPI, laying track for migrating to other frameworks in the far future if we need/want to

I think this will take care to do well, and I am not sure when to prioritize it, but I think it should eventually happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant