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

Make it possible to compose application state from multiple indepdenent modules #12

Closed
pictographer opened this issue Jun 8, 2022 · 1 comment

Comments

@pictographer
Copy link
Contributor

We'd like to compose an application from independent modules each of which implements its own routes and has its own state. Tide only supports a single monolithic application state.

To compose an application, it should be sufficient to designate the modules to be composed. Tide-disco should load the corresponding api.toml files, register the appropriate route handler functions, and incorporate the module data in to the web server application state.

The discoverability layer needs access to all the route patterns and documentation, etc. so it can provide discoverable documentation, context-sensitive documentation, and error messages regarding route segment type checking and spelling.

@jbearer
Copy link
Member

jbearer commented Jul 15, 2022

This was made possible in #21

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

No branches or pull requests

2 participants