thinkingmachines / linksight-2018

LinkSight is a web app for applying the Philippine Standard Geographic Code to messy and misspelled barangay, municipality, city, and province names.
https://linksight.thinkingmachin.es
GNU General Public License v3.0
11 stars 1 forks source link

Rendering bug causes match results to be indented too far #104

Closed piafaustino closed 6 years ago

piafaustino commented 6 years ago
screen shot 2018-08-14 at 5 13 21 pm
marksteve commented 6 years ago

CSS Grid bug when there are lots of cells. Can be fixed either by pagination or using react-virtualized. Either solution isn't doable by milestone "Release 0.2" :(

piafaustino commented 6 years ago

When testing the happy_path_answer_key, the Check Results screen ends with misaligned columns:

screen shot 2018-08-21 at 3 12 11 pm

Is the user interface truncating the matches that I need to check?