-
Notifications
You must be signed in to change notification settings - Fork 15
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
WFNEWS-1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1485: Wildfire List #1159
Conversation
No implementation for Filters, Search by location at this point
let whereString = '' | ||
|
||
if (this.searchText && this.searchText.length > 0) { | ||
whereString += `(EVENT_NAME LIKE '%${this.searchText}%' OR ORDER_ALERT_STATUS LIKE '%${this.searchText}%' OR ISSUING_AGENCY LIKE '%${this.searchText}%') AND (` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor, but could we maybe create a class and store these sql queries separetly? It may be hard to read/ maintain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so we are just putting these icons in place but not using them yet?
Updates to wildfire List
Also includes additions for the other list view pages in 1475, 1476 and 1477
Also includes mobile screen additions for 1478, 1479, 1480, 1481
Filters page included for 1482, Search included for 1485
Removal of old current events component