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
We currently have no information about what available tasks exists for an app in the frontend. In the task: Altinn/app-frontend-react#1508 I am rewriting navigation to use the URL to contain the state about which task and which page the user is currently viewing. This gives the added benefit of being able to navigate to a particular page in a particular task.
To be able to do this we need to extend the current GET /process endpoint to contain information about all available tasks and their task types.
Additional Information
URL contains information about task and page:
Navigating to a previously closed task:
The text was updated successfully, but these errors were encountered:
Description
We currently have no information about what available tasks exists for an app in the frontend. In the task: Altinn/app-frontend-react#1508 I am rewriting navigation to use the URL to contain the state about which task and which page the user is currently viewing. This gives the added benefit of being able to navigate to a particular page in a particular task.
To be able to do this we need to extend the current
GET /process
endpoint to contain information about all available tasks and their task types.Additional Information
URL contains information about task and page:
![image](https://private-user-images.githubusercontent.com/26043795/284226498-06c200da-7e9a-47d5-99a8-72ea72797186.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mzg0NTMsIm5iZiI6MTczODkzODE1MywicGF0aCI6Ii8yNjA0Mzc5NS8yODQyMjY0OTgtMDZjMjAwZGEtN2U5YS00N2Q1LTk5YTgtNzJlYTcyNzk3MTg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE0MjIzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdjNjEzNzcwNmVjZGMxMWZlOTM3MTU2ZjJlZjRlNWI5NDA2YWM1OGYwNDcxYzlkMjllZTNhNDI5YTVmMDc4ODQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.n0q6-3AcvE4roQUQkrBVdT5Ai1znCq8YYjtyrgzQb5w)
Navigating to a previously closed task:
![image](https://private-user-images.githubusercontent.com/26043795/284226795-5d0a040a-9ae3-4f66-8f8a-99d2823ee174.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mzg0NTMsIm5iZiI6MTczODkzODE1MywicGF0aCI6Ii8yNjA0Mzc5NS8yODQyMjY3OTUtNWQwYTA0MGEtOWFlMy00ZjY2LThmOGEtOTlkMjgyM2VlMTc0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE0MjIzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFmNTZkMDk1Y2U2NDc3Mzg3ODNjOTM0OGEyYTRkNzcyMDMzOGE0MDVlODJlNmMxNTU4MjIxYWU0M2QwMjlkMGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YFJYgQwwuUO6dnNiCMjlL2Sdu4Dnacyg25QoWA1Npo0)
The text was updated successfully, but these errors were encountered: