blooparksystems / Helpdesk

Sunshine`s
0 stars 1 forks source link

Create Models [High priority] #6

Closed jefmoura closed 8 years ago

jefmoura commented 8 years ago

Defined the object structures, we have to create the models to map the relational objetcs. To start we can create models to these objects:

P.S.: Don't forget to include the relationship of fields.

jefmoura commented 8 years ago
jefmoura commented 8 years ago

I found the need to create some methods of the models that I believe to be part of this task.

jefmoura commented 8 years ago

We have to insert a related field on order model to correctly list the tacked orders. In this Stackoverflow link we can see how to create.