JJ Naughton

Results 62 comments of JJ Naughton

Yeah I'm open to other representations via the UI

@mbilker I'm walking back on having the null coordinates in the separate array. We're setting up a Data tab that will display text representations of all the data, and it's...

I think the former would be best. We can change it later, but I think that makes the most sense. Another thought: the same way we have `.popup` maybe we...

Update: We will have a `.table`, which you should utilize like `.popup`, but @GavinFreud will work out the actual implementation of converting the relevant fields to a table in HTML...

Each dataset will have a `.table` prop, the same way it has `.popup` now. That hasn't been implemented yet. But we will need a mechanism for UI itself. We need...

Two things: 1. I think this should be it's own UI, aligned on the right of the screen, opposite the current sidebar. 2. I think it should be a little...

That looks great. Try and make the var names a little more appropriate, but the approach looks exactly like what we need

It's for the two different datasets: 311 was stringified and police was just taking the incident itself. But, yeah we need to standardize this whole popup so that there's some...

++ I think there should be a title field that gets a special heading, but I think that we should display other fields, too. Some things are shared between 311...

The JSON garbage has been fixed, but we still need delineate the data we care about for the datasets we already have. #26 (closing with #79 ) should provide a...