Skip to content

Commit

Permalink
1.0 rc02 (#258)
Browse files Browse the repository at this point in the history
* Update README.md

* Update Readme to make navigation a little clickier

Linking to H1 navigation

* Update Readme.md to use headings in Requirements

* Update description in Technical Approach

* Update link to setup instructions

* Add link to test locations in the repo (master branch)

* Update README.md

* Clean up Technical Approach

* Copy swagger.json into prod asset directory (#255)

* Update location of clde flow

* Fix WCAG errors (#254)

* Add CloudFormation templates

* Update architecture diagram to indicate future focused services. (#256)

* Update docs to link to CloudFormation templates

* Update Sasha's sequence list to link into repos

* Fetch requester catalog after admin item change (#259)

* Clarify links in intro

* Update references to Requirements

Might be gilding the lily with this one but I want to make sure there is a clear connection between these sections of the document. Note: the link will break if we change the heading text.

* Feature/jeffrey/fetch all orders (#260)

* Fetch requester catalog after admin item change

* Fetch all kinds of orders if admin cancels one

* Revert nav links into <a> elements (#261)

* add Cloudformation link to Technical Approach

* Update url and title

* Remove REST from L
  • Loading branch information
svoynow authored and brienw committed Mar 3, 2017
1 parent 3fe02b4 commit 01cfe16
Show file tree
Hide file tree
Showing 39 changed files with 2,558 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react/require-default-props": "off",
"react/prefer-stateless-function": "off",
"react/forbid-prop-types": "off",
"jsx-a11y/no-access-key": 2,
"jsx-a11y/no-access-key": "off",
"jsx-a11y/href-no-hash": 2,
"jsx-a11y/img-has-alt": 2
},
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ ADD . .
RUN brunch build --production && \
mix do compile, phoenix.digest
RUN mix phoenix.swagger.generate priv/swagger/swagger.json
RUN mkdir -p _build/prod/lib/adpq/priv/swagger/
RUN cp priv/swagger/swagger.json _build/prod/lib/adpq/priv/swagger/swagger.json

CMD ["mix", "do", "ecto.migrate,", "phoenix.server"]
98 changes: 57 additions & 41 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion brunch-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.config = {
stylesheets: {
joinTo: "css/app.css",
order: {
before: ["node_modules/uswds/dist/css/uswds.css", "node_modules/c3/c3.css", "web/static/css/uswds-bugfixes.css"],
before: ["node_modules/uswds/dist/css/uswds.css", "node_modules/c3/c3.css", "web/static/css/uswds-bugfixes.scss"],
after: ["web/static/css/app.scss"] // concat app.css last
}
},
Expand Down
108 changes: 96 additions & 12 deletions docs/11-ADPQ-PrototypeA-Architecture.graffle/data.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,55 @@
<integer>8</integer>
<key>GraphicsList</key>
<array>
<dict>
<key>Bounds</key>
<string>{{10.499687194824208, 682.66666666666663}, {470, 14}}</string>
<key>Class</key>
<string>ShapedGraphic</string>
<key>FitText</key>
<string>YES</string>
<key>Flow</key>
<string>Resize</string>
<key>ID</key>
<integer>687</integer>
<key>Shape</key>
<string>Rectangle</string>
<key>Style</key>
<dict>
<key>fill</key>
<dict>
<key>Draws</key>
<string>NO</string>
</dict>
<key>shadow</key>
<dict>
<key>Draws</key>
<string>NO</string>
</dict>
<key>stroke</key>
<dict>
<key>Draws</key>
<string>NO</string>
</dict>
</dict>
<key>Text</key>
<dict>
<key>Pad</key>
<integer>0</integer>
<key>Text</key>
<string>{\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf760
\cocoascreenfonts1{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
\f0\fs24 \cf0 Shaded objects indicate services that we would implement beyond the prototype period }</string>
<key>VerticalPad</key>
<integer>0</integer>
</dict>
<key>Wrap</key>
<string>NO</string>
</dict>
<dict>
<key>Class</key>
<string>LineGraphic</string>
Expand All @@ -63,8 +112,8 @@
<integer>359</integer>
<key>Points</key>
<array>
<string>{256.92779419161917, 285.40788418694325}</string>
<string>{257.36488544174904, 328.1885403218734}</string>
<string>{256.92794149050195, 285.40788418588272}</string>
<string>{257.3653248582649, 328.18854023007123}</string>
</array>
<key>Style</key>
<dict>
Expand Down Expand Up @@ -98,8 +147,8 @@
<integer>183</integer>
<key>Points</key>
<array>
<string>{136.24332717636472, 201.85345585831868}</string>
<string>{215.29321611894019, 242.5354302641353}</string>
<string>{136.24333942642699, 201.85050278084256}</string>
<string>{215.30923899197762, 242.53535968312505}</string>
</array>
<key>Style</key>
<dict>
Expand Down Expand Up @@ -133,8 +182,8 @@
<integer>382</integer>
<key>Points</key>
<array>
<string>{211.25080745343411, 352.04796750305752}</string>
<string>{82.829850625773716, 352.69747662077049}</string>
<string>{211.25080745296964, 352.04760191395513}</string>
<string>{82.829850506016541, 352.69609823643526}</string>
</array>
<key>Style</key>
<dict>
Expand Down Expand Up @@ -570,8 +619,15 @@ API (Phoenix )}</string>
<dict>
<key>fill</key>
<dict>
<key>Draws</key>
<string>NO</string>
<key>FillType</key>
<integer>2</integer>
<key>GradientAngle</key>
<real>90</real>
<key>GradientColor</key>
<dict>
<key>w</key>
<string>0.666667</string>
</dict>
</dict>
<key>shadow</key>
<dict>
Expand All @@ -594,6 +650,21 @@ API (Phoenix )}</string>
<integer>686</integer>
<key>Shape</key>
<string>Rectangle</string>
<key>Style</key>
<dict>
<key>fill</key>
<dict>
<key>FillType</key>
<integer>2</integer>
<key>GradientAngle</key>
<real>90</real>
<key>GradientColor</key>
<dict>
<key>w</key>
<string>0.666667</string>
</dict>
</dict>
</dict>
<key>Text</key>
<dict>
<key>Text</key>
Expand Down Expand Up @@ -1901,7 +1972,20 @@ Product Images, Logs}</string>
<key>Shape</key>
<string>Cylinder</string>
<key>Style</key>
<dict/>
<dict>
<key>fill</key>
<dict>
<key>FillType</key>
<integer>2</integer>
<key>GradientAngle</key>
<real>90</real>
<key>GradientColor</key>
<dict>
<key>w</key>
<string>0.666667</string>
</dict>
</dict>
</dict>
<key>Text</key>
<dict>
<key>Text</key>
Expand Down Expand Up @@ -2036,7 +2120,7 @@ Architecture\
<key>MasterSheets</key>
<array/>
<key>ModificationDate</key>
<string>2017-03-02 18:54:01 +0000</string>
<string>2017-03-03 18:25:38 +0000</string>
<key>Modifier</key>
<string>Matthew Wilson</string>
<key>NotesVisible</key>
Expand Down Expand Up @@ -2117,7 +2201,7 @@ Architecture\
</dict>
</array>
<key>Frame</key>
<string>{{752, 178}, {1168, 906}}</string>
<string>{{144, 121}, {1168, 906}}</string>
<key>ListView</key>
<true/>
<key>OutlineWidth</key>
Expand All @@ -2131,7 +2215,7 @@ Architecture\
<key>SidebarWidth</key>
<integer>120</integer>
<key>VisibleRegion</key>
<string>{{-56, 0}, {688.66666666666663, 509.33333333333331}}</string>
<string>{{-56, 223.33333333333334}, {688.66666666666663, 509.33333333333326}}</string>
<key>Zoom</key>
<real>1.5</real>
<key>ZoomValues</key>
Expand Down
Binary file modified docs/11-ADPQ-PrototypeA-Architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 01cfe16

Please sign in to comment.