Skip to content

Unicorn approvals#214

Merged
sliedig merged 27 commits intodevelopfrom
unicorn_approvals
Aug 13, 2025
Merged

Unicorn approvals#214
sliedig merged 27 commits intodevelopfrom
unicorn_approvals

Conversation

@sliedig
Copy link
Copy Markdown
Contributor

@sliedig sliedig commented Jul 7, 2025

Summary

Changes

This pull request refactors the Unicorn Properties service into Unicorn Approvals service, updating the namespace and service naming throughout the codebase. The main changes include:

  • Service Rename: Renamed Unicorn.Properties to Unicorn.Approvals throughout the codebase
  • Namespace Updates: Updated all references from UnicornPropertiesNamespace to UnicornApprovalsNamespace
  • Event Bus References: Updated all event bus references from UnicornPropertiesEventBus to UnicornApprovalsEventBus
  • Documentation Updates: Updated README files and documentation to reflect the new service name

User experience

Before: The service was named "Unicorn Properties" which could be confusing as it handled approval workflows rather than property management directly.

After: The service is now named "Unicorn Approvals" which more accurately reflects its purpose of handling approval workflows for contracts and properties. This provides better clarity for developers and users about the service's actual functionality.

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@sliedig sliedig requested a review from a team as a code owner July 7, 2025 00:34
@sliedig sliedig requested a review from adrianjhunter July 7, 2025 00:35
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 7, 2025

No related issues found. Please ensure there is an open issue related to this change to avoid significant delays or closure.

@github-actions github-actions Bot added do-not-merge PRs that are blocked for varying reasons need-issue PR is missing a related issue for tracking change labels Jul 7, 2025
@adrianjhunter adrianjhunter linked an issue Jul 7, 2025 that may be closed by this pull request
@adrianjhunter adrianjhunter removed the need-issue PR is missing a related issue for tracking change label Jul 7, 2025
@adrianjhunter adrianjhunter self-assigned this Jul 7, 2025
Copy link
Copy Markdown
Contributor

@adrianjhunter adrianjhunter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update references to the Properties service in:

/README.md
/unicorn_contracts/README.md
/unicorn_approvals/README.md
/unicorn_web/README.md
/docs/architecture.png

@adrianjhunter adrianjhunter added documentation Improvements or additions to documentation feature New features or minor changes service/approvals Related to Approvals Service and removed do-not-merge PRs that are blocked for varying reasons labels Jul 7, 2025
@sliedig sliedig requested a review from adrianjhunter July 31, 2025 04:03
@sliedig sliedig merged commit f38f25d into develop Aug 13, 2025
@sliedig sliedig deleted the unicorn_approvals branch August 13, 2025 06:47
@github-actions
Copy link
Copy Markdown

undefined No related issues found. Please ensure 'pending-release' label is applied before releasing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation feature New features or minor changes service/approvals Related to Approvals Service

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Rename Unicorn Properties Service to Approvals Service

2 participants