Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-445

This commit is contained in:
Andrew Shumway
2023-05-15 14:37:19 -06:00
4 changed files with 15 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3,5 +3,5 @@ instances: 2
memory: 1G
public_admin_route: notify.app.cloud.gov
redis_enabled: 1
nr_agent_id: ""
nr_app_id: ""
nr_agent_id: "1050708682"
nr_app_id: "1050708682"

View File

@@ -1,5 +1,15 @@
# Notify Sprint Goals Log
## Sprint: TBD (5/11/23)
| | Goal | Impact |
|-------------|-----------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
| Engineering | [Finalizing "must haves"](https://github.com/GSA/notifications-admin/issues/235) and moving to ["quality of life"](https://github.com/GSA/notifications-admin/issues/412) components, work on [data structure](https://github.com/GSA/notifications-api/issues/162) & clearing path to [promote services](https://github.com/GSA/notifications-admin/issues/301) to "live mode" | A functional application that allows for promotion from trial mode to external recipients |
| UX | Continue [integrating USWDS](https://github.com/GSA/notifications-admin/issues/453), start wireframing new flows, strategize collection and synthesis of partner feedback | A U.S. government look and feel, better accessibility, better experience |
| Content | [Content strategy](https://github.com/GSA/notifications-admin/issues/481) and [Notify terminology work](https://github.com/GSA/notifications-admin/issues/480), aligning with Studio comms strategy | Consistency in terminology, tone, type of content |
| Security | Respond to any assessment questions ASAP, transition duties to Steven | Keep the LATO award timeline as short as possible, ensure a smooth transition for compliance POC
## Sprint: Ibis (4/27/23)
| | Goal | Impact |

View File

@@ -46,6 +46,8 @@ module "api_network_route" {
# 1) the app has first been deployed
# 2) the route has been manually created by an OrgManager:
# `cf create-domain gsa-tts-benefits-studio-prototyping beta.notify.gov`
# 3) the acme-challenge CNAME record must be created
# https://cloud.gov/docs/services/external-domain-service/#how-to-create-an-instance-of-this-service
###########################################################################
module "domain" {
source = "github.com/18f/terraform-cloudgov//domain?ref=v0.5.2"