diff --git a/project.task.yaml b/project.task.yaml index 1eefe77..1ebacae 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -35,6 +35,7 @@ tasks: - 04 allow user to download chains of VCs, mine + ones I can see about me from others - add VC confirmation +- record donations vs gives - make server endpoint for full English description of limits - make identicons for contacts into more-memorable faces (and maybe change project identicons, too) - 02 watch for the service worker activation before showing the button to turn on notifications diff --git a/src/db/tables/logs.ts b/src/db/tables/logs.ts index b3c1b0d..057a6cb 100644 --- a/src/db/tables/logs.ts +++ b/src/db/tables/logs.ts @@ -1,4 +1,5 @@ export interface Log { + date: string; message: string; }