-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JOABE COSTA edited this page Feb 21, 2017
·
11 revisions
![Alt text](http://g.gravizo.com/g? @startuml title Model Diagram class ResourceSchema { +String name +String code +String position +Boolean active} class ProjectSchema { +String name +String nickname +String description +String code +String status +String entity +String team +Date start_date +Date end_date} class AllocationSchema { +Resource resource +Project project +Date start_date +Date end_date +Number hours } ResourceSchema -- AllocationSchema AllocationSchema -- ProjectSchema @enduml)
![Alt text](http://g.gravizo.com/g? @startuml title Model @enduml )