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

Additional vendor/data source fields on Curb Events #150

Open
jiffyclub opened this issue Sep 24, 2024 · 0 comments
Open

Additional vendor/data source fields on Curb Events #150

jiffyclub opened this issue Sep 24, 2024 · 0 comments

Comments

@jiffyclub
Copy link

Is your feature request related to a problem? Please describe.

The Curb Event model has many ID fields that are all UUIDs, but we have found when working with partners that they very often do not use UUID identifiers internally.

Describe the solution you'd like

It would be nice to have fields on the Curb Event model where they could put those internal identifiers. These are existing fields where it would be nice to have a plain-text addition to hold vendor internal IDs:

  • event_id
  • event_session_id
  • data_source_device_id

Maybe we could create vendor_ prefixed versions of these that are string fields.

Is this a breaking change

  • No, not breaking

Impacted Spec

For which spec is this feature being requested?

  • Events

Describe alternatives you've considered

Alternatively, we could change the existing ID fields to be strings, but this would make them less likely to be globally unique across regions and vendors.

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants