Closed JGAntunes closed 8 years ago
I can't seem to reproduce this on localhost. Any idea why this happens?
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
*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
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.
Print from @Pedrovsky
Guys, this really needs to be solved ASAP, it's on edit too.
Is someone poking around with this? @JGAntunes @dmpaiva @franciscocgoncalves
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.
@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
@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.
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.
On "Speakers" it doesn't but on "Members" sometimes they're not displayed alphabetically
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.
@diogoleitao you were on the sort issue right? #242
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
This is probably related with #325, specifically the issues with the views. Will close and re-open if needed be.
Try opening a series of companies at once and you'll see that in some of the tabs the companies aren't fetched.