maheshbasnet089 / tapShare

Tapshare is a simple, secure, and reliable file sharing platform that allows users to quickly and easily send large files over the internet. Whether you need to send files to friends and family, or share important documents with colleagues and clients, Tapshare provides a convenient and secure solution.
https://tapshare.xyz
GNU General Public License v3.0
52 stars 32 forks source link

Fixed Errors & added new features #35

Closed arpan404 closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tap-share ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2023 6:25am
netlify[bot] commented 1 year ago

Deploy Preview for loquacious-brioche-8a34df ready!

Name Link
Latest commit 439bbc2f57c0d8060ba775193d77a03d4989318f
Latest deploy log https://app.netlify.com/sites/loquacious-brioche-8a34df/deploys/64a3bb13d9ff900008ac01f9
Deploy Preview https://deploy-preview-35--loquacious-brioche-8a34df.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

maheshbasnet089 commented 1 year ago

i saw you are using characters for userId in the generateUserId file inside of utility. The userId made of characters lacks our purpose to make it simple to say/remember userId. so would you @arpan404 keep it as it was before i.e number's userId

arpan404 commented 1 year ago

Just added only two alphabets to make it simpler while maintaining unique userUid for every user

maheshbasnet089 commented 1 year ago

can we do it 6 digits numbers only no alphabet.

arpan404 commented 1 year ago

@maheshbasnet089 , there will be high probability of users getting same id when the product grows.