Print Better Package Info
Opened this issue · 0 comments
GItThatSparrow commented
AS A USER
I NEED TO add relevant detail to the UI when selected a Package
> Platform
> Board
SO THAT platforms are distinguishable even if they have the same Version
number.
This will likely require adding something to the UI, like the Architecture
value of the PlatformVersion
object.
{
"email": "support@intel.com",
"maintainer": "Intel",
"websiteURL": "http://maker.intel.com/",
"name": "Intel",
"platforms": [
{
"name": "Intel i586 Boards",
"version": "1.6.2+1.0",
"category": "Arduino Certified",
"architecture": "i586",
"url": "https://github.com/01org/corelibs-galileo/archive/1.6.2+1.0.tar.gz",
"archiveFileName": "corelibs-galileo-1.6.2.tar.gz",
"checksum": "SHA-256:e20d62b0dccf0d68dbb61d70b866d77134b770b226d6046a61c7e8d55e64e53a",
"size": "272961",
...
...has the same version number as:
{
"name": "Intel i686 Boards",
"version": "1.6.2+1.0",
"category": "Arduino Certified",
"architecture": "i686",
"url": "https://github.com/01org/corelibs-edison/archive/1.6.2+1.0.tar.gz",
"archiveFileName": "corelibs-edison-1.6.2.tar.gz",
"checksum": "SHA-256:538ab8553f832f56b04df80d44992ecc994b9c296f3fce6902832d97f99811a8",
"size": "271420",