Project

General

Profile

Feature proposal #8009

Updated by krileon almost 4 years ago

Currently some assets don't make a lot of sense. For example blogs use "blog.BLOG_ID", "blog.BLOD_ID", but blogs are a profile action. These should be "profile.USER_ID.blog.BLOG_ID". "profile.USER_ID.blog.BLOD_ID". There are several other usages with wrong assets like this that should be corrected as well. The asset is meant to describe its location and associated objects so it needs to accurately do exactly that. It is possible this may not be necessary once Stream object storage has been implemented as it maybe possible to remove Asset entirely since Stream will then become the determining factor for the location of something, which could be this reverts back to an "object" and "object_id" standardized usage for storing the source object information.

Back