Skip to content

tstreamDOTh/scrum_helper_extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRUM Helper

This chrome extension helps you to write scrums in google groups for FOSSASIA related projects. You need to add your github username, dates, and other options. It fetches your PRs, Issues, and the PRs you reviewed from Github API, and prefills the SCRUM. You can edit the scrum further to meet your needs.

How to install

1. Clone this repository.
2. Goto `chrome://extensions` on your chrome browser.
3. Turn on developer mode if not already on.
4. Load unpacked extension from `src` folder.
5. Click on the Scrum Helper icon you see on your browser toolbar.
6. Fill in the settings in the popup
7. Open https://groups.google.com/forum/#!newtopic/<groupname>
8. Refresh the page for new settings to reflect

Setting up the code locally

$ git clone https://github.com/hkedia321/scrum_helper_extension/
$ cd scrum_helper_extension
$ npm install

Screenshots

SCRUM

POPUP

About

This extension helps in writing Srums in google groups, particularly related to FOSSASIA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • HTML 17.5%
  • CSS 2.9%