Actions
Feature proposal #5310
closedExtend the database structure
Description
To improve usability extend the DB structure to support the following.
subtype
item
parent
This will provide similar usage as CB Activity and other generic usages and allows generating galleries for a wide range of usages.
Updated by krileon over 8 years ago
- Related to Feature proposal #5825: Replace type, subtype, ittem, and parent with asset added
Updated by krileon over 8 years ago
type column can stay to purely be used to determine what type of entry it is (e.g. photo, video, etc..) as it's being used now. Asset will be used for location (e.g. groupjive.group.15) or (profile.6).
Updated by krileon over 8 years ago
Asset needs to be secured and sent with POST.
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Asset column added and is set to profile.user_id by default if empty. Beyond that it is unused for now until API library is implemented.
Actions