Skip to content
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

11550 - AmalgamaTING and TED Business Summary PDF #2398

Merged
merged 6 commits into from
Jan 19, 2024
Merged

Conversation

tshyun24
Copy link
Contributor

Issue #: /bcgov/entity#11550

Description of changes:

  • modify TED Business Summary PDF
    image

  • modify TING Business Summary PDF
    image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).

@@ -1,4 +1,4 @@
{% if stateFilings|length > 0 %}
{% if stateFilings|length > 0 and not business.isAmalgamating %}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

confirm with Yui, the amalgamaTING shouldn't have this section

@@ -412,6 +422,8 @@ def _format_state_filing(self, filing: Filing) -> dict:
continuation_out_date = LegislationDatetime.as_legislation_timezone_from_date_str(
filing_meta['continuationOut']['continuationOutDate'])
filing_info['continuationOutDate'] = continuation_out_date.strftime(OUTPUT_DATE_FORMAT)
elif filing.filing_type == 'amalgamationApplication':
filing_info['filingName'] = 'Amalgamation'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirm with Yui, this one should be amalgamation, instead of amalgamated in the previous Mockups

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 274 lines in your changes are missing coverage. Please review.

Comparison is base (79511cd) 77.37% compared to head (ffc04e5) 76.56%.
Report is 71 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2398      +/-   ##
==========================================
- Coverage   77.37%   76.56%   -0.81%     
==========================================
  Files         202      168      -34     
  Lines       11602    10559    -1043     
  Branches     1961     1794     -167     
==========================================
- Hits         8977     8085     -892     
+ Misses       2043     1987      -56     
+ Partials      582      487      -95     
Flag Coverage Δ
entityfiler ?
legalapi 76.56% <66.58%> (-0.28%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
legal-api/src/legal_api/config.py 95.16% <100.00%> (+0.28%) ⬆️
legal-api/src/legal_api/core/filing.py 87.12% <100.00%> (+0.62%) ⬆️
legal-api/src/legal_api/core/filing_helper.py 50.00% <100.00%> (ø)
legal-api/src/legal_api/models/__init__.py 100.00% <100.00%> (ø)
...-api/src/legal_api/models/amalgamating_business.py 100.00% <100.00%> (ø)
legal-api/src/legal_api/models/business.py 94.72% <100.00%> (+0.73%) ⬆️
legal-api/src/legal_api/models/dc_definition.py 90.69% <100.00%> (ø)
...l-api/src/legal_api/models/dc_revocation_reason.py 100.00% <100.00%> (ø)
legal-api/src/legal_api/models/filing.py 92.41% <ø> (ø)
...gal_api/services/filings/validations/alteration.py 83.01% <100.00%> (ø)
... and 20 more

... and 43 files with indirect coverage changes

Copy link

sonarcloud bot commented Jan 19, 2024

Quality Gate Failed Quality Gate failed

Failed conditions

8.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@argush3
Copy link
Collaborator

argush3 commented Jan 19, 2024

So just wanted to verify the old COOP amalgamations still load and display as per before?

I think @Paul-Garewal verified that awhile back in a ticket he was working on so he might have a business identifier you can use to verify if you haven't done that already.

@argush3
Copy link
Collaborator

argush3 commented Jan 19, 2024

Looks good!

Thanks for checking the business summaries for COOPs with amalgs.

@tshyun24 tshyun24 merged commit 3037c60 into bcgov:main Jan 19, 2024
6 of 8 checks passed
JazzarKarim pushed a commit to JazzarKarim/lear that referenced this pull request Mar 7, 2024
* AmalTED pdf

* Amalgamating pdf

* remove Dissolution/Restoration Information section

* fix lint error

* lint with flake8

* lint
JazzarKarim pushed a commit to JazzarKarim/lear that referenced this pull request Mar 19, 2024
* AmalTED pdf

* Amalgamating pdf

* remove Dissolution/Restoration Information section

* fix lint error

* lint with flake8

* lint
JazzarKarim pushed a commit to JazzarKarim/lear that referenced this pull request Mar 20, 2024
* AmalTED pdf

* Amalgamating pdf

* remove Dissolution/Restoration Information section

* fix lint error

* lint with flake8

* lint
PaulGarewal pushed a commit to PaulGarewal/lear that referenced this pull request Mar 26, 2024
* AmalTED pdf

* Amalgamating pdf

* remove Dissolution/Restoration Information section

* fix lint error

* lint with flake8

* lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants