You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Aquiis Property Management System - AI Agent Instructions
1
+
# Nine Property Management System - AI Agent Instructions
2
2
3
3
## Development Workflow
4
4
@@ -42,15 +42,15 @@ feature/Phase-X-Feature-Name
42
42
43
43
```bash
44
44
# Ensure build succeeds with 0 errors
45
-
dotnet build Aquiis.sln
45
+
dotnet build Nine.sln
46
46
47
47
# Switch to development and merge
48
48
git checkout development
49
49
git pull origin development
50
50
git merge feature/Phase-X-Feature-Name
51
51
52
52
# Test the merged code in development
53
-
dotnet build Aquiis.sln
53
+
dotnet build Nine.sln
54
54
dotnet test
55
55
```
56
56
@@ -73,7 +73,7 @@ feature/Phase-X-Feature-Name
73
73
git pull origin main
74
74
75
75
# Test locally to verify
76
-
dotnet build Aquiis.sln
76
+
dotnet build Nine.sln
77
77
dotnet test
78
78
```
79
79
@@ -87,7 +87,7 @@ feature/Phase-X-Feature-Name
87
87
88
88
## Project Overview
89
89
90
-
Aquiis is a multi-tenant property management system built with **ASP.NET Core 9.0 + Blazor Server**. It manages properties, tenants, leases, invoices, payments, documents, inspections, and maintenance requests with role-based access control.
90
+
Nine is a multi-tenant property management system built with **ASP.NET Core 9.0 + Blazor Server**. It manages properties, tenants, leases, invoices, payments, documents, inspections, and maintenance requests with role-based access control.
91
91
92
92
## Architecture Fundamentals
93
93
@@ -100,20 +100,20 @@ Aquiis is a multi-tenant property management system built with **ASP.NET Core 9.
100
100
101
101
### Service Layer Architecture
102
102
103
-
Aquiis uses a **layered service architecture** with entity-specific services inheriting from a base service:
103
+
Nine uses a **layered service architecture** with entity-specific services inheriting from a base service:
Aquiis uses a **three-tier component hierarchy** to enable code reuse across SimpleStart and Professional products while maintaining different complexity levels:
324
+
Nine uses a **three-tier component hierarchy** to enable code reuse across Nine and Professional products while maintaining different complexity levels:
0 commit comments