Standup is a Chrome extension to facilitate and record standup call.
Content scripts can communicate with their parent extension by exchanging messages and storing values using the storage API.
- 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)