Category: bingo

  • Bingo for meetings– working at sharing meeting with others–part 4

    Other use case for Bingo Meetings was Share meeting bingo(https://github.com/alexandru360/PresentationBingoCards/projects/1#card-24165765) Share Meeting Bingo: As a User,I can receive the meeting Id( url) . When going to this url,I can ( optionally) enter my name and check cards. So how to implement this  ? A Meeting contains an array of Cards and a array of Participants.…

  • Bingo for meetings – part 3 – finalizing the “Create Meeting” scenario

    In the “Create Meeting” scenario it was something that we have passed : ” application generates an unique Id that I can access the bingo cards ( state : not checked) for that meeting ” ( see https://github.com/alexandru360/PresentationBingoCards/projects/1#card-24165690 ) How we can emulate this ? Obviously,the meeting starts with a set of cards – but…

  • Bingo for meetings–part 2–working at tests

    So now because we have created the objects and a function to create meetings,we do create some tests. We decided to work with JEST. Steps: We read many tutorials (https://medium.com/@mtiller/debugging-with-typescript-jest-ts-jest-and-visual-studio-code-ef9ca8644132,https://rjzaworski.com/2016/12/testing-typescript-with-jest,https://github.com/facebook/jest/tree/master/examples/typescript,https://amenallah.com/node-js-typescript-jest-starter/,https://basarat.gitbooks.io/typescript/docs/testing/jest.html,https://dev.to/muhajirdev/unit-testing-with-typescript-and-jest-2gln ) We solve many errors  ( forgetting put “ export default class “,“ jest unexpected token import “,jest.config.json  as opposed to jest.config.js Read jest expect…

  • New project: Bingo for meetings–part 1

    I have decided to start a new project. The name is “Bingo for meetings”. What it does: Every time in a meeting that a participant hears a phrase (like “ Hi,can you hear me?” or “ can everyone see my screen?” or others …)  he can check one of the cards. In the final you…