Skip to content
New issue

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

Databrowser > Detailed Querying #68

Open
2 tasks
cf7 opened this issue Mar 7, 2017 · 0 comments
Open
2 tasks

Databrowser > Detailed Querying #68

cf7 opened this issue Mar 7, 2017 · 0 comments
Milestone

Comments

@cf7
Copy link
Collaborator

cf7 commented Mar 7, 2017

There are two key features that SPY staff will need come June which have not been implemented yet . . .

Advanced QueryBuilding

  • the ability to chain more WHERE conditions with AND's and OR's

Use Case:
Search the RESOURCE client [WHERE first_name is exactly "John" ] AND [WHERE last_name is exactly "Doe"]

query_building

Views

  • the ability to save and restore the result of a past query

Use Case:
Save the above built query into a View called "John Doe's profile" that can be retrieved later with a single click

views

The are several other features in other parts of the app that Databrowser will have to pick up slack for. For example, the Frontdesk page needs to have displays for past DropIn Sessions and all of the enrollment and checkin data associated with each DropIn (#43). However, due to time constraints, we will have to settle for letting Databrowser handling that kind of querying since Databrowser is a "query-everything" page.

Files:
static/js/search.js
templates/search.html

@cf7 cf7 added this to the Testing Round 2 milestone Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant