Skip to content

Event standardization work#7077

Merged
ThatSpaceGuy merged 1 commit intomainfrom
Event-Standardization-Work
Oct 3, 2022
Merged

Event standardization work#7077
ThatSpaceGuy merged 1 commit intomainfrom
Event-Standardization-Work

Conversation

@ThatSpaceGuy
Copy link
Contributor

Standardize the two undocumented Event names to be included in the Schema Doc.

changelog: Internal, Attempts API, Standardize events
@ThatSpaceGuy ThatSpaceGuy force-pushed the Event-Standardization-Work branch from 60b2885 to b2299d0 Compare October 3, 2022 18:47
@ThatSpaceGuy ThatSpaceGuy requested a review from a team October 3, 2022 18:48
let(:personal_key_error) { { personal_key: [error_text] } }
let(:failure_properties) { { success: false, failure_reason: personal_key_error } }
let(:pii_like_keypaths_errors) { [[:errors, :personal_key], [:error_details, :personal_key]] }
let(:response_ok) { FormResponse.new(success: true, errors: {}) }
Copy link
Contributor

Choose a reason for hiding this comment

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

I like the simplification that is done here. Great work 👍

Copy link
Contributor

@Rwolfe-Nava Rwolfe-Nava 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!

end

context 'with an invalid form' do
let(:bad_key) { 'baaad' }
Copy link
Contributor

Choose a reason for hiding this comment

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

😆

@ThatSpaceGuy ThatSpaceGuy merged commit 444f594 into main Oct 3, 2022
@ThatSpaceGuy ThatSpaceGuy deleted the Event-Standardization-Work branch October 3, 2022 20:55
jskinne3 pushed a commit that referenced this pull request Oct 12, 2022
changelog: Internal, Attempts API, Standardize events
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.

3 participants