Story #351
Implement getLogRecords() method for Metacat
Start date:
Due date:
% Done:
100%
Story Points:
Sprint:
Description
As the KNB node manager, I want the DataONE getLogRecords() method to be implemented for Metacat in order to participate in DataONE Mandatory, (3)
- extend current Metacat logging tables to record additional fields req'd for DataONE
- extend existing metacat logging calls to records proper information
- modify metacat getlog() method to return DataONE log format
- expose REST service to call getlog()
- depends on completion of Logging Specification story
- write unit test for getLogRecords() REST service
History
#1 Updated by Matthew Jones over 14 years ago
- Status changed from New to In Progress
#2 Updated by Chad Berkley over 14 years ago
- Status changed from In Progress to Closed
getLogRecords is now fully implemented. There is a crud unit test in CrudServiceTest and a REST unit test in D1ClientTest.