Skip to content
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

DP-626 Request to join org migration #742

Merged
merged 9 commits into from
Oct 11, 2024

Conversation

rmohammed-goaco
Copy link
Collaborator

No description provided.

namespace CO.CDP.OrganisationInformation;

[JsonConverter(typeof(JsonStringEnumConverter))]
public enum JoinRequestStatus
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion, can we rename to RequestStatus ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That seems too generic to me. Could mean any kind of request then in another developer's eyes and could be confusing. HttpRequest, for example, also has a status.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@jakzal thoughts?

namespace CO.CDP.OrganisationInformation.Persistence;

[Index(nameof(Guid), IsUnique = true)]
public class JoinRequest : IEntityDate
Copy link
Contributor

@dharmverma dharmverma Oct 10, 2024

Choose a reason for hiding this comment

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

Suggestion, table name - OrganisationPersonAccessRequest ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I still prefer join request. Had a session with @jakzal and we thought it appropriate. See https://lucid.app/lucidspark/cb2c1600-0bff-42f2-b5d1-d3c96321b0ca/edit?invitationId=inv_3c51f859-f04a-4885-aff3-a3d949d11acd&page=0_0# for more info

Copy link
Member

Choose a reason for hiding this comment

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

Naming it OrganisationJoinRequest wouldn't hurt while giving more context?

@rmohammed-goaco rmohammed-goaco marked this pull request as ready for review October 10, 2024 13:59
@rmohammed-goaco rmohammed-goaco merged commit 38b1607 into main Oct 11, 2024
8 checks passed
@dharmverma dharmverma deleted the DP-626-request-to-join-org-migrations branch October 15, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants