+ Contribution reviews are currently delayed. All submissions are being recorded and will be reviewed shortly. Thank you for your patience and continued participation. +
+diff --git a/BUILDERS_PLAN.md b/BUILDERS_PLAN.md index a46e9b5..c5a2b82 100644 --- a/BUILDERS_PLAN.md +++ b/BUILDERS_PLAN.md @@ -315,7 +315,7 @@ GET /api/v1/users/{id}/ # Returns user with all profiles # Category-specific profile updates PATCH /api/v1/validators/me/ # Update validator profile -PATCH /api/v1/builders/me/ # Update builder profile +PATCH /api/v1/builders/me/ # Update builder profile PATCH /api/v1/stewards/me/ # Update steward profile # Leaderboards diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index f810a7f..2862f13 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -132,7 +132,7 @@ Replace these URLs in your configuration: # Check App Runner service status aws apprunner describe-service --service-arn your-service-arn -# Check RDS instance status +# Check RDS instance status aws rds describe-db-instances --db-instance-identifier tally-db # View Amplify app diff --git a/VALIDATOR_JOURNEY_ARCHITECTURE.md b/VALIDATOR_JOURNEY_ARCHITECTURE.md index 64da567..50cb53d 100644 --- a/VALIDATOR_JOURNEY_ARCHITECTURE.md +++ b/VALIDATOR_JOURNEY_ARCHITECTURE.md @@ -36,7 +36,7 @@ FIX: - `last-update`: date ```python TYPES_RULES = { 'validator': lambda user: ( - # Has validator badge OR is in Validator model FIX: only has validator badge + # Has validator badge OR is in Validator model FIX: only has validator badge Contribution.objects.filter( user=user, contribution_type__slug='validator' diff --git a/backend/contributions/tests/test_validator_creation.py b/backend/contributions/tests/test_validator_creation.py index 1e1eca7..dea3eb0 100644 --- a/backend/contributions/tests/test_validator_creation.py +++ b/backend/contributions/tests/test_validator_creation.py @@ -350,7 +350,7 @@ def test_admin_view_post_success(self): response = self.client.post(url, form_data, follow=False) - # Should redirect to user detail page + # Should redirect to user detail page self.assertEqual(response.status_code, 302) # Check user was created (address should be normalized to lowercase) diff --git a/backend/deploy-apprunner.sh b/backend/deploy-apprunner.sh index da07e7c..d9ba847 100755 --- a/backend/deploy-apprunner.sh +++ b/backend/deploy-apprunner.sh @@ -3,7 +3,7 @@ set -e # AWS App Runner Deployment Script with VPC Connector Support # -# Usage: +# Usage: # ./deploy-apprunner.sh [service-name] [vpc-connector-arn] # # Examples: diff --git a/frontend/CATEGORY_NAVIGATION_PLAN.md b/frontend/CATEGORY_NAVIGATION_PLAN.md index 3a30bd6..5c0fd46 100644 --- a/frontend/CATEGORY_NAVIGATION_PLAN.md +++ b/frontend/CATEGORY_NAVIGATION_PLAN.md @@ -17,7 +17,7 @@ Create a category-based navigation system with three modes: Global, Builders, an - Border: `#FED7AA` (orange-200) - Text: `#EA580C` (orange-600) -### Validators +### Validators - Primary: Light blue (cool/sterile/technical) - Background: `#F0F9FF` (sky-50) - Accent: `#38BDF8` (sky-400) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index a30afc9..32041c5 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -287,6 +287,15 @@
+ Contribution reviews are currently delayed. All submissions are being recorded and will be reviewed shortly. Thank you for your patience and continued participation. +
+