In-reply-to » Playing around with an implementations of Liats and Filters Media đź‘Ś

@justamoment@twtxt.net I can easily revert this as it’s all behind a feature flag. My idea(s) so far are to:

  • Build a UI around “filtering”
  • Build the “Lists” feature (not-yet-started) where you can add one or more feeds to a list and generate a view from that.

Does this make sense?

I’m not entirely sure whether the “Filters” should be “inclusive” or “exclusive” – On the backend (yarnd) they are implemented as functions that operate on a list of Twts (that make up a view) and if the function return true that Twt remains part of the view, if not it is dropped.

⤋ Read More