{"id":30732520,"url":"https://github.com/maxime1992/compose-teams","last_synced_at":"2025-09-03T17:09:48.944Z","repository":{"id":24711415,"uuid":"102268141","full_name":"maxime1992/compose-teams","owner":"maxime1992","description":"Angular app to help you generate optimized teams for a sport (ex football) ","archived":false,"fork":false,"pushed_at":"2022-12-07T04:30:42.000Z","size":1450,"stargazers_count":6,"open_issues_count":18,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-06T21:55:17.535Z","etag":null,"topics":["angular","rxjs","sports-data"],"latest_commit_sha":null,"homepage":"https://maxime1992.github.io/compose-teams","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxime1992.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-03T13:55:06.000Z","updated_at":"2023-08-23T12:59:09.000Z","dependencies_parsed_at":"2022-08-17T22:31:25.199Z","dependency_job_id":null,"html_url":"https://github.com/maxime1992/compose-teams","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxime1992/compose-teams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxime1992%2Fcompose-teams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxime1992%2Fcompose-teams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxime1992%2Fcompose-teams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxime1992%2Fcompose-teams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxime1992","download_url":"https://codeload.github.com/maxime1992/compose-teams/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxime1992%2Fcompose-teams/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273477156,"owners_count":25112622,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular","rxjs","sports-data"],"created_at":"2025-09-03T17:08:13.425Z","updated_at":"2025-09-03T17:09:48.916Z","avatar_url":"https://github.com/maxime1992.png","language":"TypeScript","readme":"# ComposeTeams  \n\n## What's this app for?  \nThis project aims to help you discover new cool and balanced teams for Basket, Football, ... and other team sports!\n\n![Compose Teams](https://user-images.githubusercontent.com/4950209/30511600-fe49db1c-9adc-11e7-8fff-4749bc8582b0.png)\n\n## Why?\nIf you're always playing with the same team, it's great but you might miss the opportunity to learn from different people and sometimes if someone is being replaced the teams can be unbalanced. This is where ***Compose Teams*** might help you!\n\n## How can it help me build a team effectively?  \n***Compose Teams*** will generate all the possible teams and order them from the most balanced teams to the most unbalanced ones. For that, you'll need to add at least 10 players*\u0026#42;* and give them a grade. Once you've selected 10 players for the current game, a delta will be displayed for every generated teams to show the difference between two teams. The lowest the delta is, the better.\n\n*\u0026#42;: Compose Teams needs 10 players exactly for now but I plan to support other numbers of people*\n\n## How this project started?  \nAt the beginning, it was a small challenge we had with [Victor Noël](https://github.com/victornoel): Create a functionnal demo within \u003c= 1h. And we did it! :tada:. Few days later, I decided to go a bit further and started to refactor the code to work as much as possible with streams (rxjs) and also provide a better UI (with angular-material).\n\n## Where can I try it?  \nThe project is now continuously deployed (thanks to Travis) at this address: https://maxime1992.github.io/compose-teams\n\nIf you prefer to run it on your own, just clone the project:  \n```bash\ngit clone https://github.com/maxime1992/compose-teams.git\ncd compose-teams\nyarn install\nyarn run build:prod\n```\nand the built project will be into the dist folder.  \n(you might serve it with `http-server` for example).\n\n## Is there still room for improvement?  \nYes! Definitely.  \nIt would be really nice to see those features landing to ***Compose Teams***:  \n- [ ] Accept more or less than 10 players exactly to generate the games  \n- [ ] Run the computation to generate all the teams within a web worker to improve the responsiveness of the app  \n- [ ] Add an option panel to define some constraints (player 1 and 2 should be in the same team or in different teams)  \n- [ ] Make some unit and E2E tests!  \n\n## How to contribute?  \nIf you don't feel like coding, you might just report issue(s) or ask for improvement(s) [here](https://github.com/maxime1992/compose-teams/issues).  \n\nOn the other hand, if you're willing to contribute (and don't be shy), please be my guest: PR are welcome!  \n\n- Fork the repo  \n- Clone it from your account: `git clone https://github.com/YOUR-GITHUB-USERNAME/compose-teams.git`  \n- Create a new branch with a name that sums up your idea: `git checkout -b my-branch-name`  \n- Let your fingers roll on the keyboard  \n- Commit `git add . \u0026\u0026 git commit -m \"feat: a great feature\"`  \n- Push `git push`  \n- Open a pull request from your repo at https://github.com/YOUR-GITHUB-USERNAME/compose-teams and compare it against `maxime1992/compose-teams` master branch  \n\n Let's make ***Compose Teams*** as cool as possible! :smile:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxime1992%2Fcompose-teams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxime1992%2Fcompose-teams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxime1992%2Fcompose-teams/lists"}