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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
tagsinstead. E.g. the quick access buttons forgood,badandsuspiciousif 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:suspiciousbut both might show up in the Quick suggestion view.Solution
We can discuss how to conquer that
label != tagin the UIBeta Was this translation helpful? Give feedback.
All reactions