An open API service indexing awesome lists of open source software.

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.

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.