Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ## Job Description
  2.  
  3. This job consists in a task management system with Google Calendar integration.
  4.  
  5. ## Requirements
  6.  
  7. - Tasks can be unique or recurrent like: daily, weekly, bi-weekly, monthly and yearly.
  8. - Recurrent tasks can have a limited number of repeat times or be unlimited.
  9. - **Every task and its instances must appear in user's Google Calendar.**
  10. - User can edit one or more instances of a task in one request
  11. - Backend must be a **Rest API**
  12.  
  13. This system must be implemented with Laravel Framework 5.6+.
  14.  
  15. A exported Postman collection (json) with the endpoints tests must be provided.
  16.  
  17. ## Differential
  18.  
  19. Development as a package to be imported in other project
  20.  
  21. ## Field specification
  22.  
  23. - Task name
  24. - Start/End
  25. - Recurrence (unique, daily, weekly, bi-weekly, monthly and yearly)
  26. - Number of recurrence (or unlimited)
Add Comment
Please, Sign In to add comment