TomasJani / bridge-builder

MIT License
0 stars 0 forks source link

Client - Interfaces (entities) #10

Closed mcaniga closed 4 years ago

mcaniga commented 4 years ago

Add interfaces that are same as api-entities. Reason to duplicate entities on client is fact that React can't import files outside of it's "src" directory.

Interfaces to add:

  1. User
  2. Project
  3. Work
  4. Change
mcaniga commented 4 years ago

Working on all of them (I need them quickly).

mcaniga commented 4 years ago

Done. https://github.com/TomasJani/BridgeBuilder/pull/11