Git Product home page Git Product logo

Comments (1)

kamil4 avatar kamil4 commented on August 15, 2024

I had a look at it and my conclusion is that the whole Copy to... functionality is pretty messed up...

The feature is implemented in the front end using the Photo::duplicate API. But that call does not allow one to specify the destination: the duplicate is always added to the current album. Also, the ID of the newly generated duplicate is not returned to the caller. So after duplicating a photo, the front end reloads the album (that's why the reporter of this issue sees a duplicate) and then moves the original to the destination album. Moving the original instead of the duplicate is wrong: it can affect the sorting order of the photos inside the current album. But, as I said, the ID of the duplicate is not known to the front end.

Also, Photo::duplicate in the server appears slightly broken as well: it fails to generate a new ID for the duplicate. I'm guessing Laravel (or the database?) generates it instead, but the one that gets generated does not reflect the current time.

My proposal would be to modify the server so that Photo::duplicate accepts an optional destination album ID argument. That would make things much more robust by removing all that half-broken code from the front end.

from lychee-front.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.