nextcloud / nextcloud/user_migration
Include timestamp and userid in export file name
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 10
- Avg merge
- 6h 5m
- Merged PRs (30d)
- 12
Description
It would be interesting to add userid and timestamp to exported filename. This will give clarity to users when the file was exported and for which account.
I see that we already have this behavior with occ user:export command, where export file name has both userid and timestamp. Is there any reason why this is not replicated with frontend export job?
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.
Research direction
Start by comparing the filename produced by the occ user:export command with the frontend export job mentioned in the issue. Trace where the frontend export filename is assembled, then verify that it includes the userid and export timestamp.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100