{"id":28719096,"url":"https://github.com/tng/next-generation-scrum-poker","last_synced_at":"2025-06-15T05:39:44.696Z","repository":{"id":42579378,"uuid":"248726270","full_name":"TNG/next-generation-scrum-poker","owner":"TNG","description":"Prototype for a new Scrum Poker","archived":false,"fork":false,"pushed_at":"2025-06-13T01:10:23.000Z","size":3261,"stargazers_count":50,"open_issues_count":3,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-13T02:25:08.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TNG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-20T10:18:56.000Z","updated_at":"2025-06-13T01:10:27.000Z","dependencies_parsed_at":"2024-02-02T06:28:03.549Z","dependency_job_id":"4e8adbfb-b113-4e01-be62-b65962c1dc97","html_url":"https://github.com/TNG/next-generation-scrum-poker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TNG/next-generation-scrum-poker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fnext-generation-scrum-poker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fnext-generation-scrum-poker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fnext-generation-scrum-poker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fnext-generation-scrum-poker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TNG","download_url":"https://codeload.github.com/TNG/next-generation-scrum-poker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TNG%2Fnext-generation-scrum-poker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259928296,"owners_count":22933366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-15T05:39:39.353Z","updated_at":"2025-06-15T05:39:44.683Z","avatar_url":"https://github.com/TNG.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next-generation-scrum-poker\n\nPrototype for a new Scrum Poker\n\n## Development\n\nYou need a running [docker](https://docs.docker.com/get-docker/) daemon for local development. To test and develop backend and frontend, run\n\n```shell\nnpm start\n```\n\nThis will spin up the database via `docker` and launch the local API gateway.\n\nIn parallel, it will use [Vite](https://vitejs.dev) to serve your app on [http://localhost:5175](http://localhost:5175). Vite will automatically update the browser via hot module reloading on save while providing extremely fast rebuilds.\n\n## Production Build\n\nTo generate a production build for the frontend, run\n\n```sh\nAPI_URL=wss://my.api.gateway.com npm run build:frontend\n```\n\nreplacing the API gateway with your production gateway. If you do not specify it, the development gateway will be used.\n\nThis will generate a folder `frontend/dist` that contains a directly deployable artifact without external dependencies that can be served as a static website.\n\nTo test the production build locally, run\n\n```shell\nnpm run preview\n```\n\nNote that you can also specify an `API_URL` for `npm start` and `npm run preview`.\n\nTo build the backend, run\n\n```shell\nnpm run build:backend\n```\n\nwhich will generate `build` folders for each backend function that can be deployed as AWS lambda functions.\n\n## Tests\n\nTo run the frontend unit tests via [Vitest](https://vitest.dev), run\n\n```shell\nnpm test\n```\n\nTo run all E2E tests via [Playwright](https://playwright.dev), install playwright first once with `npx playwright install`, then run\n\n```shell\nnpm run e2e\n```\n\nNote that this will download a docker image on first run, which may lead to a test timeout. Subsequent runs should work without problems though. If the dev environment is already running, then the tests will reuse it. To work on single E2E tests, run\n\n```shell\nnpm run e2e:ui\n```\n\nwhich will start the Playwright test runner in UI mode. You can then select the tests you want to run and also watch tests.\n\nTo debug a test in the browser, run\n\n```shell\nnpx playwright test \u003ctest-file-name.spec.ts\u003e --debug\n```\n\n## License\n\n[Licensed under Apache License Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftng%2Fnext-generation-scrum-poker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftng%2Fnext-generation-scrum-poker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftng%2Fnext-generation-scrum-poker/lists"}