Mango-information-systems / twitto_be

twitto_be is a real-time tweets analytics dashboard
https://twitto.be
Other
12 stars 2 forks source link

@username search #17

Closed mef closed 11 years ago

mef commented 11 years ago

add a @username search to let visitors lookup the rank of a specific person. Depends on #16

Search result display logic:

the resulting row should be highlighted (i.e. changing background's color)

If the searched user is already present in the page
    then scroll to his position
else
    if the user belongs to the currently filtered category
        then display the user in an extra row at the bottom of the table, even if there is a gap between rank of last displayed user and of searched user.
    else
        remove the category filter and display the user in the global ranking

update 16-07-2013:

mef commented 11 years ago

Would this one fit in 0.3 ?

mef commented 11 years ago

alternative logic: on user search, display a user profile page, showing his rank in each category he belongs to.

PanosSynetos commented 11 years ago

Currently I have implemented a simple filtering directly on the datagrid. Please have a look when I commit and we can discuss

mef commented 11 years ago

issue with current implementation:

  1. search a specific term and submit the form. Results get displayed
  2. close browser
  3. reopen browser. data table is empty, an alert shows "No Results Found", instead of displaying users.

Expected behavior would be either to show results of the previous browser session's search, or to display all twittos without term filtering (therefore also clearing the search text input)

happens at least in firefox.