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

Feature: Add CSV import functionality #521

Open
JannikStreek opened this issue Dec 17, 2024 · 1 comment
Open

Feature: Add CSV import functionality #521

JannikStreek opened this issue Dec 17, 2024 · 1 comment
Labels
type-enhancement New feature or request

Comments

@JannikStreek
Copy link
Member

Further Notes

Currently, our export is very basic and doesn't reflect the lane changes. If the export is updated to the current version, we can also offer import functionality, meaning parsing a CSV file and adding ideas and columns automatically as a template. That would be interesting to restore a default template for users.

@JannikStreek JannikStreek added the type-enhancement New feature or request label Dec 17, 2024
@PragTob
Copy link
Collaborator

PragTob commented Dec 23, 2024

I wonder how that'd be laid out in a CSV as the data is fairly complex - multiple lanes, labels, ideas in them with comments even.

Unless users need CSV I think I'd advocate for a JSON export/import.

Since the formats will change, the question is also how many "older" formats should be supported.

It's probably not applicable here as it can't work across deploys but there is also erlang.term_to_binary and the binary format: https://www.erlang.org/doc/apps/erts/erl_ext_dist.html (would/should work against the same code version/same deploy - but would also include id and other data so not a stripped down versiont aht one would likely want)

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

No branches or pull requests

2 participants