parse-dashboard
parse-dashboard copied to clipboard
feat: Import data via CSV
New Pull Request Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am creating this PR in reference to an issue.
Issue Description
Currently, it's not possible to import data
Closes: #307
Approach
Adds ability to import data.
Limitations:
- objectId, createdAt, updatedAt are readonly and cannot be imported.
TODOs before merging
- [ ] Add tests
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)
Thanks for opening this pull request!
- 🎉 We are excited about your hands-on contribution!
Dismissing review until we consider how objectId
is impacted
This branch has been deployed using Uffizzi.
Preview URL: https://pr-2360-deployment-12537-parse-dashboard.app.uffizzi.com
View deployment details here: https://https://app.uffizzi.com/projects/5259/deployments
This is an automated comment. To turn off commenting, visit uffizzi.com.
Given https://github.com/parse-community/parse-dashboard/issues/307#issuecomment-1398533915, are there any changes needed to implement the basic version of the import feature?