Skip to content

EN-100, En-101: Create crud operations and APIs to get workload score

Aashna Narang requested to merge an/workload-fxn into dev

** Will close this and re-open once !59 (merged) merges ** Failing tests will not exist after !54 (merged) merges, not sure why it's failing tho tbh

Jira

Details

  • Apis to get workload score of a single loan officer and list of all LOs
  • Workload score is calculated using the equation the team agreed upon, colour = [(clients assigned+apps assigned)/ [(total cases +apps)/(num of loan officers)] *100
  • Apis return a percent value and the id of the loan officer

Testing

  • Tested apis manually
  • Unit tests for crud operation
  • Unit tests for apis

*** Depends on !59 (merged)

Edited by Aashna Narang

Merge request reports