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 has been archived by the owner on Mar 9, 2020. It is now read-only.
Refer: hwsc-org/hwsc-app-gateway-svc#9 (comment)
Filter Store
Contains all states related to filters and methods that manipulate these states.
States
filters: array of hardcoded strings
hard coded
Used in a dropdown menu to display to users the type of filters that are available and can choose from.
Filter types: publishers, call types, ground types, regions, oceans, sensor, sample rates, geographic coordinate, date
publishers: array of type Publisher
retrieved from backend
Used to generate a list of selectable, available publishers by their firstName and lastName. Sortable by
firstName
orlastName
.callTypes: array of strings
retrieved from backend
Used to generate a list of selectable, available call types, i.e: Herd, Friend, Feed Point, Dependency Migration.
groundTypes: array of strings
retrieved from backend
Used to generate a list of selectable ground types, i.e: Social Ground, Atlas, Breeding Migrating.
---- [NEEDS MORE INFO] regions: array of strings || array of type Region
retrieved from backend
Used to generate a list of selectable, available regions.
oceans: array of strings
hard coded
Used to generate a list of selectable oceans.
Oceans: Pacific, Atlantic, Indian, Southern, and Arctic.
sensors: array of type Sensor
retrieved from backend
Used to generate a list of selectable, available sensor by their
tag
andname
. Sortable bytag
orname
.Getters
Mutations
SET_PUBLISHERS
Actions
Set actions should follow the same pattern below:
some state
is not setfor whatever you need
.some state
Sets
5 hashes
6 hashes
The text was updated successfully, but these errors were encountered: