Card History
Closed this issue · 1 comments
floogulinc commented
This includes:
- Date created
- User who created
- Date last edited
- User who last edited
floogulinc commented
This will be an object in each card that looks like this
history: {
userCreated: "user nickname",
timeCreated: timestamp,
userEdited: "user nickname"
timeEdited: timestamp
}
All fields are optional including the history object itself.