Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. # Dell HR Project
  2.  
  3. ## Frontend
  4. * Purpose
  5. * allow HR to view stats about external job portal
  6. * allow HR control syncing of job data to external job listing sites
  7. * Tech
  8. * build on top of existing jobs.dell.com site
  9. * assuming they are using Angular, build on top of it
  10. * Deployment
  11. * follow existing deployment practices
  12.  
  13. ## Backend
  14. * Purpose
  15. * handle the syncing from jobs.dell.com to external jobs site via API requests
  16. * handle monitoring of sync stats and statuses
  17. * Tech
  18. * Java, Spring, Hibernate
  19. * SQL Server (depends on DB admins)
  20. * Deployment
  21. * depends on what the company best practice is
  22. * Cloud Foundry
  23.  
  24. ## Scripting
  25. * Purpose
  26. * import existing jobs from external sites
  27. * compare it against jobs in Dell website
  28. * update them and keep them in sync
  29. * jobs.dell.com
  30. * external sites
  31. * *no existing APIs for job data from external sites, have to scrap using web scraper*
  32. * Tech
  33. * Python, SQLAlchemy
  34. * find a web scraper library
  35. * Deployment
  36. * None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement