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

Problem with marking task as done #1286

Open
nirala-ts opened this issue Oct 25, 2024 · 1 comment
Open

Problem with marking task as done #1286

nirala-ts opened this issue Oct 25, 2024 · 1 comment

Comments

@nirala-ts
Copy link

Describe the bug
When attempting to mark a task as completed, the application does not update the task status as "Done." The task remains in the "Pending" or "In Progress" state even after the user selects the option to mark it as completed.

To Reproduce
Steps to reproduce the behavior:

  1. Open the app and navigate to the task list.
  2. Select a task that is currently in the "In Progress" state.
  3. Click the option to mark the task as "Done."
  4. Refresh the task list or navigate back to the main screen.

Expected behavior
The task should be marked as "Done" and moved to the appropriate section for completed
tasks.

Actual behavior
The task status does not change, and it remains in the "In Progress" section. No confirmation or error message is displayed to indicate whether the action was successful or failed.

Desktop (please complete the following information):

  • OS: Mac OS Ventura 13.5
  • Browser: safari
  • Version: 16.6

Additional context
This issue has been reproduced multiple times, and it seems to affect both tasks created by the user and tasks assigned to them. The lack of feedback after attempting to mark a task as completed makes it difficult to determine whether the action was processed by the app.

@damithc
Copy link
Contributor

damithc commented Oct 28, 2024

Thanks for reporting this @nirala-ts
This is a known problem. We haven't got to fixing it as it doesn't affect the CATcher's main functionality that much. The workaround is to type - [x] if you want an item to appear as ticked.

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

No branches or pull requests

2 participants