Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I added several new tasks to an action (HNH2035/144), it seems that the comments entered did not match the tasks. #1

Open
jtuomist opened this issue Feb 7, 2019 · 0 comments

Comments

@jtuomist
Copy link

jtuomist commented Feb 7, 2019

Strange behaviour:

  1. 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.
  2. 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.
  3. 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.
  4. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant