/standup-extension

Chrome extension to facilitate standup calls

Primary LanguageTypeScript

Standup - Chrome extension

Standup is a Chrome extension to facilitate and record standup call.

Chrome extension architecture

alt text

Content scripts can communicate with their parent extension by exchanging messages and storing values using the storage API.

Features

  • Display Sprint details like Scrum Master Name, Sprint Duration, Label, Epic,...etc
  • Create sequence of team members turn to speak, either randomly or based of certain criteria.
  • Generate transcript when team member speaks.
  • Display speak time allocated to a team member(based on team size) that dynamically decreases.
  • Generate pdf for the overall standup call.(Future integration - Email, Slack)

User interface

Popup

Options

Background

Content Script

Tools

Useful Links