From 1722d65d2273ac8df548fb727b7d8e683988f77d Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 30 Apr 2026 16:08:55 -0400 Subject: [PATCH] chore(doc): remove unused edit-workspace-settings task --- .../002-edit-workspace-settings.md | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 docs/TASKS/workspace-review-workflow/002-edit-workspace-settings.md diff --git a/docs/TASKS/workspace-review-workflow/002-edit-workspace-settings.md b/docs/TASKS/workspace-review-workflow/002-edit-workspace-settings.md deleted file mode 100644 index d4e5950..0000000 --- a/docs/TASKS/workspace-review-workflow/002-edit-workspace-settings.md +++ /dev/null @@ -1,24 +0,0 @@ -# Task: Edit workspace settings - -## Goal - -Allow managers to update the active workspace name and time zone from the workspace settings page. - -## Feature Spec - -- `docs/FEATURES/workspace-review-workflow.md` - -## Scope - -- Add a backend workspace update endpoint for `name` and `timeZone`. -- Add a backend workspace logo upload endpoint. -- Add a frontend workspace store update action. -- Replace the workspace settings general summary with editable details and logo controls. -- Do not display workspace slug or workspace creation date on the workspace settings page. - -## Validation - -```bash -dotnet build backend/Socialize.slnx -cd frontend && npm run build -```