Currently there is a BIE package version name, but not a name for the package itself. The system currently allows multiple packages with the same package version name and package version id. This can make it harder to identify a correct package programmatically without knowing the internal package id.
Should the package have a unique name, either added to or more likely in place of the package version name, such that the version identifiers belong under that package name? This would be more like package management systems with name/version id combinations uniquely identifying the package.
Currently there is a BIE package version name, but not a name for the package itself. The system currently allows multiple packages with the same package version name and package version id. This can make it harder to identify a correct package programmatically without knowing the internal package id.
Should the package have a unique name, either added to or more likely in place of the package version name, such that the version identifiers belong under that package name? This would be more like package management systems with name/version id combinations uniquely identifying the package.