store icon indicating copy to clipboard operation
store copied to clipboard

docs(tutorial): create todo app tutorial based on tutorial kit

Open profanis opened this issue 1 year ago • 6 comments

PR Checklist

Please check if your PR fulfills the following requirements:

  • [ ] The commit message follows our guidelines: https://github.com/ngxs/store/blob/master/CONTRIBUTING.md#commit
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

profanis avatar Aug 28 '24 05:08 profanis

☁️ Nx Cloud Report

CI is running/has finished running commands for commit c0e25d3a321f255f5add0d753c843c0863c1e3fd. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

nx-cloud[bot] avatar Aug 28 '24 05:08 nx-cloud[bot]

BundleMon

Unchanged files (6)
Status Path Size Limits
:white_check_mark: fesm2022/ngxs-store.mjs
98.8KB 100KB / +0.5%
:white_check_mark: fesm2022/ngxs-store-internals.mjs
11.36KB 13KB / +0.5%
:white_check_mark: fesm2022/ngxs-store-internals-testing.mjs
6.83KB 7KB / +0.5%
:white_check_mark: fesm2022/ngxs-store-operators.mjs
6.22KB 7KB / +0.5%
:white_check_mark: fesm2022/ngxs-store-plugins.mjs
2.04KB 3KB / +0.5%
:white_check_mark: fesm2022/ngxs-store-experimental.mjs
1.4KB 2KB / +0.5%

No change in files bundle size

Unchanged groups (2)
Status Path Size Limits
:white_check_mark: @ngxs/store(esm2022)[gzip]
./esm2022/**/*.mjs
218.99KB +1%
:white_check_mark: @ngxs/store(fesm2022)[gzip]
./fesm2022/*.mjs
30.23KB +1%

Final result: :white_check_mark:

View report in BundleMon website ➡️


Current branch size history | Target branch size history

bundlemon[bot] avatar Aug 28 '24 05:08 bundlemon[bot]

BundleMon (NGXS Plugins)

Unchanged files (9)
Status Path Size Limits
:white_check_mark: Plugins(fesm2022)[gzip]
storage-plugin/fesm2022/ngxs-storage-plugin.m
js
4.15KB +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
router-plugin/fesm2022/ngxs-router-plugin.mjs
3.2KB +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
websocket-plugin/fesm2022/ngxs-websocket-plug
in.mjs
2.64KB +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
hmr-plugin/fesm2022/ngxs-hmr-plugin.mjs
2.61KB +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
form-plugin/fesm2022/ngxs-form-plugin.mjs
2.59KB +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
devtools-plugin/fesm2022/ngxs-devtools-plugin
.mjs
2.23KB +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
logger-plugin/fesm2022/ngxs-logger-plugin.mjs
2.09KB +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
storage-plugin/fesm2022/ngxs-storage-plugin-i
nternals.mjs
875B +0.5%
:white_check_mark: Plugins(fesm2022)[gzip]
router-plugin/fesm2022/ngxs-router-plugin-int
ernals.mjs
411B +0.5%

No change in files bundle size

Unchanged groups (1)
Status Path Size Limits
:white_check_mark: All Plugins(fesm2022)[gzip]
./-plugin/fesm2022/.mjs
20.76KB +0.5%

Final result: :white_check_mark:

View report in BundleMon website ➡️


Current branch size history | Target branch size history

bundlemon[bot] avatar Aug 28 '24 05:08 bundlemon[bot]

BundleMon (Integration Projects)

Unchanged files (3)
Status Path Size Limits
:white_check_mark: Main bundles(Gzip)
hello-world-ng18/dist-integration/browser/mai
n-(hash).js
71.66KB +1%
:white_check_mark: Main bundles(Gzip)
hello-world-ng17/dist-integration/main.(hash)
.js
68.56KB +1%
:white_check_mark: Main bundles(Gzip)
hello-world-ng16/dist-integration/main.(hash)
.js
67.58KB +1%

No change in files bundle size

Final result: :white_check_mark:

View report in BundleMon website ➡️


Current branch size history | Target branch size history

bundlemon[bot] avatar Aug 28 '24 05:08 bundlemon[bot]

@profanis Please could you exclude the tutorials folder in the .codeclimate.yml file. And add the rule to ignore the node_modules folder in the .eslintignore.

markwhitfeld avatar Aug 28 '24 19:08 markwhitfeld

@profanis Please could you exclude the tutorials folder in the .codeclimate.yml file. And add the rule to ignore the node_modules folder in the .eslintignore.

Thanks for that @markwhitfeld I committed the changes

profanis avatar Aug 30 '24 05:08 profanis

Open in Stackblitz

@ngxs/devtools-plugin

yarn add https://pkg.pr.new/@ngxs/[email protected]
@ngxs/hmr-plugin

yarn add https://pkg.pr.new/@ngxs/[email protected]
@ngxs/form-plugin

yarn add https://pkg.pr.new/@ngxs/[email protected]
@ngxs/router-plugin

yarn add https://pkg.pr.new/@ngxs/[email protected]
@ngxs/storage-plugin

yarn add https://pkg.pr.new/@ngxs/[email protected]
@ngxs/store

yarn add https://pkg.pr.new/@ngxs/[email protected]
@ngxs/websocket-plugin

yarn add https://pkg.pr.new/@ngxs/[email protected]

commit: c0e25d3

pkg-pr-new[bot] avatar Sep 20 '24 11:09 pkg-pr-new[bot]

Code Climate has analyzed commit c0e25d3a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 95.3% (0.0% change).

View more on Code Climate.

qlty-cloud-legacy[bot] avatar Sep 20 '24 11:09 qlty-cloud-legacy[bot]