worknenjoy / gitpay

Bounties for issues on demand. Be rewarded by learning, using Git workflow and continuous integration
http://gitpay.me
Other
180 stars 160 forks source link

Feature/allow user sorting #1069

Closed Precious-Macaulay closed 4 months ago

Precious-Macaulay commented 4 months ago

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

Related Issues

Closes #1013

Additional Notes

User can not sort by labels

alexanmtz commented 4 months ago

@Precious-Macaulay check one proposal here that uses a more integrated solution: https://github.com/worknenjoy/gitpay/pull/1070