UCHIC / SurveyDataViewer

A web application for visualizing the results of social science survey data.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Elements for Each Survey #23

Closed AmberSJones closed 9 years ago

AmberSJones commented 9 years ago

We need to implement a date range for each survey, so let's have a BeginDate and an EndDate.

horsburgh commented 9 years ago

Let's remove the date. For each survey, I want to see:

Title Description Link to Instrument PDF Link to Survey Viewer Link to About Survey Informational Page

jcaraballo17 commented 9 years ago

What data is going to be on the About Survey Info Page? Should I create a field in the database to store the content of that page?

AmberSJones commented 9 years ago

Look at issue #43

jcaraballo17 commented 9 years ago

I added all the information on the database.

Here's what I came up with for displaying the information for the individual surveys on the homepage. What do you think? image

AmberSJones commented 9 years ago

I like it. Let me know when you need content for each of those components.

jcaraballo17 commented 9 years ago

Ok, just implemented all that. Mauriel will work on styling it the right way. Right now we have a random pdf file and a couple of Lorem Ipsum paragraphs for the About Survey information, so anytime would be nice.

Maurier commented 9 years ago

The page is now styled accordingly.

AmberSJones commented 9 years ago

Looks good! Closing.