rdmorganiser / rdmorganiser/rdmo
Clarify project export
Open
@jochenklar is already working on this.
Since Aug 29, 2023.
type:feature-request
- Dominant language
- Python
- Stars
- 133
- Forks
- 60
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
Rationale / Begründung
Right now, the XML and CSV exports are a bit misleading. It should be made clear that
- only the XML Export can be imported again
- CSV exports are only usefull for to other tools, e.g. Excel
We should also use Content-Disposition: attachment; filename="filename.xml" for the xml files so that they are downloaded immediately by the browser. Maybe with a setting to keep the old behavior for development (I like the other behavior, but it confused people.).
Affected
Users
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.