frappe / frappe/ecommerce_integrations
Make item upload/update configurable and move this task to background
Open
complexity: medium
priority: low
shopify
- Dominant language
- Python
- Stars
- 206
- Forks
- 275
- Avg merge
- 54m
- Merged PRs (30d)
- 1
Description
- each item should have a checkbox to control whether that item needs to uploaded/updated to Shopify.
- Item update/upload should happen via background job and not a hook.
Contributor guide
No contributing guide indexed for this repository
Research direction
Trace the existing item upload/update hook and the item data model or configuration it uses. Identify how the project's background jobs are started, then define the checkbox behavior and move Shopify upload/update processing out of the hook. Done means each item can control syncing and the work runs through a background job.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100