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
{{ message }}
This repository was archived by the owner on Mar 15, 2021. It is now read-only.
First, when we name a Register, we identify it so there is an underlying issue with this overlap.
The current naming convention says that a register for a thing, say Foo, should be the name of the thing, so in this case it would be foo. This assumes Foo is managed by a single custodian across the UK.
If each part of the UK were managing Foo on their own, we would use foo-eng, foo-wls, foo-nir and foo-sct.
The current convention has a few issues or undefined behaviour:
What happens if Foo is managed by one custodian for more than one part and for other custodians for the rest of parts? Being more specific:
What happens if the custodian owns less than a part of the UK?
What happens if the scope changes over time? E.g. we start with foo because it applies to the UK but at some point one part starts to handle it on its own. E.g. you start with foo and end up with foo + foo-sct? What does it mean for foo to be now a 3/4 UK rather than all of it?
Extending on the above, what happens if sct and nir start handling Foo on their own? is foo still a reasonable name for the register?
/cc @nacnudus I tried to summarise here the naming issue. Let me know if I missed anything fundamental.