Description
Exporting board to JSON/CSV doesn't preserve card order. Exported file has cards in random order. Layout information lost.
Expected Behavior
Preserve card order and position information in export.
Actual Behavior
File: src/export/exporter.js
Exports cards without order: cards.forEach(card => export(card))
GSSoC Points Estimate: Level 1 (Bug/Export)
Suggested Labels
- gssoc:approved
- type:bug
- severity:medium
- area:export
Description
Exporting board to JSON/CSV doesn't preserve card order. Exported file has cards in random order. Layout information lost.
Expected Behavior
Preserve card order and position information in export.
Actual Behavior
File: src/export/exporter.js
Exports cards without order: cards.forEach(card => export(card))
GSSoC Points Estimate: Level 1 (Bug/Export)
Suggested Labels