loconomics / loconomics-data

0 stars 2 forks source link

Clean up converted entities #7

Closed ndarilek closed 5 years ago

ndarilek commented 5 years ago

typeorm-model-generator has converted our database entities to valid TypeScript, but they need a bit of cleanup. Each entity from the below list needs the following changes:

To clean up an entity, perform the above steps, then either commit directly to master or submit a PR. Committing directly to master is preferred at this stage--TypeScript and TSLint should catch any significant errors, and any that slip past can be corrected later. Once an entity is cleaned up, check it off of the below list.

See src/entities/User.ts for an example of a converted entity.