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
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
ethereum-play/dashboard - to contain the tool
ethereum-play/organisation - to contain the backup of all issues, etc... activity in files/folders
ethereum/play - to use "dashboard" tool and sync to "organisation" repo, but work on github 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
The text was updated successfully, but these errors were encountered:
@todo
delete all files butREADME.md
,.github/
andLICENSE
ethereum-play/dashboard
- to contain the toolethereum-play/organisation
- to contain the backup of all issues, etc... activity in files/foldersethereum/play
- to use "dashboard" tool and sync to "organisation" repo, but work on github issues, etc... as "staging area" which is (can be) committed to the "organisation" repo/organisation
backup repo to a module specific repo folder to make it multi repo rather than mono repo when it comes to issuesThe text was updated successfully, but these errors were encountered: