Closed JackWilb closed 1 year ago
Name | Link |
---|---|
Latest commit | bba801f8cef220a3ff0801ca1d7e46d78e010cc9 |
Latest deploy log | https://app.netlify.com/sites/multinet-client/deploys/64235c44ebad080008828b54 |
Deploy Preview | https://deploy-preview-284--multinet-client.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Does this PR close any open issues?
No
Give a longer description of what this PR addresses and why it's needed
We currently allow illegal Arango names, which leads to network or table upload/creation errors. This is only told to the use after a failed upload. The Arango naming conventions are listed here.
To fix this, I added name validation and some error messages that show the user what is wrong before the creation/upload fails. This is much more robust than what we had previously.
Provide pictures/videos of the behavior before and after these changes (optional)
Are there any additional TODOs before this PR is ready to go?
No