application-services icon indicating copy to clipboard operation
application-services copied to clipboard

Add a function that would delete page visits from timestamp to timestamp

Open mavduevskiy opened this issue 3 years ago • 2 comments

On Fenix side, history will squash same urls into a single item in certain time frames.

Let's say, we have a group '30 days'. Every google.com record will be combined into one view item in the list.

There is also a delete action available for the user. Usually, Fenix would provide a url and a timestamp to delete a record. But because of pagination it might prove to be difficult.

Thus, there is a need for a new method that would delete all the recordings about a specific urls in certain time frame.

┆Issue is synchronized with this Jira Task

mavduevskiy avatar Jan 18 '22 04:01 mavduevskiy

@mavduevskiy is going to take a stab at this, I'll help him out with code/reviews.

grigoryk avatar Jan 18 '22 05:01 grigoryk

We'll do this after https://github.com/mozilla/application-services/pull/4770 lands, assuming that's going to land soon-ish? cc @tarikeshaq

grigoryk avatar Jan 18 '22 05:01 grigoryk

Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1866348

Change performed by the Move to Bugzilla add-on.

mhammond avatar Nov 23 '23 22:11 mhammond