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

Roadmap page #14

Open
hollisticated-horse opened this issue Aug 19, 2021 · 3 comments
Open

Roadmap page #14

hollisticated-horse opened this issue Aug 19, 2021 · 3 comments

Comments

@hollisticated-horse
Copy link
Contributor

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.

@hollisticated-horse
Copy link
Contributor Author

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.

@hollisticated-horse
Copy link
Contributor Author

Todo:

  • setup page architecture within website
  • check it works
  • check out github api
  • get page to generate styled elements from api

@octoshrimpy
Copy link

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"

image

attaching a bit of JS to the roadmap page, and having the issue number the specific checkmark is attached to just in a data-gh-issue attribute, it could make a request per attribute on page, and toggle the checkbox appropriately. at the end of each milestone, manually set them to checked to keep requests at minimum.

... In fact, I might be able to poke at this and get a PR going.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants