Advertisement
paster-paster

Partner Issues

Feb 21st, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. partner issues
  2. - no dev envio which means we cannot wipe staging db
  3. - unless we have multiple connections
  4. - not using oss because they dont want to create/delete/update real partners
  5. - multiple databases + IB
  6. - sync with deleted ones on one env.
  7. - sol1: creating partners that dont exist
  8. - auto increment id
  9. - Store an increment number centrally
  10. - memory local 100
  11. - local 101
  12. - staging 100
  13. - UUID
  14. - change the way we retrieve, update, delete
  15. - then we dont know which they are
  16.  
  17. (ES) <- (backend) <- (api) <- (frontend)
  18. (ES) <- (backend) <- (frontend)
  19.  
  20. (api) - dtoIn, dtoOu, api call,
  21.  
  22. fronteND CANNOT CARRY THE PARTNER FUNCTIONALITY TO A NEW FRONTEND THAT WE MAY BUILD!!!!!!
  23. why do we need a new frontend - because the idea(?) was to use angular or react.
  24. We agreed to use a specific technoilogy for some reason... and david knows this.
  25.  
  26. phase 2 - OSS -> api ->
  27. UI - OSS -> (api)
  28. SAT - all frontends go here.
  29. angular, vue - Goncalo wanted it.
  30.  
  31.  
  32. if we need to rebuild the frontend, the fronetend wont be able to interact with partners
  33. if we need to change the partner to use a different persistance layer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement