linuxfoundation / lfevents

For the Linux Foundation Events website events.linuxfoundation.org
MIT License
20 stars 4 forks source link

Events Calendar page #121

Closed cjyabraham closed 5 years ago

cjyabraham commented 5 years ago

Code Events Calendar page to include all Events with filters for the following:

Events that don't have info yet should not have a text link to their page. There could be a checkbox: "List Event on Calendar but don't make public yet"

CFP Status line should be prefixed "CFP Status:"

Boxes for Events should be the same size.

Events should be listed with their logo and not text.

URLs should be stateful.

dankohn commented 5 years ago

I would combine event and category so that you have "KubeCon + CloudNativeCon" with indented options of North America, Europe, and China.

Also, rather than a toggle for Upcoming, you might offer radio buttons for Upcoming, Past, and All.

Dan Kohn dan@linuxfoundation.org Executive Director, Cloud Native Computing Foundation https://www.cncf.io +1-415-233-1000 https://www.dankohn.com

On Fri, Jun 28, 2019 at 11:50 PM Chris Abraham notifications@github.com wrote:

Code Events Calendar page to include all Events with filters for the following:

  • Country (this should be a hierarchical taxonomy of countries and continents; we could have a text field for city)
  • Category (e.g. kubecon)
  • Only Upcoming (a toggle)
  • Event (to show archives for that particular Event)

Events that don't have info yet should not have a text link to their page. There could be a checkbox: "List Event but don't make public yet"

CFP Status line should be prefixed "CFP Status:"

Boxes for Events should be the same size.

Events should be listed with their logo and not text.

URLs should be stateful.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LF-Engineering/lfevents/issues/121?email_source=notifications&email_token=AAXQYBW5DXGC3UOO75CJRS3P43LYDA5CNFSM4H4JQ4XKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G4NRW5Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXQYBXORMDRLDFCZHP7ZF3P43LYDANCNFSM4H4JQ4XA .

cjyabraham commented 5 years ago

Events Calendar so far.

@dankohn I like your idea about having a hierarchical categorization for the Event. Let me think that through...

There isn't an easy way to show just Past, Upcoming or All events using these filters. We may need to create a separate UI for that outside of these filters. Maybe we just show upcoming Events by default and then provide a link "Show Past Events" which reloads the page showing all Events?

@andycochran maybe we can brainstorm this and how to style the filters.

cjyabraham commented 5 years ago

Left a question to the author on how to implement this.

cjyabraham commented 5 years ago

Done and created a separate ticket for @andycochran to style it.