A tool to capture and present notes for engineering standups.
I'm a software engineer first and foremost. This implies that I have my daily engineering scrum duties (attending standup to give updates, attending sprint planning to share estimation for the tasks and capability, discuss blockers for me as I'm executing the tasks ... etc.). As I attended these ceremonies, I found a few opportunities to make my life more fun :D Namely, I'd love to improve:
- Template (what you did yesterday, what you do today and what are blockers)
- Time (a countdown timer for each person to share update)
- Automate (capture information from git/Jira)
- Presentation (slides over looking at tickets without focus)
- (Optional) Have an AWS Account
- Install Node.js
- Clone the repository
yarn
to install dependencies- Copy
.env.example
to.env
and replace configurations yarn start
to start the app locally- Check http://localhost:3000 to see app running
- Implement basic starter code to run hello world front end
- Implement basic starter code to run hello world back end
- Implement basic GitHub authentication/authorization strategy
- Implement basic markdown slide render
- Implement basic storage for slides (separate by day and the author)
- Implement basic counter for slide presentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.