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

feat(ONYX-902): remove contact information step #13885

Merged
merged 7 commits into from
May 27, 2024

Conversation

tam-kis
Copy link
Contributor

@tam-kis tam-kis commented May 14, 2024

The type of this PR is: Feat

This PR solves ONYX-902

Description

Remove ContactInformation step from submission flow, update routing and steps.
Save User data: name, email and phone.

Screen.Recording.2024-05-16.at.18.01.05.mov

@tam-kis tam-kis self-assigned this May 14, 2024
@tam-kis tam-kis force-pushed the tam-kis/ONYX-902-remove-contact-information-step branch from 73bb23f to 53521fc Compare May 14, 2024 16:06
@tam-kis tam-kis requested a review from MounirDhahri May 14, 2024 16:09
@tam-kis tam-kis changed the title Tam kis/onyx 902 remove contact information step tam-kis(ONYX-902): remove contact information step May 14, 2024
@tam-kis tam-kis force-pushed the tam-kis/ONYX-902-remove-contact-information-step branch from 6dae6f0 to f268d3c Compare May 16, 2024 15:58
@tam-kis tam-kis marked this pull request as ready for review May 16, 2024 16:04
Copy link
Contributor

@olerichter00 olerichter00 left a comment

Choose a reason for hiding this comment

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

Looks great 🌟

let backTo = defaultBackLink
if (isFirstStep && artworkId) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we still need this logic even if we change the first step? Because the first step is still there 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is related to the back button which we don't have anymore on the first step (Artwork Details)

@@ -365,5 +362,15 @@ export const ArtworkDetailsFragmentContainer = createFragmentContainer(
provenance
}
`,
me: graphql`
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@evaschilken
Copy link
Contributor

Is this ready to be merged?

Copy link
Contributor

@olerichter00 olerichter00 left a comment

Choose a reason for hiding this comment

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

Is this ready to be merged?

Overall, this looks good. There is just this open question from the last review.

@tam-kis
Copy link
Contributor Author

tam-kis commented May 27, 2024

Is this ready to be merged?

It seems that this wasn't merged because in the meantime there was a decision to bring back the phone number field.

Copy link
Member

@MounirDhahri MounirDhahri left a comment

Choose a reason for hiding this comment

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

Looks good to me

@tam-kis tam-kis merged commit 1866188 into main May 27, 2024
11 checks passed
@tam-kis tam-kis deleted the tam-kis/ONYX-902-remove-contact-information-step branch May 27, 2024 12:52
@artsy-peril artsy-peril bot mentioned this pull request May 27, 2024
@damassi
Copy link
Member

damassi commented May 27, 2024

@tam-kis - minor, but would you mind updating the PR title to proper semantic-commit idioms? ie, fix, feat, refactor, test, etc. Noticed your username in that spot.

@tam-kis
Copy link
Contributor Author

tam-kis commented May 27, 2024

@tam-kis - minor, but would you mind updating the PR title to proper semantic-commit idioms? ie, fix, feat, refactor, test, etc. Noticed your username in that spot.

Oh, didn't notice, strange! Thank you, will change it.

@tam-kis tam-kis changed the title tam-kis(ONYX-902): remove contact information step feat(ONYX-902): remove contact information step May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants