inaes-tic / mbc-caspa

MBC Playout Server {mlt edition}
tic.inaes.gob.ar
GNU Affero General Public License v3.0
11 stars 8 forks source link

Playout view data unstability due to merge with backbone pagination #162

Closed darthpolly closed 10 years ago

darthpolly commented 11 years ago

After merging search-view into master and then rebasing playout-view-master into master, playout-view-master's assumption of having always Schedule and Universe collections fully populated is no longer valid.

Reproduce: on first load, Schedule and Universe have 20 elements, that will be the limit of elements drawn in PlayoutView no matter how many we have scheduled. Besides, if we have scheduled a playlist that has not been fetched into Universe, we won't see the clip description on the zoomable panel and some errors will pop up after accessing methods and properties of undefined objects.

xaiki commented 11 years ago

I thought we found the hack to duplicate a backend to get this working, how did it go ?

On 5 August 2013 19:21, Patricio Reboratti notifications@github.com wrote:

After merging search-view into master and then rebasing playout-view-master into master, playout-view-master's assumption of having always Schedule and Universe collections fully populated is no longer valid.

Reproduce: on first load, Schedule and Universe have 20 elements, that will be the limit of elements drawn in PlayoutView no matter how many we have scheduled. Besides, if we have scheduled a playlist that has not been fetched into Universe, we won't see the clip description on the zoomable panel and some errors will pop up after accessing methods and properties of undefined objects.

— Reply to this email directly or view it on GitHubhttps://github.com/inaes-tic/mbc-caspa/issues/162 .

Niv Sardi

josx commented 11 years ago

I dont think it worth it, beacuse we need an structural change to support it (an it is right now in our schedule)

pardo-bsso commented 10 years ago

I'm not able to reproduce this on master. Anyone else ?

josx commented 10 years ago

i cant reproduce it! @darthpolly ?