This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Overlay to improve preloading/filtering (#486)
* Add preload fields in serialisers * Add Overlay and Orchestrator * Set up AccountOverlay and MembershipOverlay * Create all overlays, handle filters and implement TransactionOverlay * Prevent warnings from breaking in test ENV * Overlays for AuthToken and API Key * Implement ExchangePairOverlay * Refactor CategoryController with Overlay * Add filters to CategoryOverlay * Remove preloading from ExchangePairSerializer * Refactor KeyController with KeyOverlay * Refactor MembershipController to work with MembershipOverlay * Add preloading to KeyOverlay * Refactor MintController with MintOverlay * Refactor Consumption controllers with ConsumptionOverlay * Add filter fields to consumption overlay * Use overlay for transaction request / consumptions * Update TransactionController-s with overlay * Refactor AuthController with Overlay * Use Overlay for Wallets/Users * Add module docs * Mix Credo issues * Refactor TokenController with overlay * Remove unneeded aliases * Fix format * Add preloading for exchange pair in transaction overlay * Mix format 1.6.5 * Remove Embedder * Update doc for Orchestrator * Add missing Behaviour to overlay * Remove Embedder tests
- Loading branch information
Thibault
authored
Oct 9, 2018
1 parent
4bccae1
commit 801d30c
Showing
84 changed files
with
1,548 additions
and
903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.