Skip to content

Rename 'Click To Enter New Patient' button to 'Enter New Patient'#511

Open
c-tonneslan wants to merge 248 commits into
CodeForPhilly:listOfMedfrom
c-tonneslan:fix/509-rename-enter-patient-button
Open

Rename 'Click To Enter New Patient' button to 'Enter New Patient'#511
c-tonneslan wants to merge 248 commits into
CodeForPhilly:listOfMedfrom
c-tonneslan:fix/509-rename-enter-patient-button

Conversation

@c-tonneslan
Copy link
Copy Markdown

Closes #509.

Drops the leading 'Click To' on the patient-summary button for accessibility (not every user is on a click-capable device) and to match the standard concise button labeling convention.

StubberG3 and others added 30 commits August 24, 2025 13:53
…; restyle logout button; fix css of mobile nav links; remove login sidenav
…ed-deployment

refactor(ci): clean up docker and kubernetes deployments
…ot-public

 [CodeForPhilly#393] Allow unauthenticated users to use the chatbot
…sh-workaround

[CodeForPhilly#382] Comment with workaround for PostgreSQL crash
sahilds1 and others added 30 commits May 1, 2026 15:22
# Conflicts:
#	deploy/manifests/balancer/base/kustomization.yaml
#	deploy/manifests/balancer/overlays/production/kustomization.yaml
#	deploy/manifests/balancer/overlays/sandbox/kustomization.yaml
# Conflicts:
#	deploy/manifests/balancer/base/kustomization.yaml
#	deploy/manifests/balancer/overlays/sandbox/kustomization.yaml
database.yaml already has namespace: cloudnative-pg hardcoded.
The kustomize patch was a no-op replacing the same value.
The Database resource must live in the cloudnative-pg namespace alongside
the Cluster CRD. Kustomize's namespace field overrides all resources,
making it impossible to keep a cross-namespace resource in the app overlay.
Moved to infra/cloudnative-pg/balancer-database.yaml in cfp-sandbox-cluster.
Kustomize's namespace field overrides ALL resources, making it impossible
to keep the Database in cloudnative-pg namespace within the main overlay.
Created a separate kustomization at overlays/sandbox/cnpg/ without the
namespace field, so the Database stays in cloudnative-pg namespace.

This keeps sandbox and production databases separate - production overlay
has no CNPG resources.
Adds the balancer-db-credentials SealedSecret to the sandbox CNPG overlay so
cnpg can set the balancer role password. The sealed secret uses the cluster's
sealed-secrets controller cert and targets the cloudnative-pg namespace.
…ndbox-cluster

The Database CR and SealedSecret should live in cfp-sandbox-cluster
under the cloudnative-pg namespace, not in the app overlay.
feat: integrate Gateway API, CORS config, and CNPG database for sandbox
…ion-boundaries

[auth] fix auth problems permission boundaries
…-email-activation

[auth] account registration form and email activation
Refactor CORS_ALLOWED_ORIGINS to remove empty strings.
Refactor CORS_ALLOWED_ORIGINS to remove empty strings.
…en-refresh

[auth] Update login page, add token refresh, and fix password reset flow
Closes CodeForPhilly#509. Drops 'Click To' for accessibility (not every user uses
a click-capable device) and to match standard concise button labeling.

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants