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

Data structure #180

Merged
merged 6 commits into from
Jun 20, 2018
Merged

Data structure #180

merged 6 commits into from
Jun 20, 2018

Conversation

travi
Copy link
Member

@travi travi commented Jun 20, 2018

dont mind the failing build, that is because of gatsbyjs/gatsby#6031

mostly looking for feedback on the way i've organized the data before trying to migrate stuff from the old site. anything you would do differently?

@travi travi requested a review from a team June 20, 2018 05:09
@travi travi merged commit 084394f into master Jun 20, 2018
@travi travi deleted the data-structure branch June 20, 2018 16:39
time:
start: 6:00pm
end: 7:00pm
host: Gravitate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this basically ties to src/hosts/gravitate-downtown.md and up to the key/value of location: Gravitate?

Copy link
Member Author

@travi travi Jun 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, the actual mappings/relationships are defined here:

site/gatsby-config.js

Lines 6 to 9 in 322a6c5

'MarkdownRemark.frontmatter.talk': 'MarkdownRemark.frontmatter.title',
'MarkdownRemark.frontmatter.speaker': 'MarkdownRemark.frontmatter.name',
'MarkdownRemark.frontmatter.sponsor': 'MarkdownRemark.frontmatter.name',
'MarkdownRemark.frontmatter.host': 'MarkdownRemark.frontmatter.location'

end: 7:00pm
host: Gravitate
sponsor: Robert Half
talk: An Introduction to Transducers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a slides and or source_code key/value for if people already have them hosted somewhere?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while the components don't support showing them yet, i do intend to bring that data over and get it into the components before we'd make the switch. for example, the data is at least in this talk for slides. somewhat related, i plan to add github to the speaker data so that people can easily link to their profile there in addition to twitter

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

Successfully merging this pull request may close these issues.

2 participants