database - Class diagram for online store -


i need on designing database table online store. here class diagram :

enter image description here

so wonder there wrong tables? because seems separated. example, how online store works. first, needy resident creates product link store needy resident table product table. then, when customer order product, information of needy resident pass along product table ordered product table. after that, check payment. if ordered product status paid, ordered product price pass payment table , payment table, can update store needy resident's sales amount. it's complicated , quite blur of also.

so question is, can please me check if class diagram got error linking?

thanks in advance.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -