Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

  1. Limit is set with employee_request create/update
  2. add validation on declaration approve. Return error if doctor's counter >= limit
  3. Doctor should change declaration_limit via personal cabinet (TBD)

Specification

Data structure 

...

Add overlimit to declaration request. Set overlimit on create declaration request

Report DB

Add fields to report DB

Add declaration_count and declaration_limit to reports.parties

FieldSource
reports.parties.declaration_count
reports.parties.declaration_limitprm.parties.declaration_limit

Count declaration on report DB

  1. if declaration is added to report.declaration - change report.parties.declaration_count. Set declaration_count=declaration_count+1
  2. if report.declaration.status is change to terminated or closed - change report.parties.declaration_count. Set declaration_count=declaration_count-1

Approve declaration request

Check doctor's limit