N0taN3rd / wail

:whale2: One-Click User Instigated Preservation
http://matkelly.com/wail
GNU General Public License v3.0
121 stars 9 forks source link

(Rework) Collection Name vs. Title vs. Description #93

Open weiglemc opened 6 years ago

weiglemc commented 6 years ago

What is the difference between Collection Name, Collection Title, and Collection Description? Collection Name and Collection Title seem redundant. What are the purposes of each of these?

N0taN3rd commented 6 years ago

@weiglemc per your wishes during the initial OpenWayback to Pywb switch these fields were kept as is. The name of the collection is the "name" of the collection folder on disk

The title is more descriptive than name which is on disk. It allows for the user to give a better presentation of for the collection. Pywb's wb-manager does not allow for spaces to in collection name as it is the name of the directory on disk it will create

The description is a description of the collection per the name. Users can put what they like in it. The meat of the what the collection contains is what this field is used for.

weiglemc commented 6 years ago

I propose one of the following options:

  1. remove title and keep only name and description
  2. keep all 3, but only name is required (title and description are optional)

No matter what, we should make sure that there's a note by name that no spaces are allowed.