-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create UI: add rule to block TING if it has a pending filing (was: pending dissolution / draft filing) #19050
Comments
deleted obsolete comment |
What was decided:
|
@Mihai-QuickSilverDev We do not have a UI design for displaying a message that a TING has outstanding filings (drafts or pending) in its Todo List. Please create a new ticket (not MVP?) if required. |
Test NotesIn this ticket... |
Re:
@yuisotozaki This is about the difference you see when trying to add a CCC as staff vs reg user (though it's not specific to CCC). As staff, if the business cannot be looked up in Auth/LEAR, we display that it doesn't exist in LEAR. As a reg user, if the business cannot be looked in Auth/LEAR, we assume it's simply not affiliated to the current account. Should we just leave it like this? Any ideas how this would work ideally? |
I think the subtle differences in the messaging to non-staff and staff is meaningful here. |
Thanks, Yui. In fact, it wasn't a race condition at all: the code makes calls to auth and legal APIs concurrently but already checks the results in the correct order (ie, auth response first). So, I'm not doing anything about "issue 2". |
Ready for QA! |
Block a TING with a PAID or PENDING
dissolutionfiling in its Filing History List. (SB verified the other statuses with Argus and these 2 are the only ones to block.) (Actually, the better way to do this is check whether the filing is not completed and not corrected.)There is no need to block a TING with a New/Draft/Pending/Error/Paid filing in its Todo List, as per requirements:
The text was updated successfully, but these errors were encountered: