AOSSIE-Org / AOSSIE-Org/PictoPy

Feat: Batch Operations for Images

未關閉
#662 3 則留言 0 個 reaction 已指派 1 人 已被 @PritamP20 認領 在 GitHub 檢視
enhancement frontend
主要語言
Python
星號
283
分支
679
平均合併
7 天 2 小時
30 天內合併 PR
3

描述

### Is there an existing issue for this?
- [x] I have searched the existing issues

### Description
Add ability to select multiple images and perform bulk actions (delete, tag, move to album).

### Problem
Users can only perform actions on one image at a time, which is inefficient for large collections.

### Solution
- Selection mode toggle in navbar
- Checkboxes on images for multi-select
- Floating toolbar with batch actions: Delete, Tag, Move to Album
- Keyboard shortcuts: Ctrl+A (select all), Escape (deselect)

### Technical Details
**Frontend:**
- Redux state for selection
- BatchToolbar component
- BatchTagDialog component
- Update ImageCard with checkbox

**Backend:**
- DELETE /images/batch-delete
- POST /images/batch-tag
- POST /images/batch-move

### Record

- [x] I agree to follow this project's Code of Conduct

### Checklist before Submitting

- [x] Have you updated docs for it?
- [ ] Have you added unit tests?
- [ ] Have you made sure unit tests pass?
- [x] Have you made sure code formatting is correct?
- [ ] Do Your changes passes all tests?

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。