Hi Andrei,

I hadn't really considered what you are mentioning, but we already have
some of that namespacing functionality. For example, tags are associated
with a website id in the table. When we do blog/website tags we will
have another table for that. Using the prefix style of tagging in the db
introduces another level of complexity in the code such as parsing
strings when doing queries. Could you explain more of the benefits that
you see in your approach?

-Elias

Andrei Filimonov wrote:
> Hello Elias,
> 
> Did you consider combining categories and tags into one system by using
> namespaces? This way you could have something like:
> global:<tag name>              tags defined globally at the website level
> <blog name>:<tag name>   tags defined at the blog level by the blog owner
> (formerly known as categories)
> my:<tag name>                  personal tags defined at the user profile
> level
> <group name>:<tag name> just in case people want to share personal tags
> 
> Andrei
> 
> 
> Elias Torres wrote:
>> Hi(gh) Rollers,
>>
>> So we have this proposal on the table and we have been getting some
>> feedback (not enough) but some is better than nothing. I'm really
>> committed to make this happen in 3.1 and would like it to be the big
>> feature for that release. I mean that since this proposal affects enough
>> of the code base, I'd rather reduce the number of big changes for this
>> release leave other big proposals for 3.2 or a branch. Alternatively, I
>> could work in a branch if other proposals are more urgent for 3.1.
>>
>> Could we vote so I can start working in trunk? This would help me a lot
>> because I could just say to Dave: please update and help me fix this
>> weird bug I'm having. :)
>>
>> http://rollerweblogger.org/wiki/Wiki.jsp?page=Proposal_WeblogTags
>>
>> -Elias
>>
>>
>>
> 

Reply via email to