CDLUC3 / dmptool

DMPTool version of the DMPRoadmap codebase
https://dmptool.org
MIT License
56 stars 13 forks source link

Update narrative upload for the new React pages to validate the attachment #508

Closed briri closed 7 months ago

briri commented 9 months ago

Install the https://github.com/igorkasyanchuk/active_storage_validations gem and then update the Draft model to require that the image is a PDF and has a size limit.

Also add logic to process size: { unit: 'MB', value: '123' } on dataset entries of the draft JSON.

briri commented 9 months ago

This work is done and has been uploaded to the react-prototype branch