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

What about metadata file #295

Open
olup opened this issue Jun 25, 2022 · 1 comment
Open

What about metadata file #295

olup opened this issue Jun 25, 2022 · 1 comment

Comments

@olup
Copy link

olup commented Jun 25, 2022

I am still implementing a CLI tool for lunii in golang, I'll post the repo around here once it has been published.

I think it would be extremely useful to have some metadata in the packs loaded on the lunii - I mean lunii's catalog is enough for official packs but side looaded pack then rely on a separate database that lives on the host, and it's not ideal.

I know you have been thinking the same from this comment

// TODO Enriched metadata in a dedicated file (pack's title, description and thumbnail, nodes' name, group, type and position)

So I will implement something like this for my cli, but I thought we could sync on what to use.

Top of my head, a simple md file, with a friendly format, either YAML or JSON (but I think json makes more sense) with at least the pack's complete uuid (the one that appears in the root's .pi file) and a title.

What do you think ?

@marian-m12l
Copy link
Owner

Yes that would be very nice. I added a few data in "raw" file format but was limited to stay compatible. No such limits with the "fs" file format. Did you end up implementing this?

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