LoliSnatcher_Droid
LoliSnatcher_Droid copied to clipboard
[Feature Request] Option to add image to the pool (Danbooru)
It would be great to have an ability to add any image to the pool.
User flow
- Open post
- Choose "Add to the pool" option in the menu
- Pop up window with pool list opens
- Choose pool from the pop up window
- Image is added to the pool
Program flow
- Get pool list
/pools.json - Append current post ID to the
post_idslist of the chosen pool PATCHrequest to/pools/<pool_id>.jsonwith{"post_ids": [...]}data
"Remove from the pool" option also would be useful. Find and remove <post_id> from the post_ids list.
Pop up window should probably display if the current post is already added to the pool.
API docs: https://danbooru.donmai.us/wiki_pages/api%3Apools