Describe the bug
My-session: session is showing multiple times
Expected behaviour
session should show only once
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
i want to work on this
GIF ?
Only accepted and confirmed session should be shown in My Session.
This is a server issue. Please open it there as well. API should by default only return accepted and confirmed sessions
This is a server issue. Please open it there as well. API should by default only return accepted and confirmed sessions
No I got it wrong, All sorts of sessions should be displayed under My Sessions whether it be Accepted, Rejected or any.
But they are showing multiple times. That's what the issue was about .
I didnt close the issue .
On Sun, 5 Jan, 2020, 21:45 Sundaram Dubey, notifications@github.com wrote:
But they are showing multiple times. That's what the issue was about .
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/fossasia/open-event-frontend/issues/3752?email_source=notifications&email_token=AKQMTLW6H654VHMI7KNHTXTQ4IBTHA5CNFSM4KB4FK32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEID2EPY#issuecomment-570925631,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKQMTLXUYFYQ2VKUBLARVEDQ4IBTHANCNFSM4KB4FK3Q
.
oh! so i should create another PR for this.
@kushthedude on removing the infinity loader the sessions are rendering one time. So should i remove it ?
{{#infinity-loader infinityModel=model}}
<div class="ui loading very padded basic segment">
</div>
{{infintyModel.reachedInfinity}}
{{/infinity-loader}}
No there is no bug in infinity model as we are using at various different
places.
There must be bug in its implementation if you are saying it fixes without
it.
On Mon, 6 Jan, 2020, 21:55 Sundaram Dubey, notifications@github.com wrote:
@kushthedude https://github.com/kushthedude on removing the infinity
loader the sessions are rendering one time. So should i remove it ?{{#infinity-loader infinityModel=model}}
{{infintyModel.reachedInfinity}}
{{/infinity-loader}}—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/fossasia/open-event-frontend/issues/3752?email_source=notifications&email_token=AKQMTLWJEXGWJ52FBLPC4CLQ4NLOXA5CNFSM4KB4FK32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIF6P6I#issuecomment-571205625,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKQMTLSV6KV5EWMHQVA7KK3Q4NLOXANCNFSM4KB4FK3Q
.
could there be any problem in model ?
@kushthedude i am not getting this clearly , is it a server side issue . Because model is rendering sessions multiple times when used in infinityModel=model .
Can you please suggest me what to do :pray:
I didn't get time to investigate. The issue may or may not be due to the
infinityModel Lacking or some error in our implementation.
Can you look a further into it , as infinityModal has been serving quite
well in My Tickets,explore and index route.
On Fri, 10 Jan, 2020, 22:24 Sundaram Dubey, notifications@github.com
wrote:
@kushthedude https://github.com/kushthedude i am not getting this
clearly , is it a server side issue . Because model is rendering sessions
multiple times when used in infinityModel=model .
Can you please suggest me what to do 🙏—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/fossasia/open-event-frontend/issues/3752?email_source=notifications&email_token=AKQMTLWXN3VRCU2OGU5KCNTQ5CR5VA5CNFSM4KB4FK32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIURAJQ#issuecomment-573116454,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AKQMTLT2G5WUKWPCRINQ2UDQ5CR5VANCNFSM4KB4FK3Q
.
Yes , isee that infinityModal has been serving quite well in My Tickets that's why i have a doubt there could be a problem in model , perhaps.
@kushthedude i tried that there could be a problem in session card so i remove that too but the actual problem is with model , it is returning every session twice .

and yes infinity loader is working fine.
@iamareebjamal @kushthedude it's a server side issue i think. That is returning every session twice. Please take a look here.
Paste the API link which is returning session twice
The issue is due to the infinityModel. Reverting it until fixed.
Not a Frontend Issue