Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
273 stars 48 forks source link

Finding existing tags via Add Tags should be consistent across all Pocket offerings #274

Open brnnnfx opened 2 years ago

brnnnfx commented 2 years ago

User Story

The Add Tags experience in the extension should be consistent with other Pocket offerings so that users can quickly and easily add and edit their tags without having make adjustments based on the offering they are using. The find / search for existing tags should consistent because it is currently not and the inconsistency is confusing.

The find / search should match on any inputted characters, and not require the input to match the first characters in a tag string

Current experience

Follow these steps, the inconsistency that is confusing stands out.

Prerequisite: Have the iOS app installed & open, and have the extension installed on Firefox

  1. On any Pocket offering, add a tag called to-read to any article
  2. On the web (https://getpocket.com/my-list), add a new article (+ & paste a URL)
  3. Select Tag > input read and among your tag results, select to-read
  4. On the iOS app, repeat steps 2 & 3
  5. In your web browser, navigate to a page > select the Save to Pocket extension
  6. In the flyout that appears, click inside Add Tags > input read and among your tag results, select to-read ISSUE - to-read does not appear in the list of results, like it does on the web or iOS app
  7. Input to and among your tag results, select to-read ISSUE - Find / search only matches when the first characters in the tag string match in the browser extension

Acceptance Criteria

Implementation Details