Skip to content

separate tasks and add notes#78

Draft
eveleighoj wants to merge 3 commits intomainfrom
separate-tasks
Draft

separate tasks and add notes#78
eveleighoj wants to merge 3 commits intomainfrom
separate-tasks

Conversation

@eveleighoj
Copy link
Copy Markdown
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Currently although the api presents itself as triggering different celery tasks via the type parameter it actually use the same celery task under the hood. This has lead to bad coding practices and unorganised code as it's easy to bodge together additional functionality without focussing on structuring the code appropriately.

This PR aims to fix this by separating known tasks out. This should have no impact on users of the API and is purely to improve code organisation

Related Tickets & Documents

  • Ticket Link
  • Related Issue #
  • Closes #

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above. Please refer to the Digital Land Testing Guidance for more information.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

[optional] Are there any dependencies on other PRs or Work?

sagar-code-git pushed a commit that referenced this pull request Dec 16, 2025
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.

1 participant