Skip to content

Commit 1bbed49

Browse files
authored
feat: rename Project Control Center to Projects Self-Service (#15)
- Update all references from "Project Control Center" to "Projects Self-Service" - Update documentation and UI components with new name - Update header component product attribute to "projects-self-service" Generated with [Claude Code](https://claude.ai/code) Signed-off-by: Andres Tobon <andrest2455@gmail.com>
1 parent 136702c commit 1bbed49

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to LFX Project Control Center
1+
# Contributing to LFX Projects Self-Service
22

33
Contributions are what make the open-source community such an amazing place to learn, inspire, and create.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LFX PCC
22

3-
This is a monorepo for the LFX PCC (Project Control Center) application, built
3+
This is a monorepo for the LFX PCC (Projects Self-Service) application, built
44
with Angular 19 and experimental zoneless change detection.
55

66
## What's inside?

apps/lfx-pcc/src/app/shared/components/header/header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<div class="border-r border-solid border-gray-200 pr-2">
1010
<img src="/images/lfx-logo.svg" alt="LFX Logo" class="w-auto h-5" />
1111
</div>
12-
<span class="text-xl font-display text-gray-900">Project Control Center</span>
12+
<span class="text-xl font-display text-gray-900">Projects Self-Service</span>
1313
</button>
1414
</ng-template>
1515

1616
<ng-template #end>
1717
<div class="flex items-center gap-4">
18-
<lfx-tools kit="736c27f195" product="project-control-center"></lfx-tools>
18+
<lfx-tools kit="736c27f195" product="projects-self-service"></lfx-tools>
1919
<div class="flex items-center gap-6">
2020
<!-- Search Input -->
2121
<div>

docs/architecture/testing/integration-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ describe('SSR Integration', () => {
275275
// Verify SSR content
276276
expect(response.text).toContain('<!DOCTYPE html>');
277277
expect(response.text).toContain('<app-root');
278-
expect(response.text).toContain('LFX Project Control Center');
278+
expect(response.text).toContain('LFX Projects Self-Service');
279279
});
280280

281281
it('should inject auth context into SSR', async () => {

0 commit comments

Comments
 (0)