diff --git a/.editorconfig b/.editorconfig index 7f34a0d..cf34b68 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,11 @@ +[*.md] +end_of_line = crlf +file_header_template = unset +indent_size = 2 +indent_style = space +insert_final_newline = false +root = true +tab_width = 2 [*.cs] csharp_indent_block_contents = true csharp_indent_braces = false diff --git a/.foam/templates/daily-note.md b/.foam/templates/daily-note.md new file mode 100644 index 0000000..7cfabef --- /dev/null +++ b/.foam/templates/daily-note.md @@ -0,0 +1,11 @@ +--- +type: daily-note +created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z +updated: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z +foam_template: + filepath: ".journal/$FOAM_DATE_YEAR/Week-$FOAM_DATE_WEEK/$FOAM_SLUG.md" +--- + +# $FOAM_TITLE $CURRENT_DAY_NAME + +- ${1:$FOAM_TITLE} diff --git a/.foam/templates/new-kanbn.md b/.foam/templates/new-kanbn.md new file mode 100644 index 0000000..22227b5 --- /dev/null +++ b/.foam/templates/new-kanbn.md @@ -0,0 +1,10 @@ +--- +type: kanbn +created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z +updated: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z +assigned: "" +foam_template: + filepath: ".kanbn/tasks/$FOAM_SLUG.md" +--- + +# $FOAM_TITLE diff --git a/.foam/templates/new-note.md b/.foam/templates/new-note.md index a7dd261..de9209a 100644 --- a/.foam/templates/new-note.md +++ b/.foam/templates/new-note.md @@ -4,17 +4,7 @@ created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURR updated: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z assigned: "" foam_template: - filepath: '_-Review/$FOAM_SLUG.md' + filepath: "_-Review/$FOAM_SLUG.md" --- # ${1:$TM_FILENAME_BASE} - -${RANDOM} - -## Sub-tasks - -- [x] ${2:$TM_FILENAME_BASE} - -### Relations - -- ${3:$TM_FILENAME_BASE} diff --git a/.foam/templates/new-topic.md b/.foam/templates/new-topic.md new file mode 100644 index 0000000..18c4d89 --- /dev/null +++ b/.foam/templates/new-topic.md @@ -0,0 +1,10 @@ +--- +type: topic +created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z +updated: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}.000Z +assigned: "" +foam_template: + filepath: "_-Review/$FOAM_SLUG.md" +--- + +# ${1:$TM_FILENAME_BASE} diff --git a/.kanbn/board.html b/.kanbn/board.html index 14dc2f8..7a86e11 100644 --- a/.kanbn/board.html +++ b/.kanbn/board.html @@ -1,6 +1,10 @@ -| Maybe \ No newline at end of file +| Maybe diff --git a/.kanbn/board.md b/.kanbn/board.md index 86e1b38..1177cd6 100644 Binary files a/.kanbn/board.md and b/.kanbn/board.md differ diff --git a/.kanbn/index.css b/.kanbn/index.css index ec56211..427c0bd 100644 --- a/.kanbn/index.css +++ b/.kanbn/index.css @@ -1,29 +1,28 @@ .kanbn-column-wip .kanbn-column-task-list { - border-color: #6929c4; - } - .kanbn-column-next .kanbn-column-task-list { - border-color: #1192e8; - } - .kanbn-column-wait .kanbn-column-task-list { - border-color: #005d5d; - } - .kanbn-column-later .kanbn-column-task-list { - border-color: #9f1853; - } - .kanbn-column-maybe .kanbn-column-task-list { - border-color: #fa4d56; - } - .kanbn-column-friday .kanbn-column-task-list { - border-color: #570408; - } - .kanbn-column-done .kanbn-column-task-list { - border-color: #198038; - } - .kanbn-task-data-workload { - display: none; - } - .kanbn-task-data-relation { - display: block; - color: #198038; - } - \ No newline at end of file + border-color: #6929c4; +} +.kanbn-column-next .kanbn-column-task-list { + border-color: #1192e8; +} +.kanbn-column-wait .kanbn-column-task-list { + border-color: #005d5d; +} +.kanbn-column-later .kanbn-column-task-list { + border-color: #9f1853; +} +.kanbn-column-maybe .kanbn-column-task-list { + border-color: #fa4d56; +} +.kanbn-column-friday .kanbn-column-task-list { + border-color: #570408; +} +.kanbn-column-done .kanbn-column-task-list { + border-color: #198038; +} +.kanbn-task-data-workload { + display: none; +} +.kanbn-task-data-relation { + display: block; + color: #198038; +} diff --git a/.kanbn/index.md b/.kanbn/index.md index 718b02e..26ed81d 100644 --- a/.kanbn/index.md +++ b/.kanbn/index.md @@ -1,10 +1,12 @@ --- startedColumns: - - 'In Progress' + - "In Progress" completedColumns: - Done dateFormat: mm/dd taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g'' + relations.reduce((accumulator, currentValue) => accumulator.task + currentValue.task + '' '', '''')) : ''''}' +created: 2023-07-05T22:17:38.271Z +updated: 2023-07-05T22:39:48.691Z --- # View-by-Distance @@ -12,18 +14,18 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g ## Backlog - [asdf](tasks/asdf.md) +- [use-photo-prism-to-map](tasks/use-photo-prism-to-map.md) +- [google-timeline-for-geo](tasks/google-timeline-for-geo.md) +- [import-face-region-metadata](tasks/import-face-region-metadata.md) - [merge-scan-photos](tasks/merge-scan-photos.md) - [setup-syncthing-server](tasks/setup-syncthing-server.md) -- [google-timeline-for-geo](tasks/google-timeline-for-geo.md) -- [use-photo-prism-to-map](tasks/use-photo-prism-to-map.md) -- [import-face-region-metadata](tasks/import-face-region-metadata.md) - [go-back-to-index-for-sort](tasks/go-back-to-index-for-sort.md) ## Todo - [determine-if-location-container-collection-is-needed-in-get-faces](tasks/determine-if-location-container-collection-is-needed-in-get-faces.md) -- [merge-kristy-files](tasks/merge-kristy-files.md) - [import-know-faces-into-db](tasks/import-know-faces-into-db.md) +- [merge-kristy-files](tasks/merge-kristy-files.md) - [compression-only-difference](tasks/compression-only-difference.md) - [set-date-taken-when-missing](tasks/set-date-taken-when-missing.md) - [skip-metadata-load-after-first-each-day](tasks/skip-metadata-load-after-first-each-day.md) @@ -37,6 +39,6 @@ taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g ## Done - [eof-error](tasks/eof-error.md) -- [setup-photo-prism-again-in-wsl-docker](tasks/setup-photo-prism-again-in-wsl-docker.md) - [run-scan-originals](tasks/run-scan-originals.md) - [shrink-percent](tasks/shrink-percent.md) +- [setup-photo-prism-again-in-wsl-docker](tasks/setup-photo-prism-again-in-wsl-docker.md) diff --git a/.kanbn/tasks/asdf.md b/.kanbn/tasks/asdf.md index 006bf3d..66e01b6 100644 --- a/.kanbn/tasks/asdf.md +++ b/.kanbn/tasks/asdf.md @@ -1,13 +1,14 @@ --- created: 2023-06-12T21:54:44.803Z -updated: 2023-06-12T21:54:44.803Z +updated: 2023-07-08T21:20:54.668Z assigned: "" progress: 0 tags: [] status: "1-Backlog" +type: note --- -# asdf +# Asdf ## Sub-tasks diff --git a/.kanbn/tasks/compression-only-difference.md b/.kanbn/tasks/compression-only-difference.md index 3cbb7bd..c487e3f 100644 --- a/.kanbn/tasks/compression-only-difference.md +++ b/.kanbn/tasks/compression-only-difference.md @@ -1,13 +1,14 @@ --- -created: 2023-06-12T21:54:44.803Z -updated: 2023-06-12T21:54:44.803Z +created: 2023-06-30T04:24:26.054Z +updated: 2023-07-08T21:21:03.057Z assigned: "" progress: 0 tags: [] -status: "1-Backlog" +status: "2-Todo" +type: note --- -# compression-only-difference +# Compression Only Difference ## Sub-tasks diff --git a/.kanbn/tasks/determine-if-location-container-collection-is-needed-in-get-faces.md b/.kanbn/tasks/determine-if-location-container-collection-is-needed-in-get-faces.md index 912288d..85b9835 100644 --- a/.kanbn/tasks/determine-if-location-container-collection-is-needed-in-get-faces.md +++ b/.kanbn/tasks/determine-if-location-container-collection-is-needed-in-get-faces.md @@ -1,13 +1,14 @@ --- created: 2023-06-24T02:12:00.629Z -updated: 2023-06-24T02:12:47.758Z +updated: 2023-07-08T21:21:03.774Z assigned: "" progress: 0 tags: [] status: "2-Todo" +type: note --- -# determine-if-location-container-collection-is-needed-in-get-faces +# Determine if Location Container Collection Is Needed in Get Faces ```c# locations = Shared.Models.Stateless.Methods.ILocation.GetLocations(collection, results, mappingFromPhotoPrismCollection, _RectangleIntersectMinimum); diff --git a/.kanbn/tasks/eof-error.md b/.kanbn/tasks/eof-error.md index 5f9c039..598acef 100644 --- a/.kanbn/tasks/eof-error.md +++ b/.kanbn/tasks/eof-error.md @@ -1,13 +1,14 @@ --- created: 2023-06-12T21:55:20.591Z -updated: 2023-06-18T15:18:01.941Z +updated: 2023-07-08T21:21:04.351Z assigned: "" progress: 0 tags: [] status: "4-Done" +type: note --- -# eof-error +# Eof Error ```bash C:/Docker/photoprism/originals/()/_ _ _/84/-50458384.jpg diff --git a/.kanbn/tasks/find-incorrectly-mapped-faces.md b/.kanbn/tasks/find-incorrectly-mapped-faces.md index 08da9ba..e86ab15 100644 --- a/.kanbn/tasks/find-incorrectly-mapped-faces.md +++ b/.kanbn/tasks/find-incorrectly-mapped-faces.md @@ -1,15 +1,16 @@ --- created: 2023-06-18T20:29:10.288Z -updated: 2023-06-19T01:50:22.660Z +updated: 2023-07-08T21:21:04.820Z assigned: "" progress: 0 tags: [] status: "3-In Progress" +type: note --- -# find-incorrectly-mapped-faces +# Find Incorrectly Mapped Faces -- Added _RangeDistanceToleranceAverage to rename ~200 files to *.ukn +- Added \_RangeDistanceToleranceAverage to rename ~200 files to \*.ukn ## Sub-tasks diff --git a/.kanbn/tasks/go-back-to-index-for-sort.md b/.kanbn/tasks/go-back-to-index-for-sort.md index 5b1750b..f17a210 100644 --- a/.kanbn/tasks/go-back-to-index-for-sort.md +++ b/.kanbn/tasks/go-back-to-index-for-sort.md @@ -1,10 +1,14 @@ --- +created: 2023-07-05T22:17:38.271Z +updated: 2023-07-08T21:21:06.218Z +status: "1-Backlog" +type: note --- -# go-back-to-index-for-sort +# Go Back to Index for Sort ## Sub-tasks - [ ] New file for index to to id - [ ] Count backwards -- [ ] Maybe skip some for scan images \ No newline at end of file +- [ ] Maybe skip some for scan images diff --git a/.kanbn/tasks/google-timeline-for-geo.md b/.kanbn/tasks/google-timeline-for-geo.md index c17b12c..6bd769c 100644 --- a/.kanbn/tasks/google-timeline-for-geo.md +++ b/.kanbn/tasks/google-timeline-for-geo.md @@ -1,13 +1,14 @@ --- created: 2023-06-25T15:26:35.170Z -updated: 2023-06-25T15:29:50.594Z +updated: 2023-07-08T21:21:06.219Z assigned: "" progress: 0 tags: [] -status: "2-Todo" +status: "1-Backlog" +type: note --- -# google-timeline-for-geo +# Google Timeline for Geo ## Sub-tasks diff --git a/.kanbn/tasks/import-face-region-metadata.md b/.kanbn/tasks/import-face-region-metadata.md index 90e5aa9..6a7631a 100644 --- a/.kanbn/tasks/import-face-region-metadata.md +++ b/.kanbn/tasks/import-face-region-metadata.md @@ -1,13 +1,14 @@ --- created: 2023-06-19T21:38:12.818Z -updated: 2023-06-19T21:38:12.818Z +updated: 2023-07-08T21:21:06.219Z assigned: "" progress: 0 tags: [] -status: "2-Todo" +status: "1-Backlog" +type: note --- -# import-face-region-metadata +# Import Face Region Metadata - [ ] review https://github.com/kvalev/photoprism/pull/59/files# diff --git a/.kanbn/tasks/import-know-faces-into-db.md b/.kanbn/tasks/import-know-faces-into-db.md index 1a3018d..feb8442 100644 --- a/.kanbn/tasks/import-know-faces-into-db.md +++ b/.kanbn/tasks/import-know-faces-into-db.md @@ -1,13 +1,14 @@ --- created: 2023-06-12T21:54:44.803Z -updated: 2023-06-25T01:24:50.138Z +updated: 2023-07-08T21:21:06.220Z assigned: "" progress: 0 tags: [] -status: "3-In Progress" +status: "2-Todo" +type: note --- -# import-know-faces-into-db +# Import Know Faces Into Db ```bash # locating data volumes in docker desktop windows @@ -21,11 +22,11 @@ docker compose exec photoprism photoprism restore -i -f ``` - After changes to code: - - 50 ~230 and still has wrong - - 66 198 and still has wrong - - 75 145 and still has wrong - - 85 81 and still has wrong (Bodhi and Hudson) - - 90 50 and still has wrong (Chelsea and Hudson) + - 50 ~230 and still has wrong + - 66 198 and still has wrong + - 75 145 and still has wrong + - 85 81 and still has wrong (Bodhi and Hudson) + - 90 50 and still has wrong (Chelsea and Hudson) ## Sub-tasks diff --git a/.kanbn/tasks/merge-kristy-files.md b/.kanbn/tasks/merge-kristy-files.md index 1199d97..6c8e0bb 100644 --- a/.kanbn/tasks/merge-kristy-files.md +++ b/.kanbn/tasks/merge-kristy-files.md @@ -1,13 +1,14 @@ --- created: 2023-06-25T16:35:28.627Z -updated: 2023-06-25T16:35:35.404Z +updated: 2023-07-08T21:21:06.221Z assigned: "" progress: 0 tags: [] status: "2-Todo" +type: note --- -# merge-kristy-files +# Merge Kristy Files ## Sub-tasks diff --git a/.kanbn/tasks/merge-scan-photos.md b/.kanbn/tasks/merge-scan-photos.md index 269b45e..27610fd 100644 --- a/.kanbn/tasks/merge-scan-photos.md +++ b/.kanbn/tasks/merge-scan-photos.md @@ -1,13 +1,14 @@ --- -created: 2023-06-12T21:54:44.803Z -updated: 2023-06-12T21:54:44.803Z +created: 2023-06-25T16:38:23.750Z +updated: 2023-07-08T21:21:06.221Z assigned: "" progress: 0 tags: [] status: "1-Backlog" +type: note --- -# merge-scan-photos +# Merge Scan Photos - Inform about the few file name duplicates diff --git a/.kanbn/tasks/nef-support.md b/.kanbn/tasks/nef-support.md index 087dd14..fcde121 100644 --- a/.kanbn/tasks/nef-support.md +++ b/.kanbn/tasks/nef-support.md @@ -1,13 +1,14 @@ --- created: 2023-06-24T02:13:16.426Z -updated: 2023-06-24T02:13:20.545Z +updated: 2023-07-08T21:21:06.222Z assigned: "" progress: 0 tags: [] status: "3-In Progress" +type: note --- -# nef-support +# Nef Support ## Sub-tasks diff --git a/.kanbn/tasks/run-scan-originals.md b/.kanbn/tasks/run-scan-originals.md index fbf10de..89551aa 100644 --- a/.kanbn/tasks/run-scan-originals.md +++ b/.kanbn/tasks/run-scan-originals.md @@ -1,13 +1,14 @@ --- created: 2023-06-12T21:54:44.810Z -updated: 2023-06-25T16:30:22.805Z +updated: 2023-07-08T21:21:06.222Z assigned: "" progress: 0 tags: [] status: "4-Done" +type: note --- -# run-scan-originals +# Run Scan Originals ## Sub-tasks diff --git a/.kanbn/tasks/set-date-taken-when-missing.md b/.kanbn/tasks/set-date-taken-when-missing.md index a030b3e..4134804 100644 --- a/.kanbn/tasks/set-date-taken-when-missing.md +++ b/.kanbn/tasks/set-date-taken-when-missing.md @@ -1,8 +1,12 @@ --- +created: 2023-07-05T22:17:38.271Z +updated: 2023-07-08T21:21:06.223Z +status: "2-Todo" +type: note --- -# set-date-taken-when-missing +# Set Date Taken When Missing ## Sub-tasks -- [ ] \ No newline at end of file +- [ ] diff --git a/.kanbn/tasks/setup-photo-prism-again-in-wsl-docker.md b/.kanbn/tasks/setup-photo-prism-again-in-wsl-docker.md index 38e195e..ab94b6b 100644 --- a/.kanbn/tasks/setup-photo-prism-again-in-wsl-docker.md +++ b/.kanbn/tasks/setup-photo-prism-again-in-wsl-docker.md @@ -1,13 +1,14 @@ --- -created: 2023-06-12T17:28:20.080Z -updated: 2023-06-25T16:29:52.487Z +created: 2023-07-05T22:34:47.537Z +updated: 2023-07-08T21:21:06.223Z assigned: "" progress: 0 tags: [] status: "4-Done" +type: note --- -# Setup PhotoPrism again in WSL / Docker +# Setup Photo Prism Again in Wsl Docker ## Sub-tasks diff --git a/.kanbn/tasks/setup-syncthing-server.md b/.kanbn/tasks/setup-syncthing-server.md index e7caeff..16c4bab 100644 --- a/.kanbn/tasks/setup-syncthing-server.md +++ b/.kanbn/tasks/setup-syncthing-server.md @@ -1,13 +1,14 @@ --- -created: 2023-06-12T21:54:44.803Z -updated: 2023-06-12T21:54:44.803Z +created: 2023-06-25T16:42:24.220Z +updated: 2023-07-08T21:21:06.224Z assigned: "" progress: 0 tags: [] status: "1-Backlog" +type: note --- -# setup-syncthing-server +# Setup Syncthing Server - Share one folder at a time - Use push only feature diff --git a/.kanbn/tasks/shrink-percent.md b/.kanbn/tasks/shrink-percent.md index 836f996..a018bee 100644 --- a/.kanbn/tasks/shrink-percent.md +++ b/.kanbn/tasks/shrink-percent.md @@ -1,13 +1,14 @@ --- created: 2023-06-19T21:39:09.103Z -updated: 2023-06-25T16:24:52.333Z +updated: 2023-07-08T21:21:06.224Z assigned: "" progress: 0 tags: [] status: "4-Done" +type: note --- -# shrink-percent +# Shrink Percent ## Sub-tasks diff --git a/.kanbn/tasks/skip-metadata-load-after-first-each-day.md b/.kanbn/tasks/skip-metadata-load-after-first-each-day.md index 7656d9d..25d0dd9 100644 --- a/.kanbn/tasks/skip-metadata-load-after-first-each-day.md +++ b/.kanbn/tasks/skip-metadata-load-after-first-each-day.md @@ -1,8 +1,12 @@ --- +created: 2023-07-05T22:17:38.271Z +updated: 2023-07-08T21:21:06.224Z +status: "2-Todo" +type: note --- -# skip-metadata-load-after-first-each-day +# Skip Metadata Load After First Each Day ## Sub-tasks -- [ ] When E_... is newer then today don't search json files for metadata and resize \ No newline at end of file +- [ ] When E\_... is newer then today don't search json files for metadata and resize diff --git a/.kanbn/tasks/use-eyes-to-find-orientation.md b/.kanbn/tasks/use-eyes-to-find-orientation.md index 9a10f9f..4fa1dbe 100644 --- a/.kanbn/tasks/use-eyes-to-find-orientation.md +++ b/.kanbn/tasks/use-eyes-to-find-orientation.md @@ -1,13 +1,14 @@ --- created: 2023-06-23T13:56:11.956Z -updated: 2023-06-24T15:11:14.038Z +updated: 2023-07-08T21:21:06.224Z assigned: "" progress: 0 tags: [] status: "3-In Progress" +type: note --- -# use-eyes-to-find-orientation +# Use Eyes to Find Orientation ## Sub-tasks diff --git a/.kanbn/tasks/use-photo-prism-to-map.md b/.kanbn/tasks/use-photo-prism-to-map.md index fcf68df..df8916d 100644 --- a/.kanbn/tasks/use-photo-prism-to-map.md +++ b/.kanbn/tasks/use-photo-prism-to-map.md @@ -1,13 +1,14 @@ --- created: 2023-06-19T21:38:12.818Z -updated: 2023-06-19T21:38:12.818Z +updated: 2023-07-08T21:21:06.224Z assigned: "" progress: 0 tags: [] -status: "2-Todo" +status: "1-Backlog" +type: note --- -# use-photo-prism-to-map +# Use Photo Prism to Map ## Sub-tasks diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..f24b15b --- /dev/null +++ b/.prettierignore @@ -0,0 +1,9 @@ + +**/.vscode/* + +[Bb]in/ +[Oo]bj/ + +*.json + +*.zip \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 17af8af..0a5f836 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -39,13 +39,57 @@ "Upsample", "Vericruz" ], + "files.watcherExclude": { + "**/node_modules": true + }, "cSpell.enabled": true, "files.exclude": { - "**/.git": false + "**/.git": false, + "**/node_modules": true }, "coverage-gutters.coverageBaseDir": "./.vscode/ReportGenerator/Cobertura/*", "extensions.ignoreRecommendations": true, "[markdown]": { "editor.wordWrap": "off" + }, + "foam.files.ignore": [ + ".foam/**/*", + ".stfolder/**/*", + ".UserSecrets/**/*", + "**/_layouts/**/*", + "**/_site/**/*", + "**/.vscode/**/*", + "**/node_modules/**/*" + ], + "kanbn.showBurndownButton": false, + "kanbn.showSprintButton": false, + "foam.links.hover.enable": false, + "foam.placeholders.exclude": [ + ".kanbn/Archive/**/*" + ], + "foam.orphans.exclude": [ + ".Applications/**/*", + ".DevOps/**/*", + ".Fab/**/*", + ".journal/**/*" + ], + "foam.graph.style": { + "background": "#202020", + "node": { + "topic": "#bc2a3c", + "kanbn": "#ff7b00", + "basic-note": "#773b93", + "daily-note": "#ff9d00", + "note": "#f2cb1d", + "placeholder": "#ff9d00", + "tag": "#0494c1", + "bug": "#bc2a3c", + "epic": "#ff7b00", + "feature": "#773b93", + "issue": "#ff9d00", + "task": "#f2cb1d", + "test-case": "#ff9d00", + "user-story": "#0494c1" + } } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..51e8f78 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,27 @@ +{ + "name": "View-by-Distance-MKLink-Console", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "devDependencies": { + "prettier": "3.0.0" + } + }, + "node_modules/prettier": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", + "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", + "dev": true, + "bin": { + "prettier": "bin/prettier.cjs" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + } + } +} diff --git a/package.json b/package.json index a56c8dc..b8534f5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,7 @@ { "scripts": { + "prettier.check": "prettier . --check", + "prettier.write": "prettier . --write", "Alpha": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", "build": "dotnet build --runtime win-x64 --self-contained", "cobertura": "ReportGenerator -reports:.vscode/TestResults/*/coverage.cobertura.xml -targetDir:.vscode/ReportGenerator/Cobertura/1d194f36-30a9-40e0-bf72-2ac275bd2fe2 -reportTypes:Cobertura", @@ -20,5 +22,8 @@ "Z-Compare-Publish-": "dotnet publish \"Compare\\Compare.csproj\" --configuration Release --runtime win-x64 --verbosity normal --self-contained true -o \"D:\\net6.0\\View-by-Distance\\Compare\\\"", "Z-Instance-Publish-": "dotnet publish \"Instance\\Instance.csproj\" --configuration Release --runtime win-x64 --verbosity normal --self-contained true -o \"D:\\net6.0\\View-by-Distance\\Instance\\\"", "Z-Instance-CUDA-Publish-": "dotnet publish \"Instance\\Instance.csproj\" --configuration Release --runtime win-x64 --verbosity normal --self-contained true -o \"D:\\net6.0\\View-by-Distance\\Instance-CUDA\\\"" + }, + "devDependencies": { + "prettier": "3.0.0" } } \ No newline at end of file