-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSP-6865 Property Management summary #3499
Conversation
asanchezr
commented
Oct 3, 2023
✅ No secrets were detected in the code. |
Codecov Report
@@ Coverage Diff @@
## dev #3499 +/- ##
==========================================
+ Coverage 71.42% 71.50% +0.08%
==========================================
Files 1343 1351 +8
Lines 31710 31869 +159
Branches 5977 6005 +28
==========================================
+ Hits 22648 22789 +141
- Misses 8818 8833 +15
- Partials 244 247 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
8f3339f
to
55818fe
Compare
✅ No secrets were detected in the code. |
source/backend/api/Areas/Property/Controllers/PropertyManagementController.cs
Outdated
Show resolved
Hide resolved
source/backend/api/Areas/Property/Controllers/PropertyManagementController.cs
Outdated
Show resolved
Hide resolved
...property/tabs/propertyDetailsManagement/detail/summary/PropertyManagementDetailContainer.tsx
Show resolved
Hide resolved
...tailsManagement/update/summary/__snapshots__/PropertyManagementUpdateContainer.test.tsx.snap
Outdated
Show resolved
Hide resolved
THe property purpose appears to default to other but I don't see that in the requirements. |
55818fe
to
c3b6690
Compare
hmm - this was done after I implemented and demoed the story to the business. So I assume any changes will come in an additional story. Would be ideal if BAs used confluence versioning properly |
✅ No secrets were detected in the code. |
Sorry, I don't follow. AFAIK, the property purposes (plural) is an array (ie multi-select) and it default to the empty array. What is implemented (and called out in Confluence) is that if that array contains the code OTHER, then the additional details textarea is required |
- Move endpoints to new controller - Send flags with response for active lease status and expiry date - Remove lease-view permissions from management endpoints - Add management methods to Property Service
c3b6690
to
4270c53
Compare
✅ No secrets were detected in the code. |