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

Implementing create service account flow (s16) #459

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

tahmidefaz
Copy link
Member

No description provided.

Copy link
Contributor

@justinorringer justinorringer left a comment

Choose a reason for hiding this comment

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

Looking good! A couple little things

new_or_existing_choice = FuzzySlotMatch(
"new_or_existing",
[
FuzzySlotMatchOption("new"),
Copy link
Contributor

Choose a reason for hiding this comment

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

What if they say "one I already have" just to trip us up haha. Mostly kidding, but it doesn't seem robust, but maybe thats all good.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, you can potentially say a lot of things like this under new. I am skeptical if we are able to capture all the edge case for this one. We can add more in the QE/Feedback stage if necessary. Not making any changes for this one yet.

data/service_accounts/domain.yml Outdated Show resolved Hide resolved
@tahmidefaz tahmidefaz merged commit 72b64a4 into main Jun 25, 2024
11 of 13 checks passed
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.

2 participants