Skip to content

Add autocompletion when writing a tweet. TG-42 #ready-for-test

Killian Kemps requested to merge features/autocompletion into develop

Taiga task: https://tree.taiga.io/project/qowala-live/task/42

When a user is writing a tweet with mention @, he should be able to have username in suggestion. The tabkey and arrows key should let him select a username in the list.

  • Retrieve user's followers from Twitter API if not in cache
  • Retrieve fresh list of user's followers at each login
  • Search in the user's followers
  • Display suggested usernames
  • Autocomplete the username in the tweet
  • Write tests

Merge request reports