Skip to content

Commit

Permalink
project name cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand-gsa committed Nov 25, 2024
1 parent bd0c714 commit 3b9eed0
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 10x National Address Database Collaboration Hub (NAD-CH)
# 10x National Address Database Hub (NAD-CH)

## Local Development

Expand Down
2 changes: 1 addition & 1 deletion data/landing_zone/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 10x National Address Database Collaboration Hub (NAD-CH)
# 10x National Address Database Hub (NAD-CH)

## Data Landing Zone

Expand Down
2 changes: 1 addition & 1 deletion documentation/adr/0002-use-python-as-primary-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Accepted

## Context

Development of the 10x National Address Database Collaboration Hub (NAD-CH) is starting up, and we need to determine a programming language to use.
Development of the 10x National Address Database Hub (NAD-CH) is starting up, and we need to determine a programming language to use.

## Decision

Expand Down
4 changes: 2 additions & 2 deletions documentation/architecture/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NAD Collaboration Hub Architecture
# National Address Database Hub Architecture

### Entry Points

Users can work with the NAD Collaboration Hub by way of:
Users can work with the National Address Database Hub by way of:

- **Flask Web Server**: Primary interface for web-based interactions for Data
Producers and NAD Administrator.
Expand Down
2 changes: 1 addition & 1 deletion documentation/artifacts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Artifacts

1. `mapping_template_populated.csv`: this CSV file represents a valid
column mapping ready for submission to the NAD Collaboration Hub.
column mapping ready for submission to the National Address Database Hub.
8 changes: 4 additions & 4 deletions documentation/phase-3-technical-recap.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 10x NAD Collaboration Hub Technical Recap
# 10x NAD Hub Technical Recap

## Intent

This document provides a high-level overview of the 10x NAD Collaboration Hub Phase 3 to
This document provides a high-level overview of the 10x National Address Database Hub Phase 3 to
help developers joining the team for Phase 4, as well as other stakeholders,
understand the history of the effort.

In addition to providing context, this document summarizes:

- The technical decisions that were made during Phase 3 of 10x NAD Collaboration Hub
- The technical decisions that were made during Phase 3 of 10x National Address Database Hub
development
- The state of the codebase at the conclusion of Phase 3
- The next steps for Phase 4 in terms of tasks and decision making
Expand All @@ -29,7 +29,7 @@ According to the [10x website](https://10x.gsa.gov/about/what-we-do/):
> require more funding and resources so they move on to the next phase of work,
> Phase 4, Scale.
10x NAD Collaboration Hub is one of those cases where additional development effort is
10x National Address Database Hub is one of those cases where additional development effort is
necessary. The codebase is more a proof of concept than a minimum viable
product as there is a good deal of work needed to get the application up and
running for real-world users.
Expand Down
2 changes: 1 addition & 1 deletion documentation/terminology.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NAD Collaboration Hub Terminology
# National Address Database Hub Terminology

## Acronyms

Expand Down
2 changes: 1 addition & 1 deletion nad_ch/controllers/web/templates/401.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "_layouts/base.html" %} {% block title %}Home Page{% endblock %} {%
block content %} {% from "components/page-header.html" import page_header %} {{
page_header("NAD Collaboration Hub") }}
page_header("National Address Database Hub") }}
<h3>401 Unauthorized</h3>
<p>Your request lacks valid authentication credentials.</p>
{% endblock %}
2 changes: 1 addition & 1 deletion nad_ch/controllers/web/templates/404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "_layouts/base.html" %} {% block title %}Home Page{% endblock %} {%
block content %} {% from "components/page-header.html" import page_header %} {{
page_header("NAD Collaboration Hub") }}
page_header("National Address Database Hub") }}
<h3>404 Not Found</h3>
<p>The server cannot find the requested resource.</p>
{% endblock %}
2 changes: 1 addition & 1 deletion nad_ch/controllers/web/templates/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
{% include "_layouts/head.html" with context %}
<title>{% block title %}{% endblock %} - NAD Collaboration Hub</title>
<title>{% block title %}{% endblock %} - National Address Database Hub</title>
</head>
<body>
<div class="grid-row minh-viewport">
Expand Down
2 changes: 1 addition & 1 deletion nad_ch/controllers/web/templates/_layouts/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% block head %}
<meta charset="utf-8" />
<meta name="description" content="10x NAD Collaboration Hub" />
<meta name="description" content="10x National Address Database Hub" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
Expand Down
4 changes: 2 additions & 2 deletions nad_ch/controllers/web/templates/_layouts/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div>
<div class="usa-sidenav__logo">
<a href="{{ url_for('index') }}">
<span class="logo-top">National Address Database</span>
<span class="logo-bottom">Collaboration Hub</span>
<span class="logo-top">National Address</span>
<span class="logo-bottom">Database Hub</span>
</a>
</div>
{% if current_user.is_authenticated %}
Expand Down
2 changes: 1 addition & 1 deletion nad_ch/controllers/web/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<div class="grid-col-8">
<p class="about-lead">
The 10x team is piloting the National Address Database Collaboration Hub
The 10x team is piloting the National Address Database Hub
(NAD-CH) with the Department of Transportation (DOT) and the U.S. Virgin
Island's Geospatial Information Services Division.
</p>
Expand Down
2 changes: 1 addition & 1 deletion nad_ch/controllers/web/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "_layouts/base.html" %} {% block title %}Home Page{% endblock %} {%
from "components/page-header.html" import page_header %} {% block content %} {{
page_header("NAD Collaboration Hub") }} {% if current_user.is_authenticated %}
page_header("National Address Database Hub") }} {% if current_user.is_authenticated %}
<p>Hi, {{ current_user.email }}!</p>
<p>Thanks for logging in with {{ current_user.login_provider }}.</p>
{% else %}
Expand Down
Loading

0 comments on commit 3b9eed0

Please sign in to comment.