bulgarian-open-source/airport

Create Entity `Project` for managing capital expenditures

Closed this issue · 4 comments

Description

Entity Project is needed for managing capital expenditures including acquiring new assets and upgrading existing ones.

Expected outcome

Entity Project is created, it is persistant and has the following properties:

  • `name': String -- single key member which uniquely identifies the project

  • desc -- by using annotation @DescRequired

  • startDate:Date -- @DateOnly @Reqired property that specifies the beginning of the project

  • finishDate:Date -- @DateOnly property that specifies the end of the project. Must be afrter startDate

Issue resolved @ branch Issue#15

creation of the Project ends with java.lang.NullPointerException. @tanyayez can you look and fix it please?

project model created, errors fixed

Testing successfully passed.