Re: [Architecture] Project 240: Communication channel between API Providers and API Consumers

2018-10-01 Thread Ishara Cooray
The CREATED_BY and UPDATED_BY columns are ones we add to all tables for audit purposes. We don't associate them with any business logic nor do we reason out any logic for having or not having those columns. Thanks Nuwan, for the clarification. But I think it's redundant if UPDATED_BY column has

Re: [Architecture] Project 240: Communication channel between API Providers and API Consumers

2018-10-01 Thread Nuwan Dias
The CREATED_BY and UPDATED_BY columns are ones we add to all tables for audit purposes. We don't associate them with any business logic nor do we reason out any logic for having or not having those columns. On Tue, Oct 2, 2018 at 10:02 AM Wasura Wattearachchi wrote: > Hi Ishara, > > Thank you

Re: [Architecture] Project 240: Communication channel between API Providers and API Consumers

2018-10-01 Thread Wasura Wattearachchi
Hi Ishara, Thank you for pointing this out. On Tue, Oct 2, 2018 at 5:42 AM Ishara Cooray wrote: > Hi Wasura, > > I think PARENT_COMMENT_ID should have a default value because first > comment does not have a associated parent comment. > > When we are inserting a parent comment it will not have

Re: [Architecture] Project 240: Communication channel between API Providers and API Consumers

2018-10-01 Thread Ishara Cooray
Hi Wasura, I think PARENT_COMMENT_ID should have a default value because first comment does not have a associated parent comment. Since there are two fields CREATED_BY and UPDATED_BY I guess comments can be updated(edit/delete) by someone other than the owner. Appreciate if you clarify the

Re: [Architecture] [APIM 3.0.0] & [SP 4.0.0] siddhi-store-cassandra implementation

2018-10-01 Thread Youcef HILEM
Hi, I completely forgot about this exchange. But hey, it's not too late. Thank you for this implementation : https://github.com/wso2-extensions/siddhi-store-cassandra Regards Youcef HILEM -- Sent from: http://wso2-oxygen-tank.10903.n7.nabble.com/WSO2-Architecture-f62919.html

Re: [Architecture] Project 240: Communication channel between API Providers and API Consumers

2018-10-01 Thread Wasura Wattearachchi
Hi all, According to what we have discussed today during the code review, I added a new attribute named ENTRY_POINT to distinguish the role of the person, based on the entry point - whether the particular person initiates the comment from the API Store or the API Publisher. Following is the ERD