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

Add information to summary and detail pages on APIs for each platform, component, and ICU version #279

Open
sven-oly opened this issue Aug 16, 2024 · 1 comment

Comments

@sven-oly
Copy link
Collaborator

In the summary page, the column and row labels should be links to the API information:

Summary page:

  1. Column: show all the APIs for that platform for all components and versions presented
  2. Row: show all the APIs in the various platforms for that component in all platforms and versions presented

Detail page:
3. Point to the API(s) for the platform/component/version of the data presented. Include error messages and codes.

@sven-oly
Copy link
Collaborator Author

The data could be stored in a JSON file, perhaps in the verify directory.

If should be list of items with this structure for each:

[ platform (ICU4C, ICU4J, etc.)
component (collation, datetime_fmt, etc.)
ICU version (icu71, icu72, etc.)
links to APIs for this
links to sample test data, e.g., in github/icu/...

@sffc sffc added this to the Priority ⟨P2⟩ milestone Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants