speedback-session
v0.0.6
Published
Auto generates speedback pairs for your team
Downloads
7
Readme
Speedback session
Speedback session is a package that automatically create the rounds and the pairs for your speedback.
What is speedback?
Speedback is designed to facilitate quick and frequent feedback exchanges, enabling more regular and informal feedback loops. This streamlined approach helps build trust and fosters continuous improvement, ultimately supporting the personal and professional development.
- Running a Speedback session
- What speedback is and how to run it using zoom breakout rooms
- Speedback Feedback
- Speedback: De-stigmatise feedback via speed-dating principles
- How to Run a 360˚ Speedback
- Speed-back feedback
- yqht/speedback-app-ahoy
How to use this package
npx speedback-session --team "Eugenia Sweeney,Korey Daugherty,Katina Kelly"
The output will be the following:
Round 1
Eugenia Sweeney + Korey Daugherty
Katina Kelly + Alone
Round 2
Eugenia Sweeney + Katina Kelly
Korey Daugherty + Alone
Round 3
Eugenia Sweeney + Alone
Korey Daugherty + Katina Kelly
Resources used
- How to make a shell executable node file using TypeScript
- Node.js formatted console output
- End-to-end test your CLI tools
Related material
https://www.smashingmagazine.com/2022/04/testing-cli-way-people-use-it/
https://www.smashingmagazine.com/2021/11/powerful-terminal-commandline-tools-modern-web-development/
https://pkaramol.medium.com/end-to-end-command-line-tool-testing-with-bats-and-auto-expect-7a4ffb19336d
https://github.com/vesln/nixt
https://katalon.com/resources-center/blog/end-to-end-e2e-testing-tools-frameworks
https://github.com/cucumber/cucumber-js
https://www.testim.io/blog/cucumber-js-for-bdd-an-introductory-tutorial-with-examples/
https://daniel-delimata.medium.com/cucumber-in-the-typescript-a86bd03117a7
https://stackabuse.com/how-to-save-command-output-as-variable-in-bash/