feat: add data retention policies, case management queue, portfolio view, and tariff forecasting - #1181
Merged
vjuliaife merged 1 commit intoAug 30, 2026
Conversation
…iew, and tariff forecasting - Add configurable retention policies per data category (vjuliaife#1031) - Add case management queue with assignment, priority, and status tracking (vjuliaife#1029) - Add multi-bond portfolio view aggregating status across all bonds (vjuliaife#1028) - Add tariff exposure forecasting based on import volume trends (vjuliaife#1030) Closes vjuliaife#1031, Closes vjuliaife#1029, Closes vjuliaife#1028, Closes vjuliaife#1030
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@trustosaretin Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1031, Closes #1029, Closes #1028, Closes #1030
Type of Change
Summary
This PR adds four new features to the TariffShield platform:
Data Retention Policy Configuration (Add Self-Service Data Retention Policy Configuration #1031): Importers can now set retention periods for optional data categories (documents, logs, events, tariff uploads). Regulatory-required categories are excluded from configurable retention.
Case Management Queue for Compliance Flags (Add Case Management Queue for Compliance Flags #1029): Compliance flags now support assignment to specific admin users, extended status tracking (new, investigating, escalated, resolved), priority levels, and case notes/comments.
Multi-Bond Portfolio View (Add Multi-Bond Portfolio View for Importers With Several Active Bonds #1028): Importers with multiple active bonds can now view a consolidated portfolio summary showing all bonds with status, expiry, collateral health, and aggregate totals.
Tariff Exposure Forecasting (Add Tariff Exposure Forecasting Based on Import Volume Trends #1030): A new endpoint analyzes prior tariff CSV uploads to compute volume trends and projects required collateral 30/60/90 days out under the trend.
Motivation / Context
These features address key importer and compliance needs:
Closes #1031, Closes #1029, Closes #1028, Closes #1030