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

Show a schedule of upcoming events on homepage #84

Open
iancrowther opened this issue Dec 9, 2015 · 6 comments
Open

Show a schedule of upcoming events on homepage #84

iancrowther opened this issue Dec 9, 2015 · 6 comments

Comments

@iancrowther
Copy link
Member

The idea is to give people insights to upcoming speakers.

This should be dynamic, based on the current state of github.com/lnug/speakers

"We could pull in all the milestones setup in github I guess, that would give a list of the next few events. Would need to think about where in the UI it sits. Not gonna look at this till after the redesign is out."

@simonmcmanus
Copy link

do we really need show more than when the next event is?

Not sure what the value is here.

@iancrowther
Copy link
Member Author

this has come from user feedback - people want to know whats coming up 2 or 3 months ahead for their personal planning.

Example: if you are travelling a long distance, you have to choose the events that stand out to you

@simonmcmanus
Copy link

simonmcmanus commented Nov 14, 2017

We should be able to add more events to the homepage. We can reuse most of the existing mechanism, we will just need to think about how we build up the selectors.

We should ensure future events don't make it into the archive.

Check out this file to see how we build up the data:
https://github.com/lnug/website/blob/master/bin/update-json.js

I suspect we want to add another json file which stores the upcoming events.

To see how we get that data into the markup search the spec for speakerSelectors:

https://github.com/lnug/website/blob/master/spec.js

@sielay
Copy link
Member

sielay commented Feb 10, 2018

#154 That adds list of future events. If you tell where you want to put them on the homepage I can easily add it

@simonmcmanus
Copy link

@sielay - looking at the homepage I can't see an obvious place to add it. We would probably need to make a new section for each month to keep things clear. Now we have a future events page I wonder if we need the list on the homepage at all.

Im open to suggestions though.

@sielay
Copy link
Member

sielay commented Mar 6, 2018

You could put a** big button saying future, but it will draw attention from actual content. Or below 2 talks from next event, we can have dividing heading and then list of future events. Let's not be scared of scrolling ;)

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

No branches or pull requests

3 participants