Open senderle opened 4 years ago
Finished the systems and layouts for displaying protest and country data. I'm using dl tags but they don't seem to be formatting in the way we want. This theme we're using also has it so that every page we make becomes an option on the home layout top bar. Both of these issues have to do with the theme's layouts probably so i'm not concerned.
I think the google map tileset is a little more complicated, it doesn't seem like what we have currently with Bokeh and map.py will transfer easily to the Google Maps API. However, I did tabulate four of the tile_providers that Bokeh let's us use, and they don't look that bad. These new changes are on my branch.
This is a short document with a list of major features we need to add. Some of these could become their own issues, but for now I'm just creating a checklist.
_data
folder.<dl>
). It should be possible to pass a row index from the front matter to this layout; the layout will then pull that row and map its columns to display fields._pages
using the above layout. The front matter will have arow_index
variable, which is the value the layout uses to decide which row to display._data
folder.<dl>
). It should be possible to pass a row index from the front matter to this layout; the layout will then pull that row and map its columns to display fields._pages
using the above layout. The front matter will have arow_index
variable, which is the value the layout uses to decide which row to display.div
on the main page (i.e. outside the vis). This should provide some hints about how to proceed, though it uses another visualization; but the fact that it works suggests to me that this shouldn't be that different.