"Jama" wrote:
> I have a [user] who belongs to a [group] and writes an [article] using a
> certain [computer].
> The user can move to a different group and a computer can be assigned to a
> different person. Also, we rent the computers from a company that charges us
> per hour usage. So we receive a [bill] monthly for a [user] of certain
> [group] using certain [computer].
> My attempt for the first part is as follows but I am not sure. I ask help
> for where to start.
> User-->UserGroup<--Group
> |
> userComputer
> |
> Computer
> Thanks