-
Notifications
You must be signed in to change notification settings - Fork 15
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
Resource versions tracking #40
Comments
Receive result path from the image editor. Using ACTION_CHOOSER instead of ACTION_PICK_ACTIVITY.
When we'll have version storage, we should update it with new versions in this spot: ARK-Navigator/app/src/main/java/space/taran/arknavigator/ui/fragments/GalleryFragment.kt Line 81 in 583c1f9
We'll also need to implement either propagation of user-defined metadata (tags, scores, properties) from older versions onto newer versions. |
Attached bounty: https://gitcoin.co/issue/29635 |
Hey @kirillt Thank you for sharing this project! I'm reaching out to share our invitation to support your issue via OpenQ marketplace. We are permissionless and free, see more here: https://www.openq.dev/ Zero hassle from your side 🙂 We will mirror your bounty, adding the same budget.Devs from our community might solve your issue. So then we can support you meanwhile our marketplace grows. If you give me your thumbs up we will do it and share the link again here to you for full transparency! |
Related to #27
Every time a resource has changed, we can represent this change as a transition from id1 to id2. This transition we can store in replicated state (or send to another app instance, but it will complicate implementation and should be avoided if possible). Afterwards, it should ease conflicts resolution.
The text was updated successfully, but these errors were encountered: