openwichita / public-meetings

A service to show all upcoming available public meetings for the City of Wichita.
1 stars 4 forks source link

Improve display (html & css) of meeting list #6

Closed sethetter closed 7 years ago

sethetter commented 7 years ago

HTML here -> web/templates/meeting/index.html.eex CSS here -> web/static/app.css

Feel free to pull use bootstrap!

aaronarduino commented 7 years ago

I can take this on. Reading the Slack backlog, this might need to be a calendar? I found an css implementation of a calendar that I could use.

Although I'm not sure the current way of getting meetings on the page would suit a calendar. If we go the way of a calendar we would need to loop through all the dates in a month and on the days that have meetings add them to the html.

sethetter commented 7 years ago

@aaronarduino honestly I think a better first step is just a list view of the meetings. Not a table, but think a card or section for each event with the details laid out in just better-than-current typography.

I'm thinking something like this, but doesn't have to be so well designed.

aaronarduino commented 7 years ago

Okay, that gives me a better direction. I'll see what I can do. :smile:

aaronarduino commented 7 years ago

I'm going to close this since pull request #16 was merged. Reopen if changes are needed.