You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wanted to bring up a point from a discussion with @trubens71 around how we specify types of identifiers, in the off chance that two identifiers have the same kind of syntax/format—and because we're starting to add more identifiers, I'm wondering how we might future proof this.
Here's what I'm considering—in the code snippet below, we have
This brings up an interesting case around how if an identifier-type can fulfill both the organizational and the locational identifiers, then either can be used here. Having an identifier-type would also imply having and maintaining a table of all of the organizational identifiers allowed.
Are multiple identifiers allowed? The single identifier is in all of the examples we've seen before, but the example below shows what this might look like with a PermID—is it a bad idea to allow two different organizational identifiers under one guid?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wanted to bring up a point from a discussion with @trubens71 around how we specify types of identifiers, in the off chance that two identifiers have the same kind of syntax/format—and because we're starting to add more identifiers, I'm wondering how we might future proof this.
Here's what I'm considering—in the code snippet below, we have
In this example, we have a concatenation
lei:353800ZCXKHDPY0N5218
. A couple of questions come up for me here.This brings up an interesting case around how if an identifier-type can fulfill both the organizational and the locational identifiers, then either can be used here. Having an
identifier-type
would also imply having and maintaining a table of all of the organizational identifiers allowed.Would love to hear thoughts, particularly if @vasgat has a specific reason for the concatenation format!
Beta Was this translation helpful? Give feedback.
All reactions