riveto
https://github.com/nsanjayboruds/riveto
JavaScript
RIVETO is a full-stack web application built with separate frontend and backend modules. The frontend manages the user interface using modern web technologies (HTML, CSS, JavaScript). The backend handles server-side logic, APIs, and data management. Thi
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported1 Subscribers
Add a CodeTriage badge to riveto
Help out
- Issues
- [Bug]: Notification read/delete endpoints lack authentication and ownership validation
- [Security] /api/product/addproduct accepts product creation from any unauthenticated user — missing adminAuth middleware
- [Data-integrity] Cart read-then-write pattern in addToCart/updateCart causes lost-update race across tabs
- [Security] resetPassword hashes password with no length/complexity check — server trusts frontend validation
- [Bug] updateCart accesses userData.cartData without null-check — crashes if user record is deleted mid-session
- [PERFORMANCE] Missing database index on user lookup fields causes full collection scans
- [FEATURE]: Saved Addresses — Allow users to manage multiple delivery addresses
- [Bug]: Fix Google OAuth Registration Failing Due to Required Password Validation
- [Bug]: Google login fails with "password is required" validation error
- [ENHANCEMENT]: Add a custom cursor for improved visual experience
- Docs
- JavaScript not yet supported