We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a module that:
Functions
.export(filterArrayObject) -- accepts a filter array object, returns the CSV POST response
.mainPane() -- provide a single textarea to enter a filter as string, returns the CSV response for that filter
Integration w/ Persona Table:
-- Add an export icon to the upper right of the Persona Table (part of the Filter Component) -- Onclick triggers CSV Module Export call
Initial Test Cases:
All Personas:
[]
Select Personas:
[ { "type":"agency", "key":"obey", "levels":[1, 5, 9, 10, 11], "confidence": { "min": ".75", "max": "1" }, "filter": [ { "type": "field", "key": "id", "value": "[email protected]", "operator": "=", "not": false } ] } ]
The text was updated successfully, but these errors were encountered:
tbenbow
No branches or pull requests
Create a module that:
Functions
.export(filterArrayObject)
-- accepts a filter array object, returns the CSV POST response
.mainPane()
-- provide a single textarea to enter a filter as string, returns the CSV response for that filter
Integration w/ Persona Table:
-- Add an export icon to the upper right of the Persona Table (part of the Filter Component)
-- Onclick triggers CSV Module Export call
Initial Test Cases:
All Personas:
Select Personas:
The text was updated successfully, but these errors were encountered: