From ee8c182aa96d5e5b24d7a4c190d9b43aa986d8ef Mon Sep 17 00:00:00 2001 From: rachel-dtr Date: Mon, 15 Apr 2019 11:33:31 -0400 Subject: [PATCH] Updating get started page content --- templates/task_orders/new/get_started.html | 23 +++++++++++++++------- translations.yaml | 8 ++++++++ 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/templates/task_orders/new/get_started.html b/templates/task_orders/new/get_started.html index b129b164..73b00074 100644 --- a/templates/task_orders/new/get_started.html +++ b/templates/task_orders/new/get_started.html @@ -1,5 +1,6 @@ {% from "components/icon.html" import Icon %} + {% extends "base.html" %} {% macro Help(icon_name="", name="", description="", link_text="") %} @@ -15,10 +16,13 @@
-

Let's get started

+

{{ "task_orders.new.get_started.title" | translate }}

- To create a portfolio of JEDI cloud applications, you'll need to submit a task order in your organization's system of record. We'll walk you through the necessary steps of that task order, including the following: + {{ "task_orders.new.get_started.intro" | translate }} +

+

+ {{ "task_orders.new.get_started.intro2" | translate }}

@@ -29,11 +33,19 @@
  • Various approvals
  • +
    +

    + {{ "task_orders.new.get_started.intro3" | translate }} +

    +

    + {{ "task_orders.new.get_started.intro4" | translate }} +

    +
    -

    You'll need a little help getting a task order

    +

    {{ "task_orders.new.get_started.team_header" | translate }}

    {{ Help( name="Development Lead", @@ -59,10 +71,7 @@ {{ Icon("caret_left") }} Cancel - Let's do cloud! -
    -
    -

    Create a portfolio by starting a new task order

    + {{ "task_orders.new.get_started.button" | translate }}
    diff --git a/translations.yaml b/translations.yaml index 4b47c464..a9711883 100644 --- a/translations.yaml +++ b/translations.yaml @@ -473,6 +473,14 @@ task_orders: record_description: Obtain a funding document and file a task order in the appropriate system of record. Once this is complete, come back here and record the task order information. sign: 'Contracting Officer ({contracting_officer}) verifies funding to unlock cloud services.' new: + get_started: + title: Let's get started + intro: Your portfolio is where you can organize all your JEDI cloud applications, funding information, and reporting in one place. It’s also where you can begin the process of securing funds for your new cloud project. + intro2: "To get started, you’ll need to prepare your first task order, which you’ll then submit separately through your organization’s system of record. There are some important steps you’ll need to complete for any task order, including:" + intro3: It should only take about half an hour to complete the task order process from start to finish. Need to know more? You’ll be able to get help at each step along the way. If you’re unable to complete your task order in one session, your work will be saved, and you can continue when you’re ready. + intro4: Not looking to create a whole new portfolio? If you’d like to add a new task order to an existing portfolio, select that portfolio from the list at the left and follow the instructions. + team_header: Before you begin, you’ll need to assemble your team + button: Create a portfolio app_info: section_title: "What You're Making" basic_info_title: Basic Information