mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Move database value constants from File entity to SignatureFlow enum where they belong as the single source of truth. - Add SignatureFlow::NUMERIC_PARALLEL and NUMERIC_ORDERED_NUMERIC - Remove circular dependency between File and SignatureFlow - Update all references to use enum constants - Use descriptive names instead of abbreviations This follows single responsibility principle: the enum owns its database representation. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| CertificateType.php | ||
| CRLReason.php | ||
| CRLStatus.php | ||
| DocMdpLevel.php | ||
| FileStatus.php | ||
| SignatureFlow.php | ||
| SignRequestStatus.php | ||