e-Luminate / eluminate_web

The E-Luminate Website
GNU General Public License v3.0
2 stars 3 forks source link

Need link from Event detail screen to Participant (and lose link from Event detail screen to itself) #55

Closed jogwen closed 11 years ago

KimSJ commented 11 years ago

I've lost track of what is our "current best effort" for the Virtual Exhibition Screen. What should I be looking at?

mattions commented 11 years ago

did you pull out the last master? Create a participant by admin, and then inster some events going from /events/create

@KimSJ If we are keen on the carousel in javascript up there we need to introduce it. Shall we open an issue for that?

KimSJ commented 11 years ago

Hmm. Thinking about javascript. A lot of the site stops working if we don't have it; I guess we could implement the carousel as a series of pages showing a chunk of the data. Clunky but possible... and does involve a certain amount of extra work on the server end. Especially if we support both options. My gut is we go for the site working properly with js first, then do the extra work to polish the noscript as an enhancement. I need to merge/resolve your latest changes before I uploadmy js library. Will do after supper...

jogwen commented 11 years ago

The participant carousel is part of the screen that I'm working on - I'm making it work without javascript first and then it can be funked up later with javascript

jogwen commented 11 years ago

The carousel and filter will only show up in the /participants/ screen if there are Category and Participant objects in the database.

On 2 February 2013 18:49, Kim SJ notifications@github.com wrote:

Hmm. Thinking about javascript. A lot of the site stops working if we don't have it; I guess we could implement the carousel as a series of pages showing a chunk of the data. Clunky but possible... and does involve a certain amount of extra work on the server end. Especially if we support both options. My gut is we go for the site working properly with js first, then do the extra work to polish the noscript as an enhancement. I need to merge/resolve your latest changes before I uploadmy js library. Will do after supper...

— Reply to this email directly or view it on GitHubhttps://github.com/e-Luminate/eluminate_web/issues/55#issuecomment-13035197.

jogwen commented 11 years ago

Just merged my latest bit of work to get the category filter working properly, and to only show approved participants. Next need to work on screen content, styling and javascript for the virtual exhibition/participants screens. Like I said, you probably won't see much in this /participants/ screen until you add Participants and Categories, because the category filter doesn't show until you have participants approved in more than one category (no point filtering if "All" and "Photovoltaics" return the same result set).

On 2 February 2013 23:56, Jo Paulger joanna.wakeford@gmail.com wrote:

The carousel and filter will only show up in the /participants/ screen if there are Category and Participant objects in the database.

On 2 February 2013 18:49, Kim SJ notifications@github.com wrote:

Hmm. Thinking about javascript. A lot of the site stops working if we don't have it; I guess we could implement the carousel as a series of pages showing a chunk of the data. Clunky but possible... and does involve a certain amount of extra work on the server end. Especially if we support both options. My gut is we go for the site working properly with js first, then do the extra work to polish the noscript as an enhancement. I need to merge/resolve your latest changes before I uploadmy js library. Will do after supper...

— Reply to this email directly or view it on GitHubhttps://github.com/e-Luminate/eluminate_web/issues/55#issuecomment-13035197.