-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak readme, remove dev dependencies, update extend-me
- Loading branch information
Showing
2 changed files
with
4 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# datasaur-base | ||
|
||
Abstract base class for Hypergrid data model modules. | ||
Abstract base class for **Hypergrid** data models. | ||
|
||
The cascading data model consists of a data owner module at the bottom with zero or more data transformer modules attached. | ||
|
||
The data owner module should extend from `datasaur-owner` (which extends from this class, `datasaur-base`), while the transformer modules should extend directly from this class. | ||
|
||
[email protected] together with datasaur-owner@3.0.0 implements the [data model interface](https://fin-hypergrid.github.io/3.0.0/doc/dataModelAPI) with fallbacks, superseding `fin-hypergrid-data-source-base` (which will no longer be maintained). | ||
`[email protected]` together with datasaur-local3.0.0 implements the [data model interface](https://github.com/fin-hypergrid/core/wiki/Data-Model-API) with fallbacks, superseding `fin-hypergrid-data-source-base` (which will no longer be maintained). | ||
|
||
Data Controllers are no longer supported by Hypergrid as of version 3.0.0 and are no longer supported by the data model. In their place, data models now accept interface setup from the application, which should include a `dispatchEvent` method which data models call to trigger events on the application. | ||
**Hypergrid v2** "data controllers" are no longer supported by **Hypergrid v3** and are no longer supported by the data model. In their place, data models now accept interface setup from the application, which should include a `dispatchEvent` method which data models call to trigger events in Hypergrid and on the application. |
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