Skip to content

datarockets/business-logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Business Logic Playground

Tasks

Vacation tracking:

  • company

  • has users (employee, leads, admin)

  • team (lead, employees)

  • has clients (just name and client)

  • team member has 30 days off per year

  • vacation request

    • creating -> to pending, notification to leads
    • approve -> from pending to approve, notification to employee, client, create record in calendar
    • reject -> to rejected with comment, notification to employee
  • validation (no strong)

  • notification if vacation is started (finished if vacation more than three days) to day off (or didgest) - how to test cron. ??

  • statistic (fot employee, team and company)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published