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

Allow sorting by Stars and Forks fields #5

Closed
andynog opened this issue Apr 2, 2021 · 1 comment
Closed

Allow sorting by Stars and Forks fields #5

andynog opened this issue Apr 2, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request ux
Milestone

Comments

@andynog
Copy link
Owner

andynog commented Apr 2, 2021

The default sorting is by last updated commit date so users can view the most recently updated project. But sometimes users might want to view popular (stars) or most forked projects. Allow the user to specify a sort parameters when running a discover projects command.

@andynog andynog added enhancement New feature or request ux labels Apr 2, 2021
@andynog andynog added this to the v0.0.2 milestone Apr 2, 2021
@andynog andynog self-assigned this Apr 2, 2021
andynog added a commit that referenced this issue Apr 5, 2021
andynog added a commit that referenced this issue Apr 6, 2021
* Update go.mod

* Fixing go mod dependencies

* Fix wrong path

* Fixing dependecies and sorting them

* Updating dependencies

* Adding v2 to go mod

* Added forks to discover projects table view (#4)

* Fixed discover module help message

* Logic to detect Cosmos SDK projects (#2)

* Changes implemented:
- Added support to allow sorting projects by number of forks or stars
- Added progress bar while discovering projects
- Minor fixes when displaying information

* Added entry to CHANGELOG for issue #5

* Add logic for the discover releases command (#1)

* Fixes to the releases command (#1)

* Lint fixes (#7)

* Update go-lint and golang version in CI (#7)
@andynog
Copy link
Owner Author

andynog commented Apr 6, 2021

Implemented sorting

@andynog andynog closed this as completed Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ux
Projects
None yet
Development

No branches or pull requests

1 participant