Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sethetter opened this issue Jan 19, 2017 · 4 comments
Closed

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

sethetter opened this issue Jan 19, 2017 · 4 comments
Assignees

Comments

@sethetter
Copy link
Member

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

Feel free to pull use bootstrap!

@aaronarduino
Copy link
Collaborator

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
Copy link
Member Author

@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
Copy link
Collaborator

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

@aaronarduino aaronarduino self-assigned this Jan 22, 2017
aaronarduino added a commit to aaronarduino/public-meetings that referenced this issue Jan 22, 2017
Mearnest added a commit that referenced this issue Jan 24, 2017
Improved display of meeting list per issue #6
@aaronarduino
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants