Skip to content

Commit

Permalink
dpc-1889 Feature: Remove app links (#59)
Browse files Browse the repository at this point in the history
* Update config to remove register url and replace with email register var

* Update banner to link to pilot page rather than faq page

* Update pilot page to remove register link and add email register instead

* Update v1 docs page to remove register link and add email register instead

* Update faqs page to remove register link and add email register instead
  • Loading branch information
SMLuthi authored Oct 8, 2021
1 parent 5ce6170 commit 7abf9f4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cssurl: /assets/css/static-main.css
logourl: /assets/images/top-nav-heart.svg
sbx_register: "https://sandbox.dpc.cms.gov/users/sign_up"
sbx_sign_in: "https://sandbox.dpc.cms.gov/users/sign_in"
pilot_register: "https://airtable.com/shr3m3BL3IWY5hYnm"
email_register: "mailto:DPCINFO@cms.hhs.gov"

global_nav:
- title: Home
Expand Down
5 changes: 1 addition & 4 deletions _includes/_hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
Join the Production Pilot Onboarding Queue!
</div>
<div class="banner-text__content">
For more information, please review the <a href="/faq" id="banner-faq">FAQ</a> about production access.
For more information, please review <a href="/pilot" id="banner-pilot">About the Pilot</a> about production access.
</div>
</div>
<div class="hero-btn__container">
<a href={{ site.pilot_register }} target="_blank" rel=noopener class="sign_up_btn">Apply Now</a>
</div>
</div>
</section>

Expand Down
2 changes: 1 addition & 1 deletion common/docsV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ id: docsV1
side_nav_items: guide1_nav
---

Welcome to the Data at the Point of Care pilot API program! This documentation covers using the sandbox API with synthetic data. Once you’ve tested your implementation in sandbox, you can sign up for [the queue to be onboarded to the production environment](https://airtable.com/shr3m3BL3IWY5hYnm).
Welcome to the Data at the Point of Care pilot API program! This documentation covers using the sandbox API with synthetic data. Once you’ve tested your implementation in sandbox, you can [email DPC](mailto:DPCINFO@cms.hhs.gov) to be added to the queue for production access.

# Authorization
------------------
Expand Down
4 changes: 2 additions & 2 deletions common/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2 class="usa-accordion__heading">
</button>
</h2>
<div id="c1" class="usa-accordion__content">
We're excited to invite you to apply to be a production pilot participant! You can sign up to <a href={{ site.pilot_register }} target="_blank" rel=noopener>join the queue here</a>.
We're excited to invite you to apply to be a production pilot participant! You can <a href={{ site.email_register }} target="_blank" rel=noopener>email DPC</a> to be added to the queue for production access.
</div>

<h2 class="usa-accordion__heading">
Expand Down Expand Up @@ -257,4 +257,4 @@ <h2 class="usa-accordion__heading">
<div id="c6" class="usa-accordion__content">
Good news: our sandbox environment matches the production environment, and we'll roll out new functionality in sandbox before sending it into production. Even if you are not able to participate in the production pilot at this juncture, please continue to test in the sandbox environment with synthetic data. Your feedback through the Google Group is invaluable to our researchers and engineers as we all work together to shape the future of DPC.
</div>
</div>
</div>
8 changes: 4 additions & 4 deletions common/pilot.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
banner_title: About the Pilot
permalink: /pilot
id: pilot
button: Apply for Production
button_url: https://airtable.com/shr3m3BL3IWY5hYnm
button: Email DPC to Request Production Access
button_url: mailto:DPCINFO@cms.hhs.gov
side_nav_items: pilot_nav
---

Expand Down Expand Up @@ -69,7 +69,7 @@ <h2 class="pilot-page-header" id="apply-for-production">2. Apply for Production

<h3 id="join-prod-queue">a. Join the Production Pilot Queue</h3>

You will receive a follow-up email from the DPC team when it is your turn to onboard. Depending on the backlog of organizations, this may mean that your organization will sit in the queue for a few weeks before it is your turn to onboard.
When you're ready to request production access, please <a href={{ site.email_register }} target="_blank" rel=noopener>email</a> the DPC team. You will receive a follow-up email from the DPC team when it is your turn to onboard. Depending on the backlog of organizations, this may mean that your organization will sit in the queue for a few weeks before it is your turn to onboard.


<div class="ds-c-alert ds-u-margin-bottom--5 ds-c-alert--warn">
Expand Down Expand Up @@ -265,4 +265,4 @@ <h2 id="share-feedback">Share Your Feedback</h2>
<a href="https://groups.google.com/g/dpc-api">Join the DPC Google Group</a> community to ask questions, share your thoughts, and hear about updates and upcoming events related to DPC.
</li>
</ol>
</div>
</div>

0 comments on commit 7abf9f4

Please sign in to comment.