-
Notifications
You must be signed in to change notification settings - Fork 582
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: add submit artwork addional documents screen #10493
Conversation
6408931
to
8d3bf82
Compare
8d3bf82
to
6303e1d
Compare
6303e1d
to
409e0b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great PR! 🌟
I've just added a couple of questions and minor suggestions.
src/app/Scenes/SellWithArtsy/ArtworkForm/Components/SubmitArtworkAdditionalDocuments.tsx
Outdated
Show resolved
Hide resolved
src/app/Scenes/SellWithArtsy/ArtworkForm/Components/SubmitArtworkAdditionalDocuments.tsx
Show resolved
Hide resolved
src/app/Scenes/SellWithArtsy/ArtworkForm/Components/SubmitArtworkAdditionalDocuments.tsx
Show resolved
Hide resolved
src/app/Scenes/SellWithArtsy/ArtworkForm/Components/SubmitArtworkAdditionalDocuments.tsx
Show resolved
Hide resolved
...es/SellWithArtsy/ArtworkForm/Components/__tests__/SubmitArtworkAdditionalDocuments.tests.tsx
Outdated
Show resolved
Hide resolved
})) | ||
|
||
// prettier-ignore | ||
jest.mock("app/Scenes/SellWithArtsy/SubmitArtwork/UploadPhotos/utils/uploadDocumentToS3", () => ({ // pragma: allowlist secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And what is this for?
// pragma: allowlist secret
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's for detect-secrets
- it thinks this is a secret for some reason 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, but wouldn't detect-secret add this line to the .secrets.baseline file to know that this line can be ignored?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes! anyway I think I find a way around this. By remove s3 from the name it doesn't think it's a secret anymore 😄
src/app/Scenes/SellWithArtsy/ArtworkForm/Utils/getInitialSubmissionValues.ts
Outdated
Show resolved
Hide resolved
src/app/Scenes/SellWithArtsy/ArtworkForm/Utils/getInitialSubmissionValuesFromArtwork.ts
Outdated
Show resolved
Hide resolved
7cd75f0
to
c924d01
Compare
c924d01
to
9ae6150
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work Mounir!
This PR resolves ONYX-1122
Description
This PR adds Artwork Additional Documents screen to the submission flow
Screen.Recording.2024-07-31.at.12.41.06.mov
Screen.Recording.2024-07-31.at.12.43.20.mov
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.