Cap-go / CLI

CLI to help you to manage your version in capgo cloud
https://capgo.app
GNU Affero General Public License v3.0
13 stars 35 forks source link

Auto-delete fail upload #243

Closed riderx closed 2 months ago

riderx commented 3 months ago

When the upload task fails, the backend should auto-delete the version. This feature has to be secure and does not allow users to delete already uploaded versions.

riderx commented 3 months ago

/bounty 50

algora-pbc[bot] commented 3 months ago

๐Ÿ’Ž $50 bounty โ€ข Capgo

Steps to solve:

  1. Start working: Comment /attempt #243 with your implementation plan
  2. Submit work: Create a pull request including /claim #243 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

Additional notes:

โ„น๏ธ If something is not clear ask before working on it, otherwise your chance to rework it is high ๐ŸŽฅ To claim you need to provide in your PR a demo video of the change ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Join the Discord to get help ๐Ÿ“ Check all Bounty rules

Thank you for contributing to Cap-go/CLI!

Add a bounty โ€ข Share on socials

Bhavyajain21 commented 3 months ago

Can I be assigned?

riderx commented 3 months ago

This is self-service mate :) do /attempt #243

riderx commented 3 months ago

The backend will refuse the deletion from CLI since users cannot delete themself. so Capgo app has to be updated in the backend. The goal here is to have a way for the backend to detect the upload fail and auto delete the version number. Version number cannot be upload twice, so allow deletion can fix that. On other side just allow re upload when upload is wasnโ€™t done is another valid option.

Sambit003 commented 3 months ago

@riderx Can I work on this issue?

riderx commented 2 months ago

Sorry it's already done, i did it