Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request a rename album name feature #229

Open
4 tasks done
ZhiwenLuoAllIn opened this issue Jul 18, 2024 · 2 comments
Open
4 tasks done

Request a rename album name feature #229

ZhiwenLuoAllIn opened this issue Jul 18, 2024 · 2 comments
Assignees
Labels
✨ feature New feature 👀 in triage This issue or pull request is in triage

Comments

@ZhiwenLuoAllIn
Copy link

ZhiwenLuoAllIn commented Jul 18, 2024

Did you check the documentation and it did not help?

Proposal

I need a feature to rename an existing album.

Use case

Sometimes, if the local image saved from my app is expired (like QR code which have the time limitation) I need to rename the album name (with an expiration note) to let user notice that.

@ZhiwenLuoAllIn ZhiwenLuoAllIn added ✨ feature New feature 👀 in triage This issue or pull request is in triage labels Jul 18, 2024
@natsuk4ze
Copy link
Owner

natsuk4ze commented Jul 19, 2024

Could you please elaborate on your use case?

It looks like we can satisfy your use case by adding an expiration note to the name of the image to be saved or to a new album to be created using the album parameter with putImage

@ZhiwenLuoAllIn
Copy link
Author

ZhiwenLuoAllIn commented Jul 19, 2024

@natsuk4ze Nice to see your response. Let me explain in detail:

In my app, user can download a bunch of QR code and we will create a specific album for it at that time.

And later, once user doing some update operations, these QR codes might be expired, and they will download the newest QR codes. At this point, we will create a new album and download newest QR codes into this new album.

Now, user have two albums contains the same mount of QR codes. And we want to rename the older one to let user know the QR codes inside it already expired.

Ideally, I want to delete the older album and its images. But seems the delete operation is more sensitive. So I decide to rename the older album and make users can see which one is expired at a glance.

That's the basic needs .

I'm looking for a more simplicity way to achieve it and directly modify the name of album should be The most direct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature 👀 in triage This issue or pull request is in triage
Projects
None yet
Development

No branches or pull requests

2 participants