Code Monkey home page Code Monkey logo

Comments (3)

emaxx-google avatar emaxx-google commented on June 17, 2024

Implementation-wise, the information about all supported readers is already present in a machine-readable format in the "//third_party/ccid/src/readers/supported_readers.txt" file.
And we already have existing code that does a slightly similar thing - parses this file and generates a list of {"vendorId": <...>, "productId": <...>} entries for every supported reader for the manifest.json file. We could generalize this code in order to generate an HTML page for UI as well.

UI-wise, it's TBD what would be the best option to display this information. One idea was that the "Help" button should be changed to open a window displaying a new HTML page that is bundled into the app (and put the "https://support.google.com/chrome/a/answer/7014689" link into the new HTML page). Inside that help window, we could display the list of reader names with, for instance, an input field to perform a quick search.
Perhaps there are other UI solutions that would be reasonable as well.

from chromeos_smart_card_connector.

emaxx-google avatar emaxx-google commented on June 17, 2024

As per offline discussion, repurposing this task to instead host the data at https://support.google.com/chrome/a/answer/7014689 . We'll update the data there with every release of the Smart Card Connector app. The app itself won't contain this data, and only refer to that page from the "Help" button.

The task is still relevant in the sense that we want to have a script that would autogenerate the list of readers for pasting into that article.

from chromeos_smart_card_connector.

emaxx-google avatar emaxx-google commented on June 17, 2024
  • a small addition: Let's also change "//prepare-binaries-for-github-release.py" to include the output file of the new script.

from chromeos_smart_card_connector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.