Skip to content

ACT history service #725

@slapec93

Description

@slapec93

Add a new service, which can initialize the ACT history as a local JSON file in the config folder. This service needs to be able to add new entries and list the content of the JSON file.

JSON file format:

{
  "private": [
    {
      "stampId": "1234567890abcdef",
      "historyAddress": "1234567890abcdef",
      "granteeListRef": "1234567890abcdef",
      "operation": "init",
      "createdAt": "2024-06-01T12:00:00Z"
    },
    {
      "stampId": "1234567890abcdef",
      "historyAddress": "1234567890abcdef",
      "granteeListRef": "1234567890abcdef",
      "operation": "grant",
      "createdAt": "2024-06-01T12:00:00Z"
    }
  ],
  "family": [
    {
      "stampId": "1234567890abcdef",
      "historyAddress": "1234567890abcdef",
      "granteeListRef": "1234567890abcdef",
      "operation": "init",
      "createdAt": "2024-06-01T12:00:00Z"
    },
    {
      "stampId": "1234567890abcdef",
      "historyAddress": "1234567890abcdef",
      "granteeListRef": "1234567890abcdef",
      "operation": "grant",
      "createdAt": "2024-06-01T12:00:00Z"
    }
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions