Opened 10 years ago

Closed 10 years ago

#525 closed defect (fixed)

Amazon URLs should be saved as attached links instead of URL field

Reported by: dstillman Owned by: simon
Priority: minor Milestone: 1.0 Beta 4
Component: ingester Version: 1.0
Keywords: Cc:

Description

And the accessDate should be on the link, not the main item

Change History (6)

comment:1 Changed 10 years ago by stakats

  • Owner changed from simon to stakats

comment:2 Changed 10 years ago by stakats

  • Owner changed from stakats to simon

Turns out we don't actually have this functionality from translators. Handing back to Simon.

comment:3 Changed 10 years ago by simon

This functionality is disabled (see #327). It's still in the code, just commented out. Should I re-enable it?

comment:4 Changed 10 years ago by simon

If the answer is yes, should we save URLs we would snapshot as links when the take snapshots pref is disabled (which was the previous behavior)?

comment:5 Changed 10 years ago by dstillman

Yes to re-enable. (Storing things like Amazon URLs in the URL field causes all items saved from Amazon to have a Retrieved From line, which we obviously don't want.)

The answer to your second question depends partly on whether the URL of the snapshot page is also stored in the URL field. When it is (as on NYT, for example), there's no need to save snapshots as links with the pref off. When it's not (are there any such cases?), linking instead might make sense. However, I'm guessing most users just think of the pref as, "Don't attach this annoying thing every time. I can look it up again on Amazon if I need to." In which case, links and snapshots should just both be dependent on the pref...

comment:6 Changed 10 years ago by simon

  • Resolution set to fixed
  • Status changed from new to closed

(In [1255]) closes #525, Amazon URLs should be saved as attached links instead of URL field

setting the snapshot property on an attachment explicitly to false now forces a link, rather than a snapshot, to be generated

Note: See TracTickets for help on using tickets.