This commit is contained in:
Nat Hillard 2021-05-24 23:24:22 -04:00
commit fd489162d3
24 changed files with 18 additions and 221 deletions

1
.github/CODEOWNERS vendored
View file

@ -1 +0,0 @@
* @switzersc-usds @nathillardusds @TomNUSDS @esfoobar-usds

View file

@ -1,38 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

View file

@ -1,75 +0,0 @@
---
name: Architectural Decision Record
about: Propose an architectural decision
title: 'ADR: [decision here]'
labels: 'decision-record'
assignees: ''
---
# [short title of solved problem and solution]
## Context and Problem Statement
[Describe the context and problem statement, e.g., in free form using two to three sentences. You may want to articulate the problem in form of a question.]
## Decision Drivers <!-- optional -->
- [driver 1, e.g., a force, facing concern, …]
- [driver 2, e.g., a force, facing concern, …]
- … <!-- numbers of drivers can vary -->
## Considered Options
- [option 1]
- [option 2]
- [option 3]
- … <!-- numbers of options can vary -->
## Decision Outcome
Chosen option: "[option 1]", because [justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force force | … | comes out best (see below)].
### Positive Consequences <!-- optional -->
- [e.g., improvement of quality attribute satisfaction, follow-up decisions required, …]
- …
### Negative Consequences <!-- optional -->
- [e.g., compromising quality attribute, follow-up decisions required, …]
- …
## Pros and Cons of the Options <!-- optional -->
### [option 1]
[example | description | pointer to more information | …] <!-- optional -->
- Good, because [argument a]
- Good, because [argument b]
- Bad, because [argument c]
- … <!-- numbers of pros and cons can vary -->
### [option 2]
[example | description | pointer to more information | …] <!-- optional -->
- Good, because [argument a]
- Good, because [argument b]
- Bad, because [argument c]
- … <!-- numbers of pros and cons can vary -->
### [option 3]
[example | description | pointer to more information | …] <!-- optional -->
- Good, because [argument a]
- Good, because [argument b]
- Bad, because [argument c]
- … <!-- numbers of pros and cons can vary -->
## Links <!-- optional -->
- [Link type](link to adr) <!-- example: Refined by [xxx](yyyymmdd-xxx.md) -->
- … <!-- numbers of links can vary -->

View file

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View file

@ -1,22 +0,0 @@
---
name: User Story
about: Template for creating a user story
title: As a [persona], I [want to], [so that].
labels: ''
assignees: ''
---
**Description**
**Solution**
A clear and concise description of the solution.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Links to user research or other resources**
**Tasks**
**Definition of "Done"**

View file

@ -1,52 +0,0 @@
name: 'Compile Mermaid in Markdown'
on:
push:
paths:
- 'docs/**/*.mmd'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Get Changed Files
id: getfile
run: |
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} | grep -e '.*\.mmd$' | xargs)"
- name: Print mmd Files Changed
run: |
echo ${{ steps.getfile.outputs.files }}
- name: Compile Mermaid Files
uses: neenjaw/compile-mermaid-markdown-action@0.3.1
with:
files: ${{ steps.getfile.outputs.files }}
output: '.resources'
env:
HIDE_CODEBLOCKS: 1
ABSOLUTE_IMAGE_LINKS: 1
OUTPUT_FILE_TYPE: "svg"
- name: Show Changes
run: |
git status
- name: Commit Files
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -A
git diff-index --quiet HEAD || git commit -a -m 'Updating Diagram'
- name: Push Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"polyfill":["/polyfill-aab98ca4729baf333612.js"],"app":["/app-404d7df65849d4125f83.js"],"component---src-pages-404-tsx":["/component---src-pages-404-tsx-0559dc84bfa6590824cc.js"],"component---src-pages-index-tsx":["/component---src-pages-index-tsx-a57013ff3500d3516c77.js"]}
{"polyfill":["/polyfill-aab98ca4729baf333612.js"],"app":["/app-55c92fec8bef1c938435.js"],"component---src-pages-404-tsx":["/component---src-pages-404-tsx-0034cde69eb6e625b59e.js"],"component---src-pages-index-tsx":["/component---src-pages-index-tsx-e0eef9ac2b72d17f371b.js"]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"webpackCompilationHash":"7c072212febea6e55278"}
{"webpackCompilationHash":"f05fbfd8a85bcf6b4cf1"}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
!function(){"use strict";var e,t,n,r,o,u,i,c={},f={};function a(e){var t=f[e];if(void 0!==t)return t.exports;var n=f[e]={exports:{}};return c[e].call(n.exports,n,n.exports,a),n.exports}a.m=c,e=[],a.O=function(t,n,r,o){if(!n){var u=1/0;for(f=0;f<e.length;f++){n=e[f][0],r=e[f][1],o=e[f][2];for(var i=!0,c=0;c<n.length;c++)(!1&o||u>=o)&&Object.keys(a.O).every((function(e){return a.O[e](n[c])}))?n.splice(c--,1):(i=!1,o<u&&(u=o));i&&(e.splice(f--,1),t=r())}return t}o=o||0;for(var f=e.length;f>0&&e[f-1][2]>o;f--)e[f]=e[f-1];e[f]=[n,r,o]},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},n=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},a.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var o=Object.create(null);a.r(o);var u={};t=t||[null,n({}),n([]),n(n)];for(var i=2&r&&e;"object"==typeof i&&!~t.indexOf(i);i=n(i))Object.getOwnPropertyNames(i).forEach((function(t){u[t]=function(){return e[t]}}));return u.default=function(){return e},a.d(o,u),o},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,n){return a.f[n](e,t),t}),[]))},a.u=function(e){return{30:"40194750",218:"component---src-pages-404-tsx",532:"styles",691:"component---src-pages-index-tsx"}[e]+"-"+{30:"289e28ad174c3a577ea1",218:"0034cde69eb6e625b59e",532:"92bc8c49729baf1edee6",691:"e0eef9ac2b72d17f371b"}[e]+".js"},a.miniCssF=function(e){return"styles.1a2d377b0d2cc63f6a95.css"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r={},o="justice40-tool:",a.l=function(e,t,n,u){if(r[e])r[e].push(t);else{var i,c;if(void 0!==n)for(var f=document.getElementsByTagName("script"),l=0;l<f.length;l++){var s=f[l];if(s.getAttribute("src")==e||s.getAttribute("data-webpack")==o+n){i=s;break}}i||(c=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,a.nc&&i.setAttribute("nonce",a.nc),i.setAttribute("data-webpack",o+n),i.src=e),r[e]=[t];var d=function(t,n){i.onerror=i.onload=null,clearTimeout(p);var o=r[e];if(delete r[e],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach((function(e){return e(n)})),t)return t(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),c&&document.head.appendChild(i)}},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.p="/justice40-tool/",u=function(e){return new Promise((function(t,n){var r=a.miniCssF(e),o=a.p+r;if(function(e,t){for(var n=document.getElementsByTagName("link"),r=0;r<n.length;r++){var o=(i=n[r]).getAttribute("data-href")||i.getAttribute("href");if("stylesheet"===i.rel&&(o===e||o===t))return i}var u=document.getElementsByTagName("style");for(r=0;r<u.length;r++){var i;if((o=(i=u[r]).getAttribute("data-href"))===e||o===t)return i}}(r,o))return t();!function(e,t,n,r){var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.onerror=o.onload=function(u){if(o.onerror=o.onload=null,"load"===u.type)n();else{var i=u&&("load"===u.type?"missing":u.type),c=u&&u.target&&u.target.href||t,f=new Error("Loading CSS chunk "+e+" failed.\n("+c+")");f.code="CSS_CHUNK_LOAD_FAILED",f.type=i,f.request=c,o.parentNode.removeChild(o),r(f)}},o.href=t,document.head.appendChild(o)}(e,o,t,n)}))},i={658:0},a.f.miniCss=function(e,t){i[e]?t.push(i[e]):0!==i[e]&&{532:1}[e]&&t.push(i[e]=u(e).then((function(){i[e]=0}),(function(t){throw delete i[e],t})))},function(){var e={658:0,532:0};a.f.j=function(t,n){var r=a.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else if(/^(532|658)$/.test(t))e[t]=0;else{var o=new Promise((function(n,o){r=e[t]=[n,o]}));n.push(r[2]=o);var u=a.p+a.u(t),i=new Error;a.l(u,(function(n){if(a.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var o=n&&("load"===n.type?"missing":n.type),u=n&&n.target&&n.target.src;i.message="Loading chunk "+t+" failed.\n("+o+": "+u+")",i.name="ChunkLoadError",i.type=o,i.request=u,r[1](i)}}),"chunk-"+t,t)}},a.O.j=function(t){return 0===e[t]};var t=function(t,n){var r,o,u=n[0],i=n[1],c=n[2],f=0;for(r in i)a.o(i,r)&&(a.m[r]=i[r]);if(c)var l=c(a);for(t&&t(n);f<u.length;f++)o=u[f],a.o(e,o)&&e[o]&&e[o][0](),e[u[f]]=0;return a.O(l)},n=self.webpackChunkjustice40_tool=self.webpackChunkjustice40_tool||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))}()}();

View file

@ -1 +1 @@
{"namedChunkGroups":{"polyfill":{"name":"polyfill","assets":[{"name":"webpack-runtime-d7a6d8fad0b8538c7d94.js","size":4775},{"name":"polyfill-aab98ca4729baf333612.js","size":220674}],"filteredAssets":0,"assetsSize":225449,"filteredAuxiliaryAssets":0,"auxiliaryAssetsSize":0},"app":{"name":"app","assets":[{"name":"webpack-runtime-d7a6d8fad0b8538c7d94.js","size":4775},{"name":"styles.a678c0c6efbdb3b4503b.css","size":358503},{"name":"framework-a3da6a89099751fcddf3.js","size":368551},{"name":"app-404d7df65849d4125f83.js","size":1253150}],"filteredAssets":0,"assetsSize":1984979,"filteredAuxiliaryAssets":55,"auxiliaryAssetsSize":2173903},"component---src-pages-404-tsx":{"name":"component---src-pages-404-tsx","assets":[{"name":"component---src-pages-404-tsx-0559dc84bfa6590824cc.js","size":29026}],"filteredAssets":0,"assetsSize":29026,"filteredAuxiliaryAssets":0,"auxiliaryAssetsSize":0},"component---src-pages-index-tsx":{"name":"component---src-pages-index-tsx","assets":[{"name":"styles.a678c0c6efbdb3b4503b.css","size":358503},{"name":"40194750-289e28ad174c3a577ea1.js","size":699060},{"name":"component---src-pages-index-tsx-a57013ff3500d3516c77.js","size":31396}],"filteredAssets":0,"assetsSize":1088959,"filteredAuxiliaryAssets":55,"auxiliaryAssetsSize":2173903}},"assetsByChunkName":{"polyfill":["webpack-runtime-d7a6d8fad0b8538c7d94.js","polyfill-aab98ca4729baf333612.js"],"app":["webpack-runtime-d7a6d8fad0b8538c7d94.js","styles.a678c0c6efbdb3b4503b.css","framework-a3da6a89099751fcddf3.js","app-404d7df65849d4125f83.js"],"component---src-pages-404-tsx":["component---src-pages-404-tsx-0559dc84bfa6590824cc.js"],"component---src-pages-index-tsx":["styles.a678c0c6efbdb3b4503b.css","40194750-289e28ad174c3a577ea1.js","component---src-pages-index-tsx-a57013ff3500d3516c77.js"]},"childAssetsByChunkName":{}}
{"namedChunkGroups":{"polyfill":{"name":"polyfill","assets":[{"name":"webpack-runtime-3c44dd79667bc38a190a.js","size":4790},{"name":"polyfill-aab98ca4729baf333612.js","size":220674}],"filteredAssets":0,"assetsSize":225464,"filteredAuxiliaryAssets":0,"auxiliaryAssetsSize":0},"app":{"name":"app","assets":[{"name":"webpack-runtime-3c44dd79667bc38a190a.js","size":4790},{"name":"styles.1a2d377b0d2cc63f6a95.css","size":359328},{"name":"framework-a3da6a89099751fcddf3.js","size":368551},{"name":"app-55c92fec8bef1c938435.js","size":1253615}],"filteredAssets":0,"assetsSize":1986284,"filteredAuxiliaryAssets":55,"auxiliaryAssetsSize":2173903},"component---src-pages-404-tsx":{"name":"component---src-pages-404-tsx","assets":[{"name":"component---src-pages-404-tsx-0034cde69eb6e625b59e.js","size":29041}],"filteredAssets":0,"assetsSize":29041,"filteredAuxiliaryAssets":0,"auxiliaryAssetsSize":0},"component---src-pages-index-tsx":{"name":"component---src-pages-index-tsx","assets":[{"name":"styles.1a2d377b0d2cc63f6a95.css","size":359328},{"name":"40194750-289e28ad174c3a577ea1.js","size":699060},{"name":"component---src-pages-index-tsx-e0eef9ac2b72d17f371b.js","size":31411}],"filteredAssets":0,"assetsSize":1089799,"filteredAuxiliaryAssets":55,"auxiliaryAssetsSize":2173903}},"assetsByChunkName":{"polyfill":["webpack-runtime-3c44dd79667bc38a190a.js","polyfill-aab98ca4729baf333612.js"],"app":["webpack-runtime-3c44dd79667bc38a190a.js","styles.1a2d377b0d2cc63f6a95.css","framework-a3da6a89099751fcddf3.js","app-55c92fec8bef1c938435.js"],"component---src-pages-404-tsx":["component---src-pages-404-tsx-0034cde69eb6e625b59e.js"],"component---src-pages-index-tsx":["styles.1a2d377b0d2cc63f6a95.css","40194750-289e28ad174c3a577ea1.js","component---src-pages-index-tsx-e0eef9ac2b72d17f371b.js"]},"childAssetsByChunkName":{}}