Should a domain expert make class diagrams?
The domain expert in our team uses UML class diagrams to model the domain model.
How show Attributes which appear In Many To Many association
As we know a many to many association are shown by two asterisks in both end of association. Now I have a association between two entities “Good” and “Invoice” so Good and Invoice have a many to many association but I want to show the “count of each good” in each invoice on class diagram.
how to model this relationship ? in ERD
I have three entities :
Is it Considered Good SQL practice to use GUID to link multiple tables to same Id field?
I want to link several tables to a many-to-many(m2m) table.
Advice on reconciling discordant data
Let me support my question with a quick scenario.
Is there a way communicate or measure levels of abstraction?
I’ll be the first to say that this question is a bit… out there. But here are a couple questions I bear in mind :
Can I use Visual Studio 2010 Architectural features to enforce design on code, without feature packs?
I am studying Visual Studio 2010’s architectural tools for application lifecycle management.
Help to simplify/model complex decision making (if, then, else scenarios)
I find my self in a situation, where I need to program a service, that can determine if two object in a huge database are the same. For simplicity, let’s say it’s used cars, and I want to determine if they are the exact same, based on various attributes e.g. brand, model name, year, milage, price, color etc. The problem is, that some of the attributes are obversely more significant/critical/important than others e.g. brand/model name HAS to be the same, where as the seller might wrongly have typed in the milage a slight bit differently. Additionally some times information such as the color might even have been left out, an hence I must fall back to less “unique identifying” information such as for an example the engine size. Apart from the direct weight/importance of each attribute there is another dimension of complexity involved – the attributes’ importance vary with each other. So let’s say e.g. that the car I’m comparing against the rest is very old, then suddenly the importance of the milage it self increases since it’s way more likely to be unique among similar cars, than compared to a younger car. This is obviously due to the fact, that the dispersion of milage on older cars are much wider than the one on younger cars.
Does this situation call for well specified associations, single table inheritance, or polymorphic association?
I’m building a web-app where users can keep track of who owes whom money.
Text Editor Document Model
I am working on a text editor in javascript. I have created the front end and i need to prototype a backend. I need to model the structure of the document using this as hierarchy: