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

Print Better Package Info #17

Open
GItThatSparrow opened this issue Nov 27, 2018 · 0 comments
Open

Print Better Package Info #17

GItThatSparrow opened this issue Nov 27, 2018 · 0 comments
Labels
Feature: Target Architecture Anything related to the destination of the compiled artifact.

Comments

@GItThatSparrow
Copy link
Collaborator

GItThatSparrow commented Nov 27, 2018

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": "[email protected]",
      "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",
@GItThatSparrow GItThatSparrow added this to Plan in Arduino CLIon via automation Nov 27, 2018
@GItThatSparrow GItThatSparrow added the Feature: Target Architecture Anything related to the destination of the compiled artifact. label Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Target Architecture Anything related to the destination of the compiled artifact.
Projects
Arduino CLIon
  
Plan
Development

No branches or pull requests

1 participant