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

[Feat] Implement Task Priority #7

Open
pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Open

[Feat] Implement Task Priority #7

pranavkonidena opened this issue Dec 7, 2024 · 0 comments
Labels
easy This is an easy issue worth 15 points

Comments

@pranavkonidena
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently, there is no clear way to differentiate tasks based on their importance or urgency. Without task prioritization, users may find it difficult to manage their tasks efficiently, especially when dealing with multiple tasks that need attention.

Describe the solution you'd like
Implement a priority system for tasks that allows users to assign a priority level (e.g., High, Medium, Low) to each task.
Display tasks in priority order, with high-priority tasks appearing at the top of the task list.
Allow users to set or change the priority of a task when creating or editing a task.
Optionally, use color coding or icons (e.g., red for high priority, yellow for medium, and green for low) to visually distinguish tasks based on their priority.

Additional context
Allow users to select the priority level when creating or editing a task via a dropdown or a set of radio buttons.
Ensure that tasks are dynamically reordered when the priority level is changed.

@pranavkonidena pranavkonidena added the easy This is an easy issue worth 15 points label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy This is an easy issue worth 15 points
Projects
None yet
Development

No branches or pull requests

1 participant