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

UAT release #2326

Merged
merged 34 commits into from
Dec 3, 2024
Merged

UAT release #2326

merged 34 commits into from
Dec 3, 2024

Conversation

saruniitr
Copy link
Contributor

Aim

LTD-

kevincarrogan and others added 30 commits November 25, 2024 16:40
Units is not actually a model but we want the response to be paginated
similar to other endpoints so that metadata endpoint can correctly
expose this to DW.
…_licences_endpoint

Add goods on licences endpoint
…-to-licence-decision

Add denial reasons to licence decision
Copy link
Contributor

@code-review-doctor code-review-doctor bot left a comment

Choose a reason for hiding this comment

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

Worth considering. View full project report here.

data[f"quantity-{good_on_app.id}"] = str(good_on_app.quantity)
data[f"value-{good_on_app.id}"] = str(good_on_app.value)
# create final advice for controlled goods; skip NLR goods
if good_on_app.is_good_controlled == False:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if good_on_app.is_good_controlled == False:
if good_on_app.is_good_controlled is False:

False is a singleton data type, so should be compared using is. More.

@kevincarrogan kevincarrogan merged commit 7c297a4 into uat Dec 3, 2024
27 checks passed
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