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

[Task] Set mosaic json creation as backend process #106

Open
mradamcox opened this issue Jan 17, 2023 · 0 comments
Open

[Task] Set mosaic json creation as backend process #106

mradamcox opened this issue Jan 17, 2023 · 0 comments
Labels
component: backend type: maintenance Underlying updates, upgrades, and general upkeep
Milestone

Comments

@mradamcox
Copy link
Collaborator

Describe the task
Currently, mosaic json for a volume is generated with a one-off terminal command. The same logic should be hooked up to a celery task, and somehow triggered from the front-end, either automatically or with a button.

Completion criteria
One way this could be handled is every time the multimask is saved, then the mosaic json is regenerated. This isn't ideal, as it would be advisable for a user to save the multimask more than once during an editing session, and triggering the mosaic json creation again a second time before the first request has finished is not a clean solution.

For the completion of this ticket, I think an admin-only button in the multi-trim interface is good enough for now.

@mradamcox mradamcox added type: maintenance Underlying updates, upgrades, and general upkeep app: loc-insurancemaps labels Jan 17, 2023
@mradamcox mradamcox added this to the Wishlist milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: backend type: maintenance Underlying updates, upgrades, and general upkeep
Projects
None yet
Development

No branches or pull requests

1 participant