Changes between Initial Version and Version 1 of Ticket #323
- Timestamp:
- 05/27/10 17:05:17 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #323 – Description
initial v1 2 2 3 3 Listed by domain object, these are the notification message 'change types' that will be sent: 4 * Package - 'new', 'changed' (include changes to a package's 'related' objects: tag, group, resources, extra), 'deleted' (for when 'state' becomes 'deleted' or object is completely purged) 5 * Group - 'changed' (Group metadata changed), 'packages' (the group's package membership has changed), 'deleted' 6 * Tag - 'changed' (List of packages that use this tag has changed) 7 * Rating - 'changed' (a user has provided a new or changed rating) 4 * Revision 5 * Package 6 * PackageResource 8 7 9 8 Also it is clear that it could be useful to know when db-wide maintenance is carried out: … … 12 11 === Ignored domain objects === 13 12 These parts of the domain model will not carry notifications as no use case has been identified for them: 13 * Group 14 * Tag 15 * Rating 14 16 * User - list of users is sensitive info 15 17 * Relationships - complicated