sinfo / eventdeck

:calendar: The awesome web app that supports awesome events
MIT License
9 stars 3 forks source link

Sometimes companies/ speakers aren't fetched #264

Closed JGAntunes closed 8 years ago

JGAntunes commented 9 years ago

Try opening a series of companies at once and you'll see that in some of the tabs the companies aren't fetched.

print

Makay11 commented 9 years ago

I can't seem to reproduce this on localhost. Any idea why this happens?

palma21 commented 9 years ago

It happens when you open several companies/speakers on several tabs.

No idea of the cause though

2015-02-01 15:41 GMT+00:00 Diogo Pais notifications@github.com:

I can't seem to reproduce this on localhost. Any idea why this happens?

— Reply to this email directly or view it on GitHub https://github.com/sinfo/eventdeck/issues/264#issuecomment-72369654.

Jorge Palma Nº 67024 MEIC-Alameda

palma21 commented 9 years ago

*at the same time

2015-02-01 15:43 GMT+00:00 Jorge Palma jorge.palma@ist.utl.pt:

It happens when you open several companies/speakers on several tabs.

No idea of the cause though

2015-02-01 15:41 GMT+00:00 Diogo Pais notifications@github.com:

I can't seem to reproduce this on localhost. Any idea why this happens?

— Reply to this email directly or view it on GitHub https://github.com/sinfo/eventdeck/issues/264#issuecomment-72369654.

Jorge Palma Nº 67024 MEIC-Alameda

Jorge Palma Nº 67024 MEIC-Alameda

JGAntunes commented 9 years ago

Try doing what @palma21 said. What's happens is that sometimes the app doesn't fetch the companies or the companies aren't fetched at the time of the view rendering. This issue is also related with #259 I think.

JGAntunes commented 9 years ago

img

Print from @Pedrovsky

Guys, this really needs to be solved ASAP, it's on edit too.

diogoleitao commented 9 years ago

Is someone poking around with this? @JGAntunes @dmpaiva @franciscocgoncalves

JGAntunes commented 9 years ago

Nop, I don't think so. I'm not 100% sure but I think this may be solved (but please do check it out). My guess is that this was an issue related with the number of simultaneous requests we were doing per page.

João Antunes

On 18 October 2015 at 01:04, Diogo Leitão notifications@github.com wrote:

Is someone poking around with this? @JGAntunes https://github.com/JGAntunes @dmpaiva https://github.com/dmpaiva @franciscocgoncalves https://github.com/franciscocgoncalves

— Reply to this email directly or view it on GitHub https://github.com/sinfo/eventdeck/issues/264#issuecomment-148961981.

diogoleitao commented 9 years ago

@JGAntunes Sometimes I don't always get all the speakers, most of the times I have to refresh the page. I think we still have some problems

franciscocgoncalves commented 9 years ago

@diogoleitao Does that happen to you on Speakers-> Table? If it does that's a different issue that I'll be working on this week.

JGAntunes commented 9 years ago

Yes, that's only supposed to happen on the tables, it should be solved on other views (if not, we still have this issue...)

João Antunes

On 19 October 2015 at 13:52, Francisco Gonçalves notifications@github.com wrote:

@diogoleitao https://github.com/diogoleitao Does that happen to you on Speakers-> Table? If it does that's a different issue that I'll be working on this week.

— Reply to this email directly or view it on GitHub https://github.com/sinfo/eventdeck/issues/264#issuecomment-149204800.

diogoleitao commented 9 years ago

On "Speakers" it doesn't but on "Members" sometimes they're not displayed alphabetically

JGAntunes commented 9 years ago

Yeah, that's an issue with some of the requests we have, they should be done using the sort query param and our collections should be sorted by the updated field on companies and speakers and by name on members per example.

João Antunes

On 19 October 2015 at 15:33, Diogo Leitão notifications@github.com wrote:

On "Speakers" it doesn't but on "Members" sometimes they're not displayed alphabetically

— Reply to this email directly or view it on GitHub https://github.com/sinfo/eventdeck/issues/264#issuecomment-149232872.

JGAntunes commented 9 years ago

@diogoleitao you were on the sort issue right? #242

diogoleitao commented 9 years ago

I'll give this one a try and if I can't come up with anything in a few days, I'll switch to #242

JGAntunes commented 8 years ago

This is probably related with #325, specifically the issues with the views. Will close and re-open if needed be.