{"id":19551824,"url":"https://github.com/basics/rxjs-collection","last_synced_at":"2025-04-26T20:31:21.948Z","repository":{"id":256166002,"uuid":"854417570","full_name":"basics/rxjs-collection","owner":"basics","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-26T03:11:54.000Z","size":3338,"stargazers_count":4,"open_issues_count":13,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-26T04:35:31.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-09-09T06:16:13.000Z","updated_at":"2024-11-28T21:49:15.000Z","dependencies_parsed_at":"2024-09-09T11:06:00.869Z","dependency_job_id":"faa53035-2fc9-4e89-a056-68c6b0e8bcf9","html_url":"https://github.com/basics/rxjs-collection","commit_stats":null,"previous_names":["basics/rxjs-collection"],"tags_count":75,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basics%2Frxjs-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basics%2Frxjs-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basics%2Frxjs-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basics%2Frxjs-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basics","download_url":"https://codeload.github.com/basics/rxjs-collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251051393,"owners_count":21528787,"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":"2024-11-11T04:15:27.540Z","updated_at":"2025-04-26T20:31:18.360Z","avatar_url":"https://github.com/basics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rxjs-collection\n\n[![main][github-workflow-main-src]][github-workflow-main-href]\n[![next][github-workflow-next-src]][github-workflow-next-href]\n[![Sonarcloud Status][sonarcloud-src]][sonarcloud-href]\n\n[![npm version][npm-version-latest-src]][npm-version-latest-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n\n[![Renovate - Status][renovate-status-src]][renovate-status-href]\n[![License][license-src]][license-href]\n\n[![Open in StackBlitz][stackblitz-src]][stackblitz-href]\n[![Coverage Report][vitest-coverage-src]][vitest-coverage-href]\n\n---\n\n## ToDo\n\n\n- project config\n  - monorepo\n    - [x] create project structure\n    - [x] add package.json and correct package namings\n  - editor\n    - [x] consistent code styles (editorconfig)\n    - [x] normalize eof (gitattributes)\n    - [x] autofix syntax errors (eslint)\n    - [x] autofix code formatting (prettier)\n  - vscode\n    - [x] created workspace file with default settings\n    - [x] added launch configuration\n      - [x] run debugger mode for custom opened test file\n      - [ ] ...\n    - [x] added extension recommendation (will be installed, when project will be opened by workspace file) \n    - [ ] evaluate SonarLint (https://docs.sonarsource.com/sonarcloud/improving/sonarlint/)\n    - [ ] ...\n  - node\n    - [x] node version manager support (nvmrc)\n    - [x] defined current node version (20) \n    - [x] package manager bot (renovate) \n  - info\n    - [x] added code of conduct\n    - [x] added licence (MIT)\n  - versioning\n    - [x] monorepo support\n    - [x] pre(release) support\n    - [x] added commit-analyzer\n    - [x] added release notes generator\n    - [x] added changelog generator\n    - [x] added optional npm publishing process\n    - [x] added git update process to commit new version and notes\n    - [x] added github update process to publish new version and notes\n  - vitest\n    - [x] monorepo support\n    - [x] run tests with hot reload\n    - [x] run code coverage analysis\n    - [x] create reports (html, lcov, text)\n    - [x] implemented test samples\n      - [x] mock browser events (with marble definitions)\n      - [x] mock requests (with marble definition)\n      - [x] true async handling\n      - [x] implemented curl test (.http-file)\n  - browserslist \n    - [x] embedded but currently not needed  \n  - git\n    - [x] lint commit messages (commitlint)\n    - [x] Run linters against staged git files (lint-stage)\n    - [x] ignore files/dirs for versioning (gitignore)\n    - [ ] evaluate BranchNameLint alternative (https://www.npmjs.com/package/branch-name-lint)\n  - github\n    - config\n      - [x] added to organization \n      - [x] protected branch remove of main \n      - [x] protected branch remove of beta \n      - [ ] \n    - actions\n      - pipelines\n        - [x] main\n        - [x] beta\n        - [x] feature\n        - [x] deploy coverage report of main branch to gh-pages\n        - [ ] ...\n      - tasks\n        - [x] versioning\n        - [x] test\n        - [x] code analysis \n        - [ ] evaluate pr agent\n        - [ ] ...\n    - rules\n      - [ ] main branch can be updated only by pull request from \n        - [ ] beta branch\n        - [ ] hotfix branch\n      - [ ] beta branch can be updated only by pull request from \n        - [ ] feature branch\n        - [ ] hotfix branch\n      - [ ] ...\n  - SonarCloud\n    - [x] account created\n    - [x] embedded analysis call into each git-action as task\n    - [x] created sonarcloud properties in repo to publish on demand config\n    - [x] proof working code analysis for main\n    - [x] proof working code analysis for beta \n- project code\n  - observables + test\n  - [ ] finalize default fetch\n  - [ ] create \u0026 finalize window dom (resize, scroll)?\n  - [ ] ...\n- operators + test\n  - [ ] finalize network retry\n  - [ ] create \u0026 finalize request paginator (full, lazy)\n  - [ ] ...\n\n\n\n[renovate-status-src]: \u003chttps://img.shields.io/badge/renovate-enabled-brightgreen\u003e\n[renovate-status-href]: \u003chttps://renovate.whitesourcesoftware.com/\u003e\n\n[github-workflow-main-src]: \u003chttps://github.com/basics/rxjs-collection/actions/workflows/main.yml/badge.svg\u003e\n[github-workflow-main-href]: \u003chttps://github.com/basics/rxjs-collection/actions?query=workflow%3Amain\u003e\n[github-workflow-next-src]: \u003chttps://github.com/basics/rxjs-collection/actions/workflows/beta.yml/badge.svg\u003e\n[github-workflow-next-href]: \u003chttps://github.com/basics/rxjs-collection/actions?query=workflow%3Abeta\u003e\n\n[sonarcloud-src]: \u003chttps://sonarcloud.io/api/project_badges/measure?project=basics_rxjs-collection\u0026metric=alert_status\u003e\n[sonarcloud-href]: \u003chttps://sonarcloud.io/dashboard?id=basics_rxjs-collection\u003e\n\n[license-src]: https://img.shields.io/github/license/basics/rxjs-collection\n[license-href]: https://github.com/basics/rxjs-collection\n\n[npm-version-latest-src]: https://img.shields.io/npm/v/nuxt-booster/latest.svg?\n[npm-version-latest-href]: https://npmjs.com/package/nuxt-booster/v/latest\n\n[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-booster.svg?style=flat-square\n[npm-downloads-href]: https://npmjs.com/package/nuxt-booster\n\n[stackblitz-src]: https://developer.stackblitz.com/img/open_in_stackblitz.svg\n[stackblitz-href]: https://stackblitz.com/~/github.com/basics/rxjs-collection?workspace=vscode-remote%3A%2F%2Fwebcontainer%2Fhome%2Fbasics%2Frxjs-collection%2Frxjs-collection.code-workspace\n\n[vitest-coverage-src]: https://img.shields.io/badge/Coverage_Report-2ea44f?logo=vitest\u0026logoColor=%23fff\n[vitest-coverage-href]: https://basics.github.io/rxjs-collection/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasics%2Frxjs-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasics%2Frxjs-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasics%2Frxjs-collection/lists"}