https://github.com/logseq/ranker
Ranker is the home for prioritizing and tracking issues and feature requests. We pull in tickets from GitHub and discussions from Discourse, and use algorithm to rank requests so the most important features get built first.
https://github.com/logseq/ranker
Last synced: 2 months ago
JSON representation
Ranker is the home for prioritizing and tracking issues and feature requests. We pull in tickets from GitHub and discussions from Discourse, and use algorithm to rank requests so the most important features get built first.
- Host: GitHub
- URL: https://github.com/logseq/ranker
- Owner: logseq
- Created: 2023-05-16T14:07:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T09:20:24.000Z (over 2 years ago)
- Last Synced: 2025-09-13T13:20:57.382Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### This is a track board for LogSeq issues.
Run: `GITHUB_ACCESS_TOKEN= python ranker/gh2md.py logseq/logseq logseq-issues.md --no-closed-prs --no-closed-issues`
Algorithm v 0.0.1:
```
( * 2 + ) *
```
#### Credits:
https://github.com/mattduck/gh2md
Adopt to LogSeq's Markdown format, with the info of interest.