LearnNewsExamplesServices
Frontmatter
id3736
titleStores should support a Reader
stateClosed
labels
enhancementstale
assignees[]
createdAtJan 2, 2023, 1:20 AM
updatedAtSep 14, 2024, 4:26 AM
githubUrlhttps://github.com/neomjs/neo/issues/3736
authorDinkh
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 14, 2024, 4:26 AM

Stores should support a Reader

Closed v8.1.0 enhancementstale
Dinkh
Dinkh commented on Jan 2, 2023, 1:20 AM

Sometimes data for a store are delivered in a strange way. Instead of using a request and populate the store after working with the data, I would like to see a reader, which prepares the incoming data.

The reader should contain a function that allows the developer to transform the incoming data and return the data, in a way the model understands it.

Dinkh added the enhancement label on Jan 2, 2023, 1:20 AM
Dinkh changed title from Models should support a Reader to Stores should support a Reader on Jan 2, 2023, 8:40 PM