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 -```