Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # Job Portals Auto Syncing App
  2. ## Frontend
  3. - Purpose
  4. - show job manage form
  5. - show admin maintenance form
  6. - show sysadmin maintenance form
  7. - Tech: building on top of existing jobs.dell.com site, assumming they are using Angular, build on top of it
  8. - Deployment: follow existing deployment services
  9.  
  10. ## Backend
  11. - Purpose
  12. - store job data
  13. - update/delete job data
  14. - sync job data to external portals via API requests
  15. - handle monitoring in sync stats and statuses
  16. - Tech: Java, Spring, Hibernate, SQL Server (depends on DB admin)
  17. - Deployment: depends on what the company best practice is, Cloud Foundry
  18.  
  19. ## Scripting
  20. - Purpose
  21. - import existing jobs from external sites
  22. - compare it against jobs.dell.com jobs
  23. - update them andd keep them in sync (jobs.dell.com, external sites)
  24. - no existing APIs for jobs data from external sites, have to scrape using web scrappers
  25. - Tech: Python, SQLAlchemy, find web scrappers
  26. - Deployment: None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement