Opened 12 years ago
Closed 10 years ago
#3207 closed enhancement (fixed)
save multiple timestamps in Journal
Reported by: | walter | Owned by: | |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | godiard | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
In discussing the Journal in the learning chat, it was asked if it was possible to know how many times a child used an activity. Since we only store the time of most recent use (and we don't have versioning) the answer is no. But why not store an array of timestamps, or at least a tag that is updated with a count? Seems like a simple enough change.
Change History (4)
comment:1 Changed 12 years ago by garycmartin
comment:2 Changed 12 years ago by godiard
- Cc godiard added
comment:3 Changed 10 years ago by dnarvaez
- Component changed from journal to sugar
comment:4 Changed 10 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
This patch landed some time ago...
https://github.com/sugarlabs/sugar-toolkit-gtk3/commit/2a15fbc0f2269b1d61e5fa8ea723cb4848a8ee74
Note: See
TracTickets for help on using
tickets.
This would be great, the more automated metadata we can add the better. This particular data would allow the potential to sortJournal entries by most frequent use, and/or help an Achievemnt activity provide a more fun/friendly UI overview of accomplishments (for both the child and teacher).