[Koha-bugs] [Bug 14321] New: Merge UploadedFile and UploadedFiles into Koha::Uploader

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 3 13:38:38 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14321

            Bug ID: 14321
           Summary: Merge UploadedFile and UploadedFiles into
                    Koha::Uploader
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

One of the main QA concerns on bug 6874 was the introduction of
UploadedFiles.pm while we already have UploadedFile.pm.
Recognizing the amount of work on that report, it would not be very productive
to just park the development in FQA.
The older module UploadedFile contains functionality for temporary uploads and
has minimum test coverage; the newer module contains functionality for
permanent uploads and access via hash id, and with much more unit tests.

Koha::Uploader should contain the best of both: allow temporary and permanent
uploads, also keeping the progress and ajax upload of the old one. Providing an
object that allows for some future extensions.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list