You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: