# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 6
# self = https://watcher.sour.is/conv/2mc4tha
@eldersnake Already merged! 👌 And yes I saw! 🥳 (_obviously_) 😂 Let me know when you want it listed on Yarn.social. Also as a conclusion to this conversation; the actual fix for this is to change the data structure for User.Followers to be a list of Follower objects instead of a map of nick -> url. The Follower object envisioning will have the following structure:

- The URL of the follower
- The Nick of the follower
- The Age of the follower

cc @lyse
@eldersnake Already merged! 👌 And yes I saw! 🥳 (_obviously_) 😂 Let me know when you want it listed on Yarn.social. Also as a conclusion to this conversation; the actual fix for this is to change the data structure for User.Followers to be a list of Follower objects instead of a map of nick -> url. The Follower object envisioning will have the following structure:

- The URL of the follower
- The Nick of the follower
- The Age of the follower

cc @lyse
And I _think_ the User.Following data structure needs to change as well from a map of nick -> url to a map of alias -> list_of_urls. Also cc @lyse as part of the Twtxtv2 spec rewrite.

The UX of yarnd and Goryon to match the new data structure where if you already follow a feed by a given alias you'll be prompted if you want to Merge it into an existing entry by that aliased name or create a New entry with a new alias.
And I _think_ the User.Following data structure needs to change as well from a map of nick -> url to a map of alias -> list_of_urls. Also cc @lyse as part of the Twtxtv2 spec rewrite.\n\nThe UX of yarnd and Goryon to match the new data structure where if you already follow a feed by a given alias you'll be prompted if you want to Merge it into an existing entry by that aliased name or create a New entry with a new alias.
And I _think_ the User.Following data structure needs to change as well from a map of nick -> url to a map of alias -> list_of_urls. Also cc @lyse as part of the Twtxtv2 spec rewrite.

The UX of yarnd and Goryon to match the new data structure where if you already follow a feed by a given alias you'll be prompted if you want to Merge it into an existing entry by that aliased name or create a New entry with a new alias.
@prologic Very cool! I still have to work on that topic for tt. ;-)