You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Describe the feature or change you'd like
Currently there is no reducer which can be used to transform raw snek-client data to the needed format. There should be a reducer which takes that data and allows it to get certain types of transformed data blocks.
Additional context
All reducers should contain:
all() => gets all data
getRecent() => gets last added data
getBySource() => gets data filtered by source
The text was updated successfully, but these errors were encountered:
Describe the feature or change you'd like
Currently there is no reducer which can be used to transform raw snek-client data to the needed format. There should be a reducer which takes that data and allows it to get certain types of transformed data blocks.
Additional context
All reducers should contain:
The text was updated successfully, but these errors were encountered: