yavin-dev / framework

A framework for rapidly building production quality analytics applications
https://yavin.dev
MIT License
85 stars 35 forks source link

Update: Move fact service to client and make ember wrapper #1676

Closed kevinhinterlong closed 2 years ago

kevinhinterlong commented 2 years ago

Description

Moves the fact service to the client package. We currently do not do any cancellation for fact queries from the UI, so we should refactor that later, but I've verified by adding a delay and calling cancel() on the task wrapper instance that it cascades down properly

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.