wildbee / wildbee

ETT 2.0
3 stars 4 forks source link

Include CrudOperations and MapsIdsToName with EntityTable #36

Closed thescouser89 closed 10 years ago

thescouser89 commented 10 years ago

I'd like to propose that we include the CrudOperations (used for insert, delete, update) and MapsIdToName (used to map uuids with name) with EntityTable.

With any model, CrudOperations are essential to the operation/functioning of the model and therefore I suggest to include it by default with EntityTable.

The goal is to reduce the number of traits we have to include in our current models.

I agree that Timekeeping should be left optional.

WDYT guys?

FranciscoCanas commented 10 years ago

Entirely in agreement. PR sent.

thescouser89 commented 10 years ago

Thanks! :)