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 the parser from this project #156

Open
brendo opened this issue Jul 4, 2017 · 2 comments
Open

Decouple the parser from this project #156

brendo opened this issue Jul 4, 2017 · 2 comments
Labels
Projects

Comments

@brendo
Copy link
Contributor

brendo commented Jul 4, 2017

For simplicity, the parser has been developed as part of the same project. This allowed for a faster development cycle as parser features were able to be implemented the by the UI in the same PR.

To allow the parser to be reused by other projects, and to separate concerns, the parser from Lincoln should be pulled out into it's own package.

This would be a good opportunity to switch to Typescript and have a rethink if the current implementation is scalable moving forward. I'd suggest doing #106 as a precursor to this ticket.

#146 would likely move to that project too.

@brendo brendo added the v3 label Jul 4, 2017
@brendo brendo added this to TODO in third phase Jul 4, 2017
@MikeRalphson
Copy link

There are two Typescript parsers listed here https://github.com/Mermade/awesome-openapi3/blob/master/README.md#parsersmodelsvalidators

@brendo
Copy link
Contributor Author

brendo commented Jul 24, 2017

Created https://github.com/temando/lincoln-transformer which will be the shell for this work.

@MikeRalphson Thanks! We're going to explore oai-ts-core and see how that goes.

@brendo brendo moved this from TODO to In Progress in third phase Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
third phase
In Progress
Development

No branches or pull requests

2 participants