Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggwpez/polkadot-mentor-issues
Display mentor issues from the Polkadot ecosystem.
https://github.com/ggwpez/polkadot-mentor-issues
Last synced: 5 days ago
JSON representation
Display mentor issues from the Polkadot ecosystem.
- Host: GitHub
- URL: https://github.com/ggwpez/polkadot-mentor-issues
- Owner: ggwpez
- License: gpl-3.0
- Created: 2024-02-04T16:58:19.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T20:33:26.000Z (about 2 months ago)
- Last Synced: 2024-09-17T02:02:42.014Z (about 2 months ago)
- Language: Rust
- Homepage: https://mentor.tasty.limo
- Size: 621 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polkadot Mentor Issue Board
Lists some good issues for people that want to work on the Polkadot SDK. The list is updated every 6 hours.
# Deployment
It is a single binary without the need for a static asset directory. Build and start with:
```bash
cargo install --path .
polkadot-mentor-issues --endpoint 0.0.0.0 --port 8080
```# Columns
Explanation for each row that you can see on [mentor.tasty.limo](https://mentor.tasty.limo):
![Overview](static/twitter.png)
## Title
The title as given by the author of the issue.
## Difficulty
An estimated difficulty as given by the author.
## Status
Whether this issues is `Free` or `Taken`. It currently does not know whether there is a Merge Request attached, since the GitHub API does not easily expose this.
## Type
A best-effort classification of the type of this issue.
## Author
Who initially created this issue.
# License
The SPDX license identifier is GPL-3.0-only. See [LICENSE](LICENSE).