Some of our users want to store files on object level. The content of that file could be for example:
a license file (binary)
a support contract (PDF)
network diagram (JPG, PNG, PDF)
technical documentation
…
Media Library
A user should upload a file to a media library with a directory structure. So the following use cases needs to be implemented:
create directory
rename directory
remove directory
upload a file
replace a file
rename a file
remove a file
Files should be stored in GridFS in MongoDB to keep the dependencies of DATAGERRY simple.
Problem nr. 2 is fixed , but nr. 1 is till not working correctly for me and it’s gotten worse. Now every time you add an attachment the attached got copy_(1) added in front of their name and the filename is also changed in the fie explorer. You can to this multiple time e.g.
copy_(1)_copy_(1)_copy_(1)_informations.rtf
I created a bug for the attachment problem in the next sprint.
Everything else is working.
needs to be integrated
integrated
Changed the Jira Workflow from DATAGERRY -> DATAGERRY 2.0