Skip to content

Show mandatory unary child objects integrated as form fields in the entity form. #67

Description

@abstratt

Show mandatory unary child objects integrated as form fields in the entity form.

abstract class Person 
	aggregation contactInfo : PersonContact; 
end;

class PersonContact
    attribute email : Email; 
    attribute phone : String;
end;

class Customer specializes Person
	attribute firstName : String;
	attribute lastName : String;
	attribute CPF : String;
end;

Should/could show somewhat like this:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions