Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2059 - 2061 of 2152)

Ticket Resolution Summary Owner Reporter
#2759 fixed resource upload pointer incorrect aron.carroll toby

Reported by toby, 22 months ago.

Description

On the add resource forms new or existing dataset

when hovering over Upload a file css cursor should be pointer not text

#2760 fixed fix spacing between data API button and other buttons on dataset page aron.carroll shevski

Reported by shevski, 21 months ago.

Description

see spacing between 'download' button and 'data api' button http://s031.okserver.org:2375/dataset/afterfibre/resource/66f5b980-06db-4ccd-a005-c18de4d68a4b

#2764 duplicate Simplify filestore rgrp

Reported by rgrp, 21 months ago.

Description

Definitely do:

  • Local file filestore: Remove pairtree (and OFS) and do something very simple

Options:

  1. Local file only. Allow for uploaders to GS / S3 in the background
    • Advantages: simpler, if local upload can do progress bars etc etc
    • Disadvantages: strain for web-app (upload a 2GB file what happens)
      • This is probably fixable ...
  2. Stick with how we are

New filestore without pairtree

Each uploaded file is located on disk at:

{uuid}/{filename}

Alternative:

yyyy/mm/dd/{uuid}/{filename}

Need the uuid to avoid collisions.

Metadata: Store no metadata.

Note: See TracQuery for help on using queries.