diff --git a/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md b/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md index 365f36b..ae9f8f0 100644 --- a/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md +++ b/.beans/nuzlocke-tracker-9c8d--rebrand-to-another-nuzlocke-tracker-ant.md @@ -1,25 +1,9 @@ --- # nuzlocke-tracker-9c8d title: Rebrand to Another Nuzlocke Tracker (ANT) -status: todo +status: in-progress type: task priority: normal created_at: 2026-02-10T14:46:09Z -updated_at: 2026-02-10T14:46:56Z +updated_at: 2026-02-17T18:45:38Z --- - -Adopt the new branding: **Another Nuzlocke Tracker**, abbreviated **ANT**. - -## Context - -- No existing Nuzlocke tracker uses this name or acronym. -- The name is self-deprecating/playful ("yet another...") and the acronym opens up mascot/logo possibilities (ant character). -- **Durant** (Steel/Bug, Gen V) is the mascot Pokémon — an actual ant Pokémon that ties the ANT acronym directly into the Pokémon universe. - -## Checklist - -- [ ] Update project name in package.json / config files -- [ ] Update page titles, meta tags, and any visible app name references -- [ ] Update README and any documentation with the new name -- [ ] Design or source a Durant-themed logo/icon -- [ ] Update favicon and app icons \ No newline at end of file diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index da81873..1929f1f 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -1,6 +1,6 @@ # Deployment -This document describes the deployment architecture and workflows for the nuzlocke-tracker. +This document describes the deployment architecture and workflows for ANT (Another Nuzlocke Tracker). ## Architecture Overview diff --git a/README.md b/README.md index c4a6033..584b072 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nuzlocke-tracker +# ANT - Another Nuzlocke Tracker A full-stack Nuzlocke run tracker for Pokemon games. diff --git a/backend/.env.example b/backend/.env.example index dffd5a4..ea90daf 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,5 +1,5 @@ # Application settings -APP_NAME="Nuzlocke Tracker API" +APP_NAME="Another Nuzlocke Tracker API" DEBUG=true # API settings diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3dc9d7f..2efe7c1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,7 +1,7 @@ [project] -name = "nuzlocke-tracker-api" +name = "another-nuzlocke-tracker-api" version = "0.1.0" -description = "Backend API for Nuzlocke Tracker" +description = "Backend API for Another Nuzlocke Tracker" readme = "README.md" requires-python = ">=3.14" dependencies = [ diff --git a/backend/src/app/core/config.py b/backend/src/app/core/config.py index 5f2999b..9481456 100644 --- a/backend/src/app/core/config.py +++ b/backend/src/app/core/config.py @@ -8,7 +8,7 @@ class Settings(BaseSettings): extra="ignore", ) - app_name: str = "Nuzlocke Tracker API" + app_name: str = "Another Nuzlocke Tracker API" debug: bool = False # API settings diff --git a/frontend/index.html b/frontend/index.html index 02eb0db..b63df98 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,10 +3,10 @@ - Nuzlocke Tracker + ANT - Another Nuzlocke Tracker - + diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b786304..e3707a0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,11 +1,11 @@ { - "name": "nuzlocke-tracker-frontend", + "name": "another-nuzlocke-tracker", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "nuzlocke-tracker-frontend", + "name": "another-nuzlocke-tracker", "version": "0.0.0", "dependencies": { "@dnd-kit/core": "6.3.1", @@ -28,7 +28,7 @@ "tailwindcss": "4.1.18", "typescript": "5.9.3", "vite": "7.3.1", - "vitest": "^4.0.18" + "vitest": "4.0.18" } }, "node_modules/@babel/code-frame": { @@ -2093,6 +2093,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.7.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.7.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@tybys/wasm-util": "^0.10.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.18", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", diff --git a/frontend/package.json b/frontend/package.json index 438d952..232c130 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,5 +1,5 @@ { - "name": "nuzlocke-tracker-frontend", + "name": "another-nuzlocke-tracker", "private": true, "version": "0.0.0", "type": "module", diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest index ecb7b2b..e330370 100644 --- a/frontend/public/site.webmanifest +++ b/frontend/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Nuzlocke Tracker", - "short_name": "Nuzlocke", + "name": "Another Nuzlocke Tracker", + "short_name": "ANT", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" } diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 372b8f7..5e8efce 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -11,7 +11,7 @@ export function Layout() {
- Nuzlocke Tracker + ANT
{/* Desktop nav */} diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 5d0ccac..414e39a 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -18,7 +18,7 @@ export function Home() {

- Nuzlocke Tracker + Another Nuzlocke Tracker

Track your Nuzlocke runs with ease diff --git a/tools/import-pokedb/pyproject.toml b/tools/import-pokedb/pyproject.toml index e4af761..00caa13 100644 --- a/tools/import-pokedb/pyproject.toml +++ b/tools/import-pokedb/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "import-pokedb" version = "0.1.0" -description = "Convert PokeDB.org JSON data exports into nuzlocke-tracker seed format" +description = "Convert PokeDB.org JSON data exports into ANT seed format" requires-python = ">=3.12" dependencies = []