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

Add status on tasks and notifications #177

Open
8 tasks
RMCampos opened this issue Nov 22, 2024 · 0 comments
Open
8 tasks

Add status on tasks and notifications #177

RMCampos opened this issue Nov 22, 2024 · 0 comments
Labels
enhancement New features or improvements feature-request Feature request by users full-stack Pull requests that update both Javascript and Java code

Comments

@RMCampos
Copy link
Collaborator

Brief description

Allow users to define task statuses. Statuses are pending, in-progress, completed. Also include a simple notification system to let users know that a due date is close.

User Story

As a user, I want to be able to assign a status and receive notications for my tasks.

Acceptance Criteria

  • The task should be created with 'pending' status;
  • Users can update the task progress by updating the status;
  • Users can filter tasks by status;
  • Notify users about tasks that will be due within the next 24 hours;
  • Notify users about tasks that are overdue.
  • Users can enable and disable notifications;
  • Tests passing
  • PR merged

Additional context

@RMCampos RMCampos added enhancement New features or improvements full-stack Pull requests that update both Javascript and Java code feature-request Feature request by users labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or improvements feature-request Feature request by users full-stack Pull requests that update both Javascript and Java code
Projects
None yet
Development

No branches or pull requests

1 participant