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

Feature/allow user sorting #1069

Conversation

Precious-Macaulay
Copy link
Contributor

@Precious-Macaulay Precious-Macaulay commented Feb 17, 2024

Allow User Sorting of Issues

Closes #1013

Description

This pull request introduces changes to allow users to sort issues and tasks.

Purpose

The purpose of this pull request is to enhance the user experience by providing the ability to sort issues and tasks.

Solution

The code has been refactored to incorporate sorting functionality. The main changes include the removal of unnecessary dependencies, the introduction of new sorting components, and modifications to handle sorting in the UI.

Checklist

  • Code has been tested and works as intended
  • Properly documented code
  • Follows coding standards and guidelines
  • All tests pass
  • No conflicts with the current codebase

Related Issues

Closes #1013

Additional Notes

User can not sort by labels

Copy link
Member

@alexanmtz alexanmtz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Precious-Macaulay there's a suggestion to improve your code

frontend/src/components/task/task-table.js Outdated Show resolved Hide resolved
@alexanmtz
Copy link
Member

@Precious-Macaulay check one proposal here that uses a more integrated solution:
#1070

@webbdays webbdays mentioned this pull request Feb 20, 2024
6 tasks
@Precious-Macaulay Precious-Macaulay deleted the feature/allow-user-sorting branch February 20, 2024 19:22
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

Successfully merging this pull request may close these issues.

Allow user to sort issue
2 participants