-
Notifications
You must be signed in to change notification settings - Fork 4
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
Roadmap page #14
Comments
Okay, I'm going to see there is a way to use the github api to get the projects content for each release. See how that looks. |
Todo:
|
Looks like it wouldn't be too hard to do, as per the official api I was able to get the state of a closed issue, as well as its state reason. curl -H "Accept: application/vnd.github+json" https://api.github.com/repos/syphon-org/landing/issues/17 | grep "state" attaching a bit of JS to the roadmap page, and having the issue number the specific checkmark is attached to just in a ... In fact, I might be able to poke at this and get a PR going. |
A high level roadmap to help users or potential users track what is up and running, what is being worked on and what is planned for the future.
Could use github in some way to indicate clearly on both the website and github what's going on.
The text was updated successfully, but these errors were encountered: