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

display the schedule #11

Open
3 of 6 tasks
aoloe opened this issue Feb 13, 2016 · 2 comments
Open
3 of 6 tasks

display the schedule #11

aoloe opened this issue Feb 13, 2016 · 2 comments

Comments

@aoloe
Copy link
Contributor

aoloe commented Feb 13, 2016

  • create a schedule overview page
    • one column per day
    • each group of slots as an item as high as the time used
    • talks as a list in the slot, on one lnie
    • link to the talk description
  • create a program over page
    • create a flat list of all talks, per day
  • create a single talk page
@ms-studio
Copy link
Member

Some comments about the current page-schedule-grid.php :

  • it's an expensive query (checking all the posts of the site based on a custom field), so let's store the query as a transient - see an example in this gist.
  • adding more data to each item: speaker name, additional speakers: (lgm_additional_speakers). you can look up the names of the fields in our documentation.

@aoloe
Copy link
Contributor Author

aoloe commented Mar 8, 2016

i did not know about thransient queries. thanks!
i've changed the code to use the transient query when the user is not logged in...

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

No branches or pull requests

2 participants