Islandora / islandora_premis

This module produces XML and HTML representations of PREMIS metadata for objects in your repository.
GNU General Public License v3.0
6 stars 17 forks source link

Add admin option to define organizational Agent #2

Closed mjordan closed 10 years ago

mjordan commented 10 years ago

Like Archivematica has.

ruebot commented 10 years ago

Which one? agentName, agentIdentifier, agentType? All of them? Should they be multi-valued (tags) or single value?

I kinda have it started with this commit bbd4fd6

mjordan commented 10 years ago

Have to think about it.... Archivematica's admin settings form only has identifier and name. archivematica_premis

ruebot commented 10 years ago

Ok. I've added agentName and agentType as configurable single variables in the admin page now. Let me know if we need to add identifierValue as well.

screenshot from 2014-01-03 13 13 16

mjordan commented 10 years ago

OK, I'll integrate this info into the stylesheet output this weekend.

ruebot commented 10 years ago

:hammer:

mjordan commented 10 years ago

Done in commit 411fa9b, but the organization agent is not linked to any events yet.

We should also consider adding an agent entry for FedoraCommons, since it is the software doing the fixity checks.

mjordan commented 10 years ago

We can close this if @dmoses is OK with how agents are implemented.

mjordan commented 10 years ago

Closed, as per issue #10