You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
standardize github issues to describe involved code, libraries, dependencies, repositories, etc..., so that they can be parsed by an algorithm and describe all aspects of an issue
prepare issue template
[ ]convert issues into issue template
make concept to derive ROADMAP and SPEC from issues automatically
and develop a form to interact with standardized issue so that we can make sure to not break the parseability by editing the issue manually (=> essentially github issues become the "backend" for the tool)
develop a library to checkout and parse the issue to be able to setup all code & repo's involved for development to solve the issue
context
Every development issue is related to code in files in one or more modules (e.g. dependencies).
In order to solve the issue, a developer who wants to contribute needs to clone all involved repositories, solve the issue and commit and push the changes to make a pull request.
goal
standardize issues to automatically be able to check out and set up all involved code and repositories in a way that a developer can start immediately with solving the issue and knowing where to look.
do (1.) in a way that will work inside a browser, so that it wont be necessary to use the command line
show ROADMAP and SPEC on page
show a list of all ecosystem modules in alphabetical order on github page
add convenience editor to consistently add/edit issues and sync with github issues via API
add notifications about upcoming tasks/events
sync all github issue etc... activity to file changes in a "backup" repository to have planning under version control in git
factor out all code into seperate tool module and make a static page specifying the data in standard format, but using tool module to generate the page
playproject-io/roadmapping - to contain the tool as a module and to use "dashboard" tool and sync to "roadmapping" repo data, but work on github and/or data
playproject-io/roadmapping - to contain the backup of all issues, etc... activity in files/folders
issues, etc... as "staging area" which is (can be) committed to the "organisation" repo
make concept of how to switch data from mono /organisation backup repo to a module specific repo folder to make it multi repo rather than mono repo when it comes to issues
switch from github accounts to authorise to dat backend
organisation - introduce and practice using playproject-io/roadmapping tool
repository management (e.g. bot to replace hackmd?)
add bot to track all stats of play ecosystem contributions (e.g. modules, contributors, PRs, commits, ...)
display activity in ethereum/play repo static page
@todo
delete all files butREADME.md
,.github/
andLICENSE
playproject-io/roadmapping
- to contain the tool as a module and to use "dashboard" tool and sync to "roadmapping" repo data, but work on github and/or dataplayproject-io/roadmapping
- to contain the backup of all issues, etc... activity in files/folders/organisation
backup repo to a module specific repo folder to make it multi repo rather than mono repo when it comes to issuesorganisation
- introduce and practice usingplayproject-io/roadmapping
toolroadmapping#20
: make interaction-graph moduleroadmapping#3
: automate devopscheck:
The text was updated successfully, but these errors were encountered: