From 8e9a10e9b793791baabeb624286ce4dddee15fbf Mon Sep 17 00:00:00 2001 From: Jamey Greenwood Date: Sat, 17 Jan 2026 23:09:42 +0000 Subject: [PATCH] docs: rename to SimpleShop in docs, plan full rename for later - Update README title to "SimpleShop" - Update ROADMAP title to "SimpleShop Roadmap" - Add "Rename Project to SimpleShop" to Technical Debt section with list of files that would need updating Co-Authored-By: Claude Opus 4.5 --- README.md | 2 +- ROADMAP.md | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3976fb0..bf66797 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SimpleshopTheme +# SimpleShop A beautiful, customisable e-commerce storefront built with Phoenix LiveView. Designed for print-on-demand sellers who want professional shops without design expertise. diff --git a/ROADMAP.md b/ROADMAP.md index 0c24e20..bb1899c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,4 +1,4 @@ -# SimpleshopTheme Roadmap +# SimpleShop Roadmap This document tracks future improvements, features, and known gaps. @@ -133,6 +133,21 @@ Phase 9 testing is basic. Areas needing better coverage: - Graceful degradation when theme settings are invalid - Network error handling in LiveView +### Rename Project to SimpleShop +**Status:** Not implemented +**Effort:** Medium + +The project is currently named `simpleshop_theme` (reflecting its origins as a theme system), but it's now a full e-commerce storefront. Rename to `simple_shop` or `simpleshop` to reflect this. + +**Files to update:** +- `mix.exs` - app name +- `lib/simpleshop_theme/` → `lib/simple_shop/` +- `lib/simpleshop_theme_web/` → `lib/simple_shop_web/` +- All module names (`SimpleshopTheme` → `SimpleShop`) +- `config/*.exs` - endpoint and repo references +- `test/` directories +- Database file name + --- ## Completed (For Reference)