Originally created by @dscyrescotti on GitHub (Jul 19, 2024).
Originally assigned to: @dscyrescotti on GitHub.
Description
Since photos are isolated in device storage, when the user adds the same photo more than twice, there are a lot of duplicated photos stored. So, it is a time to clean the mess up. The idea is that when the user select photo tool, it will show photo dock, which displays list or grid of photos added to dock. If the user wants to insert photo to canvas, they can simply drag and drop photo right away.
Todos
To implement photo dock
To redesign database
To create file object
To link photo object to file object
To implement design for ipad and ios
Originally created by @dscyrescotti on GitHub (Jul 19, 2024).
Originally assigned to: @dscyrescotti on GitHub.
### Description
Since photos are isolated in device storage, when the user adds the same photo more than twice, there are a lot of duplicated photos stored. So, it is a time to clean the mess up. The idea is that when the user select photo tool, it will show photo dock, which displays list or grid of photos added to dock. If the user wants to insert photo to canvas, they can simply drag and drop photo right away.
### Todos
- [x] To implement photo dock
- [x] To redesign database
- [x] To create file object
- [x] To link photo object to file object
- [x] To implement design for ipad and ios
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @dscyrescotti on GitHub (Jul 19, 2024).
Originally assigned to: @dscyrescotti on GitHub.
Description
Since photos are isolated in device storage, when the user adds the same photo more than twice, there are a lot of duplicated photos stored. So, it is a time to clean the mess up. The idea is that when the user select photo tool, it will show photo dock, which displays list or grid of photos added to dock. If the user wants to insert photo to canvas, they can simply drag and drop photo right away.
Todos