Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Detailed requirements:

File upload interface

  • Upload new file -> Specify Ability to specify more information about the file being uploaded (metadata such as .
    • Capture these metadata file name, description, tags
    )
    • Ability to store this meta-data
    • .
  • Enhanced view of uploaded files. List the files
    • Hierarchical display (show all folders with expand/collapse buttons, no thumbnail)
    • Tabular display (shows just one folder at a time, with links for other folders)
      • Display thumbnail for images
      • Display thumbnail for videos (with play/pause buttons)
      • Display icon for other kind of files.
      • Have pagination
    • Have the ability to switch between hierarchical and tabular display.
  • Manage uploaded files
    • Move files across folders.
    • Delete files.
    • Edit metadata (add/modify tags, modify file name, modify description)
  • Ability to define security level for the uploaded file (Public/private)
    • Ones made "public" can will be made available as a library to other bloggers. (This will lead to a whole new functionality of media
      library which can be browsed by any other blogger)
    • Force blogger to make a private file public, when they try to publish a blog post after adding a private file.
  • Ability to sort from tabular display.
  • Ability to filter file lists by
    • file name
    • file type (audio, video etc)
    • file extension
    • uploaded date range
    • Size
    • tag
  • Ability to create a blog post out of uploaded files.
    • After a file is uploaded, provide option to create a blog post out of it.
    • Ability to select one or more files from the list and create a blog post out of the selected files.

...