Page MenuHomeSoftware Heritage

Authenticated users should be able to browse their save code now requests
Closed, MigratedEdits Locked

Description

Currently, only the whole set of save code now requests can be browsed through the Web UI.

That's not really handful for a user who wants to know the statuses of the requests he submitted.

We should give the possibility for an authenticated user to browse the save requests he created
in a new tab of the user profile page.

This would require to extend the save code now request django model with a new field storing
the id of the user that submits it.

Event Timeline

anlambert triaged this task as Normal priority.Apr 19 2021, 11:50 AM
anlambert created this task.
anlambert changed the task status from Open to Work in Progress.May 3 2021, 2:09 PM

This is now implemented and deployed to production: a new checkbox to filter user own requests has been added to the Save code now Web UI.