antikhonov / cashapp

0 stars 0 forks source link

Transaction Categories #3

Open antikhonov opened 9 years ago

antikhonov commented 9 years ago

Some transaction categories are builtin, others can be created by users. Need to define domain objects for those entities. Currently I'm thinking of having one class which can have something like "system" flag. Unfortunately, now all entities are children of the UserEntity class which requires user id in the constructor. Need to think it over and decide how to design categories.