casmlab / stack

The BITS Lab STACK tool for social media collection and analysis.
http://bits.ischool.syr.edu/
MIT License
1 stars 0 forks source link

separate tabs for tweets by that handle and tweets by others #11

Closed libbyh closed 7 years ago

libbyh commented 7 years ago

We talked about this at the lab meeting Friday, and I just wanted to get it written down.

IF Twitter API call is type track

THEN When a user clicks the handle in the controller detail page, the view that pops up should have two tabs: "View [handle]'s tweets" and "View replies and RTs"

These tabs shouldn't appear for follow collectors because they contain different results. See the API docs about follow and track calls.

pratik27shah commented 7 years ago

Done partially and for final completion firstly the issue 12 needs to be solved,updated code for track,need to handle the follow case

pratik27shah commented 7 years ago

even for API Filter follow data is present in both the cases "View [handle]'s tweets" and "View replies and RTs"

libbyh commented 7 years ago

Titles of those tabs should be as described above