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

[ADDED] Semantic timeline parser testing. Updated nullable properties. #37

Merged
merged 8 commits into from
Mar 16, 2024

Conversation

hossain-khan
Copy link
Owner

No description provided.

Comment on lines +240 to +245
@Json(name = "TYPE_UNKNOWN")
TYPE_UNKNOWN(
"Type Unknown",
"The place has not been categorized.",
"#03a9f4",
),
Copy link
Owner Author

Choose a reason for hiding this comment

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

Needs to be ported back to spec.

Comment on lines +114 to +122
/**
* Indicates the location information was provided by visiting location (e.g. on arrival).
*/
VISIT_ARRIVAL,

/**
* Indicates the location information was provided by visiting location (e.g. on departure).
*/
VISIT_DEPARTURE,
Copy link
Owner Author

Choose a reason for hiding this comment

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

These two also needs to be added back to the spec.

@hossain-khan hossain-khan merged commit 05a216d into main Mar 16, 2024
2 checks passed
@hossain-khan hossain-khan deleted the feat/use-semantic-timeline branch March 16, 2024 12:27
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.

1 participant