coderedcorp / coderedcorp/coderedcms
Photo gallery enhancements
- Dominant language
- Python
- Stars
- 765
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
Currently the gallery block simply loads images from a collection. There are a couple enhancements that would be useful:
* Ability to re-order images in the gallery (might require changing how it works with collections sadly)
* Left right arrows to swipe through the images. Could possibly be implemented by a carousel inside the modal.
* Reduce image load glitch (currently when you close an image and open a new image, there is a delay as the browser unloads the old image and loads the new one)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the gallery block, its collection handling, and the image modal implementation in the Django project. Review how images are ordered, navigated, closed, and loaded; done means supporting reordering, left/right or swipe navigation, and a reduced delay when changing images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100