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 event metadata structure #60

Open
bernhold opened this issue Jan 28, 2024 · 1 comment
Open

Improve event metadata structure #60

bernhold opened this issue Jan 28, 2024 · 1 comment
Labels
enhancement New feature or request priority: low

Comments

@bernhold
Copy link
Contributor

We should probably take advantage of the nesting possible with YAML.

Instead of venue, venue-type, venue-url, and location, we could have

venue:
  name:
  type:
  url:
  location:

And similarly for parent-event, and maybe others.

@bernhold bernhold added the enhancement New feature or request label Jan 28, 2024
@bernhold
Copy link
Contributor Author

For parent events, maybe we can use parent-event-name (e.g. SC23) as a key to find the parent in the events array and get the link that way, avoiding the need to track the parent event filename too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: low
Projects
None yet
Development

No branches or pull requests

1 participant