Relational UML Diagram inspired by SO -
My homework was to create a relational UML diagram about a discussion site. I used, and I made some amendments:
- Age deleted in user information
- Added delegates, who posted users by their user name (voluntary)
Otherwise, the schema is similar, but it is rudimentary how will you improve it?
Explanation
The main idea of delegates is to categorize the post. Only a handful of names in the list are in contrast to the badge, the idea is not strange, but organized is. If you ask questions about mathematics, then you can be Steve.math
or just math
. This helps other users to look just like you, and you are not wasted space for the username
. Perhaps, there is an easy way to organize things, so do not hesitate to comment.
vote Users
- To get rid of
Upwits and downwots, which is information that can come from the vote table. - Make it an 'integer' unless you have a really big site, then no GUID is required as a user ID.
must have an ID GUID If you have delegation
, then I will change its name - P> Otherwise, I do not think there is a good idea to keep it - something that '
tag
' can tell you, unless I fully remember why it exists .
Users
- To get rid of
Upwits and downwots, which is information that can come from the vote table.
- Make it an 'integer' unless you have a really big site, then no GUID is required as a user ID.
must have an ID
GUID
If you have
delegation
, then I will change its name- P> Otherwise, I do not think there is a good idea to keep it - something that '
tag
' can tell you, unless I fully remember why it exists .
- Make it an 'integer' unless you have a really big site, then no GUID is required as a user ID.
Comments
Post a Comment