acerapa / job-hunt

Simple job searching site
0 stars 0 forks source link

Exploring the possibility of extracting the entities and add it on the shared pack #15

Closed acerapa closed 2 months ago

acerapa commented 2 months ago

There are two approach that we are looking unto and trying to implement; first is using the "shims" file in the typeorm which helps the browser to understand the decorators in the schema declaration second is using the interfaces.

We try to implement the first approach but sadly we are not able to make it work. In order to save time we use the second approach which is using interfaces instead.

acerapa commented 2 months ago

We can close this task now!