Skip to content
JOABE COSTA edited this page Feb 21, 2017 · 11 revisions

Welcome to the Osborn wiki!

Data Strutucture

Model

![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 )

Clone this wiki locally