frictionlessdata / data-quality-dashboard

Data Quality Dashboards display statistics on a collection of published data.
Other
33 stars 10 forks source link

Bug with API calls, async loading, persistence, etc. #19

Closed pwalsh closed 9 years ago

pwalsh commented 9 years ago

The codebase has some bugs with loading data that I haven't yet investigated.

When changing routes, I was experiencing weird behaviour, like not having data available.

Currently, the app is rather simple:

Here is the flow:

The first load (home page) seems to work, but changing routes has unpredictable behaviour.

That is where I left it. Need to look in and see what is happening. There is likely a problem with emitting events, or persisting data over routes.

hdurand commented 9 years ago

I think the pull request #22 fixes it by fixing a CSV parsing error. To be confirmed.

hdurand commented 9 years ago

Hi @pwalsh

pwalsh commented 9 years ago

Hi. No, that is not the behaviour I saw. I saw:

I understood from when we talked last week that these problems were solved by the change you made in #22, but I have ot run the code myself to confirm this.

pwalsh commented 9 years ago

Closing this. It seems the bad parsing of data was fixed, but the direct access to a route still fails. This is covered in #28.