From 74fa5d30cece3da27b3df5bf6f1d70b46962e60f Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Mon, 16 Oct 2017 16:41:36 -0500 Subject: [PATCH 01/27] Added stub template for Raed Added a page with some example text so @RaedMan can insert the terms of service language that was drafted in #1. One this is done, it'll render as an HTML page. --- docs/index.md | 5 ----- docs/tos.md | 23 +++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 docs/tos.md diff --git a/docs/index.md b/docs/index.md index 2d0bd9f..a03b0aa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -180,11 +180,6 @@ Elevated lead levels has severe impacts on a child's mental and physical develop * Local non-profits, such as * Families who rent their home from a landlord can also contact the City of Chicago for inspectors to inspect their homes for potential sources of lead poisoning. Families may dial 311 for further assistance. -## Terms and Conditions - -Thou shalt not... - - ## Acknowledgements The "Lead Safe" API was developed by the [Chicago Department of Public Health](https://www.cityofchicago.org/city/en/depts/cdph.html), University of Chicago's [Center for Data Science and Public Policy](http://dsapp.uchicago.edu/) and [Harris School of Public Policy](http://harris.uchicago.edu), and the [Chicago Department of Innovation and Technology](https://www.cityofchicago.org/city/en/depts/doit.html). This project was made possible by a grant from the [Robert Wood Johnson Foundation](http://www.rwjf.org/). diff --git a/docs/tos.md b/docs/tos.md new file mode 100644 index 0000000..cddcbdd --- /dev/null +++ b/docs/tos.md @@ -0,0 +1,23 @@ +# Lead Safe API Terms of Service + +Raed, you can type typical text like this. It's written in a style called Markdown. Replace this text with the desired text. + +## Here is a subsection header. + +You can use more of the # sign to denote sub-sub sections (and so on). + +Numbered lists are like this: + +1. First item +2. Second +3. Third + +[Here](www.cityofchicago.org) is an example of a hyperlink. + +Here is a bulleted list: + +* First item +* Second +* Third + +You can [look at other examples](https://guides.github.com/features/mastering-markdown/) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index ec59edd..a10e120 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ site_url: http://dev.cityofchicago.org/docs/lead-free # Page Tree pages: - Home: index.md +- 'Terms of Service': 'tos.md' # Copyright copyright: Copyright © 2016-2017 City of Chicago and licensed under Creative Commons Attribution-ShareAlike 4.0 International. From e30b0949d3d22ad644ee7b2ff0328763bc059427 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Mon, 16 Oct 2017 16:55:19 -0500 Subject: [PATCH 02/27] First draft of submission form --- docs/signup.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 61 insertions(+) create mode 100644 docs/signup.md diff --git a/docs/signup.md b/docs/signup.md new file mode 100644 index 0000000..5ce6b0f --- /dev/null +++ b/docs/signup.md @@ -0,0 +1,60 @@ +
+

Please select from one of the eligible health networks:

+ +

Please provide information on the lead clinical contact:

+ + + + + + + +

Please provide contact information for the technical advisor:

+ + + + + + I have read the eligibility criteria and certify that this institution meets the minimum standards. +
+

I have read the Terms of Service:

+ I accept the Terms of Service
+ I do not accept the Terms of Service
+ + + +
\ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index ec59edd..fcad9a6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ site_url: http://dev.cityofchicago.org/docs/lead-free # Page Tree pages: - Home: index.md +- 'Apply for Lead Safe': 'signup.md' # Copyright copyright: Copyright © 2016-2017 City of Chicago and licensed under Creative Commons Attribution-ShareAlike 4.0 International. From 5bd8dc5abe7acf718a757347f9570a980c48e299 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Mon, 16 Oct 2017 20:39:11 -0500 Subject: [PATCH 03/27] Styled input form to match aesthetics Unfortunately, this template does not have nice-looking stylings for buttons or forms. The CSS is rather complicated so it is not easy to adjust the underlying styling. For this, I've used inline styling to get forms to look decent. Inline styling was also done for the button. --- docs/signup.md | 45 +++++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/docs/signup.md b/docs/signup.md index 5ce6b0f..aee2622 100644 --- a/docs/signup.md +++ b/docs/signup.md @@ -35,26 +35,39 @@ -

Please provide information on the lead clinical contact:

- - - - - - - -

Please provide contact information for the technical advisor:

- - - - - +

Please provide information on the lead clinical contact

+ +
+ person
+ assignment
+ local_hospital
+ fingerprint
+ place
+ phone
+ email
+
+ +

Please provide contact information for the technical advisor

+ +
+ person
+ assignment
+ place
+ phone
+ email
+
+ +

Eligibility Criteria

+ I have read the eligibility criteria and certify that this institution meets the minimum standards.
+ +

Terms of Service

+

I have read the Terms of Service:

I accept the Terms of Service
I do not accept the Terms of Service
- - +
+ \ No newline at end of file From 8b5d8edcf2f88651cd97a568e7f398f16f1812e9 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Mon, 16 Oct 2017 20:40:53 -0500 Subject: [PATCH 04/27] Switched to blue primary color; red secondary color --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index fcad9a6..c0cc479 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,8 +23,8 @@ site_favicon: 'assets/images/favicon.png' extra: logo: 'assets/images/city-seal-inverse-small.png' palette: - primary: 'blue grey' - accent: 'light blue' + primary: 'blue' + accent: 'red' social: - type: 'twitter' link: 'https://twitter.com/ChicagoCDO' From eb7860988318c0faccb35964710af0e69cc5bb09 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Mon, 16 Oct 2017 21:09:32 -0500 Subject: [PATCH 05/27] Restyled select input (dropdown box) I've restyled the dropdown box of health networks to appear closer to the design of the website. It's not strictly a material design, but is close enough. It would be nice to change the dropdown arrow, but that can be solved later. --- docs/signup.md | 77 +++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 39 deletions(-) diff --git a/docs/signup.md b/docs/signup.md index aee2622..70316ac 100644 --- a/docs/signup.md +++ b/docs/signup.md @@ -1,41 +1,42 @@
-

Please select from one of the eligible health networks:

- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -

Please provide information on the lead clinical contact

+ +

Please provide information on the lead clinical contact

person
@@ -64,9 +65,7 @@

Terms of Service

-

I have read the Terms of Service:

- I accept the Terms of Service
- I do not accept the Terms of Service
+ I accept the Terms of Service

From 7bc44ff0053b77f4e2e9f2875aa4cdb5a3f3f984 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Tue, 17 Oct 2017 00:39:58 -0500 Subject: [PATCH 06/27] Added number field type for NPI --- docs/signup.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/signup.md b/docs/signup.md index 70316ac..677c5d9 100644 --- a/docs/signup.md +++ b/docs/signup.md @@ -1,6 +1,6 @@

Please select from one of the eligible health networks

- @@ -39,23 +39,23 @@

Please provide information on the lead clinical contact

- person
+ person
assignment
- local_hospital
- fingerprint
- place
- phone
- email
+ local_hospital
+ fingerprint
+ place
+ phone
+ email

Please provide contact information for the technical advisor

- person
+ person
assignment
- place
- phone
- email
+ place
+ phone
+ email

Eligibility Criteria

From b4897415ee6f4fdba96dc5b0e33a67b901c9cd2e Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Tue, 17 Oct 2017 00:43:06 -0500 Subject: [PATCH 07/27] Changed color of icons to grey --- docs/signup.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/signup.md b/docs/signup.md index 677c5d9..5d17b8b 100644 --- a/docs/signup.md +++ b/docs/signup.md @@ -39,23 +39,23 @@

Please provide information on the lead clinical contact

- person
- assignment
- local_hospital
- fingerprint
- place
- phone
- email
+ person
+ assignment
+ local_hospital
+ fingerprint
+ place
+ phone
+ email

Please provide contact information for the technical advisor

- person
- assignment
- place
- phone
- email
+ person
+ assignment
+ place
+ phone
+ email

Eligibility Criteria

From d21a70e26af678b23f8e00cfbc37515cbca46cb5 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Tue, 17 Oct 2017 17:12:32 -0500 Subject: [PATCH 08/27] Moved form styling to stylesheets --- docs/javascript/extra.js | 110 +++++++++++++++++++++++++++++++++++++ docs/signup.md | 32 +++++------ docs/stylesheets/extra.css | 35 ++++++++++++ mkdocs.yml | 4 ++ 4 files changed, 165 insertions(+), 16 deletions(-) create mode 100644 docs/javascript/extra.js create mode 100644 docs/stylesheets/extra.css diff --git a/docs/javascript/extra.js b/docs/javascript/extra.js new file mode 100644 index 0000000..3938627 --- /dev/null +++ b/docs/javascript/extra.js @@ -0,0 +1,110 @@ +window.onload = function(){ + crear_select(); +} + +var Navegador_ = (window.navigator.userAgent||window.navigator.vendor||window.opera), + Firfx = /Firefox/i.test(Navegador_), + Mobile_ = /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(Navegador_), + FirfoxMobile = (Firfx && Mobile_); + +var li = new Array(); +function crear_select(){ +var div_cont_select = document.querySelectorAll("[data-mate-select='active']"); +var select_ = ''; +for (var e = 0; e < div_cont_select.length; e++) { +div_cont_select[e].setAttribute('data-indx-select',e); +div_cont_select[e].setAttribute('data-selec-open','false'); +var ul_cont = document.querySelectorAll("[data-indx-select='"+e+"'] > .cont_list_select_mate > ul"); + select_ = document.querySelectorAll("[data-indx-select='"+e+"'] >select")[0]; + if (Mobile_ || FirfoxMobile) { +select_.addEventListener('change', function () { + _select_option(select_.selectedIndex,e); +}); + } +var select_optiones = select_.options; +document.querySelectorAll("[data-indx-select='"+e+"'] > .selecionado_opcion ")[0].setAttribute('data-n-select',e); +document.querySelectorAll("[data-indx-select='"+e+"'] > .icon_select_mate ")[0].setAttribute('data-n-select',e); +for (var i = 0; i < select_optiones.length; i++) { +li[i] = document.createElement('li'); +if (select_optiones[i].selected == true || select_.value == select_optiones[i].innerHTML ) { +li[i].className = 'active'; +document.querySelector("[data-indx-select='"+e+"'] > .selecionado_opcion ").innerHTML = select_optiones[i].innerHTML; +}; +li[i].setAttribute('data-index',i); +li[i].setAttribute('data-selec-index',e); +// funcion click al selecionar +li[i].addEventListener( 'click', function(){ _select_option(this.getAttribute('data-index'),this.getAttribute('data-selec-index')); }); + +li[i].innerHTML = select_optiones[i].innerHTML; +ul_cont[0].appendChild(li[i]); + + }; // Fin For select_optiones + }; // fin for divs_cont_select +} // Fin Function + + + +var cont_slc = 0; +function open_select(idx){ +var idx1 = idx.getAttribute('data-n-select'); + var ul_cont_li = document.querySelectorAll("[data-indx-select='"+idx1+"'] .cont_select_int > li"); +var hg = 0; +var slect_open = document.querySelectorAll("[data-indx-select='"+idx1+"']")[0].getAttribute('data-selec-open'); +var slect_element_open = document.querySelectorAll("[data-indx-select='"+idx1+"'] select")[0]; + if (Mobile_ || FirfoxMobile) { + if (window.document.createEvent) { // All + var evt = window.document.createEvent("MouseEvents"); + evt.initMouseEvent("mousedown", false, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null); + slect_element_open.dispatchEvent(evt); +} else if (slect_element_open.fireEvent) { // IE + slect_element_open.fireEvent("onmousedown"); +} +}else { + + + for (var i = 0; i < ul_cont_li.length; i++) { +hg += ul_cont_li[i].offsetHeight; +}; + if (slect_open == 'false') { + document.querySelectorAll("[data-indx-select='"+idx1+"']")[0].setAttribute('data-selec-open','true'); + document.querySelectorAll("[data-indx-select='"+idx1+"'] > .cont_list_select_mate > ul")[0].style.height = hg+"px"; + document.querySelectorAll("[data-indx-select='"+idx1+"'] > .icon_select_mate")[0].style.transform = 'rotate(180deg)'; +}else{ + document.querySelectorAll("[data-indx-select='"+idx1+"']")[0].setAttribute('data-selec-open','false'); + document.querySelectorAll("[data-indx-select='"+idx1+"'] > .icon_select_mate")[0].style.transform = 'rotate(0deg)'; + document.querySelectorAll("[data-indx-select='"+idx1+"'] > .cont_list_select_mate > ul")[0].style.height = "0px"; + } +} + +} // fin function open_select + +function salir_select(indx){ +var select_ = document.querySelectorAll("[data-indx-select='"+indx+"'] > select")[0]; + document.querySelectorAll("[data-indx-select='"+indx+"'] > .cont_list_select_mate > ul")[0].style.height = "0px"; +document.querySelector("[data-indx-select='"+indx+"'] > .icon_select_mate").style.transform = 'rotate(0deg)'; + document.querySelectorAll("[data-indx-select='"+indx+"']")[0].setAttribute('data-selec-open','false'); +} + + +function _select_option(indx,selc){ + if (Mobile_ || FirfoxMobile) { +selc = selc -1; +} + var select_ = document.querySelectorAll("[data-indx-select='"+selc+"'] > select")[0]; + + var li_s = document.querySelectorAll("[data-indx-select='"+selc+"'] .cont_select_int > li"); + var p_act = document.querySelectorAll("[data-indx-select='"+selc+"'] > .selecionado_opcion")[0].innerHTML = li_s[indx].innerHTML; +var select_optiones = document.querySelectorAll("[data-indx-select='"+selc+"'] > select > option"); +for (var i = 0; i < li_s.length; i++) { +if (li_s[i].className == 'active') { +li_s[i].className = ''; +}; +li_s[indx].className = 'active'; + +}; +select_optiones[indx].selected = true; + select_.selectedIndex = indx; + select_.onchange(); + salir_select(selc); +} + diff --git a/docs/signup.md b/docs/signup.md index 5d17b8b..c9d5e62 100644 --- a/docs/signup.md +++ b/docs/signup.md @@ -1,6 +1,6 @@

Please select from one of the eligible health networks

- @@ -38,24 +38,24 @@

Please provide information on the lead clinical contact

-
- person
- assignment
- local_hospital
- fingerprint
- place
- phone
- email
+
+ person
+ assignment
+ local_hospital
+ fingerprint
+ place
+ phone
+ email

Please provide contact information for the technical advisor

-
- person
- assignment
- place
- phone
- email
+
+ person
+ assignment
+ place
+ phone
+ email

Eligibility Criteria

@@ -67,6 +67,6 @@ I accept the Terms of Service

- + \ No newline at end of file diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..e32695e --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,35 @@ +.selector { + position: relative; + float: left; + min-height: 60px; + box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.3); + border-radius: 3px; + font-size: 16px; + margin-left: 10px; + padding-left: 10px; +} + +.apply-form-subsection { + padding-left: 10%; +} + + +/* Material Icons */ + +.material-icons { + font-size: 36px; + color: #757575; + position: relative; + top: 10px; + margin-right: 10px; + padding-bottom: 10px +} + +.apply-placeholder { + font-size: 16px; + display: inline-block; + min-width: 200px; + width: 50%; + border-bottom: 1px solid #DCDCDC; + box-sizing: border-box; +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c0cc479..26e5b3a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,6 +34,10 @@ extra: link: 'mailto:developers@cityofchicago.org' - type: 'home' link: 'http://dev.cityofchicago.org' +extra_css: + - 'stylesheets/extra.css' +extra_javascript: + - 'javascripts/extra.js' # Google Analytics # google_analytics: From da5ce3447a01c499351f3ce01bcb77b72e6423ae Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Tue, 17 Oct 2017 17:15:33 -0500 Subject: [PATCH 09/27] Fixed broken button formatting --- docs/stylesheets/extra.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e32695e..c2a4cbb 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -32,4 +32,16 @@ width: 50%; border-bottom: 1px solid #DCDCDC; box-sizing: border-box; +} + +.btn { + background-color: #EF5350; + font-size: 16px; + color: #fff; + border-radius: 8px; + display: inline-block; + padding: 15px 32px; + text-decoration: none; + border: none; + cursor: pointer } \ No newline at end of file From 136accf26af82139a72f4654ff856177c1f0bbe2 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Wed, 18 Oct 2017 18:50:28 -0500 Subject: [PATCH 10/27] Updated application page * Changed name from 'signup' to 'apply' for consistency * Added introductory paragraph with explanation * Added maximum length to Illinois Physician License * Switched contact email to HealthyHomes --- docs/{signup.md => apply.md} | 7 +++++-- mkdocs.yml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) rename docs/{signup.md => apply.md} (88%) diff --git a/docs/signup.md b/docs/apply.md similarity index 88% rename from docs/signup.md rename to docs/apply.md index c9d5e62..6a53004 100644 --- a/docs/signup.md +++ b/docs/apply.md @@ -1,3 +1,5 @@ +

If your institution is interested in participating in the Lead Safe program, please fill-out the following application to the Chicago Department of Public Health. All applications must have a clinician and technical contact identified before application, meet the eligibility requirements and agree to the terms of service. Clinicians must be licensed doctors who will help their health network use Lead Safe as part of the hospital's daily operations. The technical contact should be able to work to connect electronic medical records to the Lead Safe API. If you have any questions, please contact HealthyHomes@cityofchicago.org.

+

Please select from one of the eligible health networks


assignment
- local_hospital
- fingerprint
+ local_hospital
+ fingerprint
place
phone
email
@@ -69,4 +71,5 @@
+
\ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 26e5b3a..4a2a214 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ site_url: http://dev.cityofchicago.org/docs/lead-free # Page Tree pages: - Home: index.md -- 'Apply for Lead Safe': 'signup.md' +- 'Apply for Lead Safe': 'apply.md' # Copyright copyright: Copyright © 2016-2017 City of Chicago and licensed under Creative Commons Attribution-ShareAlike 4.0 International. From 4db1ac1c9a149da62fe29a368397cca4237c4f5e Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Wed, 18 Oct 2017 18:57:33 -0500 Subject: [PATCH 11/27] Added developers email to cc line --- docs/apply.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/apply.md b/docs/apply.md index 6a53004..a76654e 100644 --- a/docs/apply.md +++ b/docs/apply.md @@ -71,5 +71,6 @@
+ \ No newline at end of file From 445b01d95ecb423b4cc81480bc009744e9e65866 Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Wed, 18 Oct 2017 18:58:16 -0500 Subject: [PATCH 12/27] Switched favicon to Chicago flag -- same as all websites --- docs/assets/images/favicon.png | Bin 657 -> 318 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/docs/assets/images/favicon.png b/docs/assets/images/favicon.png index 84a406ec7bff4000a33d347f754f6fa5c77fe45e..1325c628ed34e9bf1f0f57613c10f214f6d84a35 100644 GIT binary patch literal 318 zcmZQzU<5(|0RbS%!l1#(z#zuJz@P!d0zj+)#2|4HXaJKC0wf0l|0k(I=$Xb0o}O13 z{!i6q@b$gPU}txk!NuhU!~Z@xAo~hf4K_j$3S6K7rltc5VDd0pOb`Oo64Meh6VriY vG7zRF!o*?fU^L7e7_9^aF!}%gVKzc&5Fdnh?`B{S6og<98zzpd8YBh)7c@BB literal 657 zcmV;C0&e|@P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!~g&e!~vBn4jTXf0wzgBK~y+TjZ@E0 z6HyTU_IIm7D_DaT;(-JYL^w5u1VZAa7dUV;#t`(bi5C+RFC_d2-0@-*4nji0(VOwo z6Cp&yscKD#wP0HVyWMTqnR(moq6y*K!_K^!Z{ECl-_t?@{z1DF;_&zkCvIE(>nQ_c z18Eq#CVmp<3WW5%JE-BXb_UzfAQ9p)t zpo3S_d1#sjorByq?`#`7UfjRkBbUoSvnl3qzk`=kc{wKMGKZme2j)?0PbPD+7-MS- z*xijBg-7Ez5JVj2>TGb^LsuvV*vjc2z1Dl(`#s)AyPg4%1leDEv7tGZ@ zeQ$&x%5@ZOT|;p+tG4ldz_yjmFbp6FA_sW?xrQ%9esCwFX276%^kC5pvQaU{$Vg-; zBy;sFiG)#UwB(N#{R;(Pc^R0P0A^=_#YJFdM#Tx0W=oX7T$2^XL#Z@9xtmE3#BQ_0jO!!eOq?@*E?D@fEJ`{gk8_3k$&9T;wRc*{{mbnZw+3LgLBx zkpiDi-bBib$0MkF0bcJ_Nr@eJK^P0^KPg*Ogp>HXM9LKXN-8}19VB{5~#xOi5h+IRk$I?-c&UZuI%*00000NkvXXu0mjfq5B&B From 41bdbfc4e279809cd4198fcf59128cc4670482ad Mon Sep 17 00:00:00 2001 From: Tom Schenk Jr Date: Wed, 18 Oct 2017 19:33:32 -0500 Subject: [PATCH 13/27] Added instructions to modifying submissions and eligible hospitals --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1835a3d..f241d5a 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,14 @@ Commit and push changes to the server. ## License -Copyright © 2017 City of Chicago. Documentation is licensed under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). \ No newline at end of file +Copyright © 2017 City of Chicago. Documentation is licensed under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). + +## Configuration + +### Emailing Forms + +The application process uses [Formspree.io](http://formspree.io). Currently using the free service, which limits to 1,000 submissions per month. This can be modified in the `` element in `docs/apply.md` + +### List of Eligible Health Networks + +The list of eligible health networks is in `docs/apply.md`. Each institution is listed as an `