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

Support multiple datasets in a repository #24

Open
timwis opened this issue Aug 30, 2019 · 1 comment
Open

Support multiple datasets in a repository #24

timwis opened this issue Aug 30, 2019 · 1 comment

Comments

@timwis
Copy link
Contributor

timwis commented Aug 30, 2019

They should be inside folders named after the dataset, each with their own config file, e.g.

.gitsheets/
  students.toml
  teachers.toml
students/
  1
  2
teachers/
  1
  2
@themightychris
Copy link
Member

To add to that, each sheet config should have a configuable root and path template, e.g.

[gitsheet]
root = "slate/students"
path = "{{ graduation_year }}/{{ status }}/{{ student_number }}"

This will provide a lot of flexibility for integration gitsheet storage into any project, and opens the door to a submodule-compatible solution for referencing arbitrary remote gitsheet datasets

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