it-at-m / digiwf-project

Project repo for the DigiWF project automation platform.
MIT License
10 stars 1 forks source link

As a user, I want my current page number in the task list not to be lost when I change pages #341

Closed dominikhorn93 closed 1 year ago

dominikhorn93 commented 1 year ago

Description

When starting on a certain page in task editing, one often wants to edit the tasks on the same page one after the other. However, the position is not saved in the frontend store. That is why you always end up on the first page when you navigate to the list. The position should be stored separately in the frontend for each task list.

Tasks

lmoesle commented 1 year ago

Note: In another epic we implement pagination and fulltext search in the backend. Therfore, it would be useful to store the page information in url parameters to prepare the tasklist for https://app.zenhub.com/workspaces/digiwf-621f70bf50ea1100120b7e93/issues/it-at-m/digiwf-project/375

darenegade commented 1 year ago

@dominikhorn93 How much SP are left here?

dominikhorn93 commented 1 year ago

40% is done I guess.

dominikhorn93 commented 1 year ago

@StephanStrehlerCGI can you pick this up when implementing the pagination?