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
After I had entered a task and pressed button "Create another task", the new comment field was already pre-filled with the comment of the previous task. I don't see any reason why this should happen.
When I look at the tasks through the REST API, there is a mismatch: each comment is at the comment field of the NEXT task (and the first task has no comment.) https://aplans.api.hel.ninja/v1/action_task/454/ I might have entered these into wrong boxes because they are so high that you don't easily see the title. But I don't think so, because the last comment disappeared althogether.
When I look at the action page (144), I can actually see the new tasks and their wrong comments. BUT when I correct the comments into right boxes, these changes are NOT updated to the page but they ARE updated to the REST API.
When I update the status of a task (telling that it has been done), is IS updated to REST API but NOT on the action page.
Conclusion: citizen user interface does not take data directly from the REST API but from some intermediary location that is not updated continuously. Is this a good design? Is this done because the action identifiers on the citizen UI appear to be the same as the action number but they are actually not?
The text was updated successfully, but these errors were encountered:
Strange behaviour:
Conclusion: citizen user interface does not take data directly from the REST API but from some intermediary location that is not updated continuously. Is this a good design? Is this done because the action identifiers on the citizen UI appear to be the same as the action number but they are actually not?
The text was updated successfully, but these errors were encountered: