uluturki / social-annotate

Helps to annotate social media by bringin everything into the natural experience of platforms and keeping records straight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Guided Tour Mode

uluturki opened this issue · comments

Implement a mode that can be toggled on/off that will direct the page to the profile of the next person on a list provided through configuration (options page).

This will allow a much more pleasant experience for people using touch-screen devices in portrait mode to annotate, alleviating the need to keep track of a user list and click links / navigate on a separate window.

There are 2 main concerns before closing this:

  • If the real screen name case doesn't match the config, app breaks (keeps redirecting to the same user). This must be handled, possibly by updating the screen name in the config by whats on the page after twitter redirect to the correct page. Or we might want to mark user doesn't exist if exact case match doesn't exist.

- [ ] Compare user list for guided mode with stored annotations so far, so there won't be duplicate (means overwritten for us) annotations if user was already annotated outside the guided mode. Overwrite handling should be a separate task. If the userid is entered in the list, it should still be brought out with a note that a record already exists for that user.

Decided to keep the userid as entered instead of correcting its case, let twitter do its thing but we should not be messing with the id list provided to us.

Overwrite is a separate issue, this one is done now.