[Feature]: 监控文件变动,自动添加/删除图片数据
Open
Nobody has claimed this yet.
enhancement
status: pending-review
- Dominant language
- Python
- Stars
- 739
- Forks
- 97
- Avg merge
- 10h 3m
- Merged PRs (30d)
- 82
Description
这个功能解决什么问题?
监控图片文件移动、删除、添加等操作,自动添加/删除图片数据
您建议的解决方案是什么?
使用watchdog监控图片文件移动、删除、添加等操作,自动添加/删除图片数据
您考虑过哪些替代方案?
No response
其他上下文
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue proposes using watchdog to monitor image-file moves, deletions, and additions, but names no files, entry points, or tests. Start by locating the image data synchronization flow and determine how filesystem events should map to adding or deleting records; done means those operations keep image data synchronized and are covered by tests.
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