You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, in Timelines, a user could add a label to events that would show up in the Explore view as well as suggestions in the text field.
With the new UI, we try to migrate everything to use tags instead. E.g. the quick access buttons for good, bad and suspicious if clicked will add a tag to the event.
Problem
Now if a user is accessing the same data with old and new UI, it might be confusing as a label:suspicious != tag:suspicious but both might show up in the Quick suggestion view.
Solution
We can discuss how to conquer that
Make a script that goes over all old events and migrate labels to tags
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Background
In the past, in Timelines, a user could add a label to events that would show up in the Explore view as well as suggestions in the text field.
With the new UI, we try to migrate everything to use
tags
instead. E.g. the quick access buttons forgood
,bad
andsuspicious
if clicked will add a tag to the event.Problem
Now if a user is accessing the same data with old and new UI, it might be confusing as a
label:suspicious
!=tag:suspicious
but both might show up in the Quick suggestion view.Solution
We can discuss how to conquer that
label != tag
in the UIBeta Was this translation helpful? Give feedback.
All reactions