r6-operator-counters icon indicating copy to clipboard operation
r6-operator-counters copied to clipboard

Table/data view

Open BurkusCat opened this issue 2 years ago • 0 comments

  • 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 avatar May 08 '22 12:05 BurkusCat