GovLab / sourcerer

0 stars 5 forks source link

Making the first case-study a button that sends to the questionnaire #20

Closed dino-at-thegovlab closed 9 years ago

dino-at-thegovlab commented 9 years ago

It can read "add your crowdsourcing story"

luisdaniel commented 9 years ago

A lot of what we've been doing is patching and hacking the original template to suit our needs. The case studies tile section works a certain way: You click a + button and you get a "pop up" html. For now, I can't figure out an easy way to prevent the tiles library from trying to open a pop up instead of just linking somewhere else.

The other option is make the form into a "Project" and have a special page for that. But it'll work the same way as other projects: you'll get a pop-up.

I'll leave this as low priority since there is a bunch of hacking together involved.

dino-at-thegovlab commented 9 years ago

Okok, will work on it as a case study, but, can you make it be always the first one?

luisdaniel commented 9 years ago

no no, the problem is that I can't make it link to some other page. As crazy as it sounds. If I click on a case study I get a pop-up, not a new page like a regular link.

dino-at-thegovlab commented 9 years ago

Yes, I will create it as a case-study, and give a brief explanation of the questionnaire, and then add the link :) but can you make it always be the one on the top left corner?

luisdaniel commented 9 years ago

hmm..... bueno

Case studies are oredered alphanumerically, so just title it "000" and hope that someone doesn't call their project "00".

dino-at-thegovlab commented 9 years ago

Here an example of how thetoolbox.org does this feature:

screen shot 2015-03-10 at 1 35 58 am 2

sahuguet commented 9 years ago

There is an easier way. In the HTML, we had a first item by hand and then we loop over the case studies. For the first item, we can change everything we want.

This is the current stuff. We just need to remove all the stuff we don't want and instead add a link that points to the form.

  • Adopt-a-Hydrant
    Civic participation, Environment and weather, Geospatial mapping
  • On Tue, Mar 10, 2015 at 1:37 AM, Dinorah Cantú-Pedraza < notifications@github.com> wrote:

    Here an example of how thetoolbox.org does this feature:

    [image: screen shot 2015-03-10 at 1 35 58 am 2] https://cloud.githubusercontent.com/assets/8558994/6569739/fa847020-c6c5-11e4-909c-85d782c36fbd.png

    — Reply to this email directly or view it on GitHub https://github.com/GovLab/sourcerer/issues/20#issuecomment-77998673.

    Arnaud Sahuguet – Chief Technology Officer

    luisdaniel commented 9 years ago

    I'll show you guys the issue tomorrow. Go to sleep.

    luisdaniel commented 9 years ago

    done