Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 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.  
  25. ## Scripting
  26. - **Purpose**:
  27. - import existing jobs from external sites
  28. - compare it against jobs.dell.com jobs
  29. - update them and keep them in sync
  30. - jobs.dell.com
  31. - external sites
  32. - *no exiting APIs for jobs data from external sites, have to scrape using web scraper*
  33. - **Tech**:
  34. - Python, SQLAlchemy
  35. - find a web scraper library
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement