Skip to content

Commit

Permalink
Use consistent language for asset update/removal
Browse files Browse the repository at this point in the history
  • Loading branch information
waxlamp committed Jan 2, 2024
1 parent e132b29 commit 16f6c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/design/audit-trail-mvp.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ collaboration.

```
YYYYMMDDTHHMMSS.mmmm: X added asset at path (/full/path) checksum
YYYYMMDDTHHMMSS.mmmm: X modified asset at path (/full/path) checksum
YYYYMMDDTHHMMSS.mmmm: X deleted asset at path (/full/path) checksum
YYYYMMDDTHHMMSS.mmmm: X modified dandiset metadata
YYYYMMDDTHHMMSS.mmmm: X updated asset at path (/full/path) checksum
YYYYMMDDTHHMMSS.mmmm: X removed asset at path (/full/path) checksum
YYYYMMDDTHHMMSS.mmmm: X updated dandiset metadata
```

3. **Extensible significant action list.** The significant actions the system is
Expand Down

0 comments on commit 16f6c09

Please sign in to comment.