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

Table/data view #218

Open
BurkusCat opened this issue May 8, 2022 · 0 comments
Open

Table/data view #218

BurkusCat opened this issue May 8, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@BurkusCat
Copy link
Owner

BurkusCat commented May 8, 2022

  • A completely separate, second page of the app e.g. table.html or data.html or characters.html
  • This page should display detailed information in some sort of table or list view.
  • It does not need to use d3.js, it can be plain HTML (although it makes sense for it to use the same neo4j database)
  • Each table row or list item should show:
    • Operator icon
    • Attack/defense
    • Operation they were apart of
    • Faction
    • Any other misc details since we have more space to show them
    • Who that operator counters and who counters them
  • The data should be marked up using schema.org microdata - we should use the "Character" schema

The purpose of this page should be to provide a non-interactive way to view the data on the graph. We should be able to provide more detailed/more readable information by listing it this way. A user will be able to use "Ctrl+F" to easily search through the data on the page (we may want to provide a filter search box on this page as a future enhancement.

@BurkusCat BurkusCat added enhancement New feature or request help wanted Extra attention is needed labels May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant