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

Add new E2E error for expected UTD #93

Merged
merged 4 commits into from
Mar 26, 2024
Merged

Conversation

BillCarsonFr
Copy link
Member

Add a new E2E error type for Expected UTD
Also changed the json schema from enum to oneOf in order to put some comments

@BillCarsonFr BillCarsonFr requested a review from a team as a code owner March 21, 2024 09:18
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

I think there should be typescript updates too?

@@ -39,16 +39,3 @@ enum class Domain {
enum class EventName {
Error
}

enum class Name {
Copy link
Member

Choose a reason for hiding this comment

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

is this going to break any existing code?

Copy link
Member Author

Choose a reason for hiding this comment

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

kotlin is not used, the apps are using kotlin2

Copy link
Member

Choose a reason for hiding this comment

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

so can we get rid of kotlin altogether? Maybe a followup task.

Copy link
Member Author

Choose a reason for hiding this comment

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

#94

schemas/Error.json Outdated Show resolved Hide resolved
schemas/Error.json Outdated Show resolved Hide resolved
schemas/Error.json Outdated Show resolved Hide resolved
@t3chguy
Copy link
Member

t3chguy commented Mar 21, 2024

I think there should be typescript updates too?

There shouldn't. There are no TS types files kept in the git tree.

image

BillCarsonFr and others added 3 commits March 21, 2024 11:40
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Collaborator

@bmarty bmarty left a comment

Choose a reason for hiding this comment

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

OK, thanks!

@BillCarsonFr BillCarsonFr merged commit 77b059c into main Mar 26, 2024
3 checks passed
@BillCarsonFr BillCarsonFr deleted the valere/utd_historical_reason branch March 26, 2024 10:14
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.

4 participants