This website requires JavaScript.
Explore
Help
Register
Sign In
will
/
adopt-a-street
Watch
1
Star
0
Fork
0
You've already forked adopt-a-street
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d2e12ef23d46f00fb31be4b45ee3273125c91f89
adopt-a-street
/
backend
History
William Valentin
d2e12ef23d
fix(models/point-transaction): align find() consumers to array API and correct balance/history accessors\n\nUpdates findByUser/findByType/getUserBalance/getUserTransactionHistory to consume couchdbService.find as an array, removing result.docs assumptions. Prevents undefined access and ensures correct balance retrieval.\n\n
🤖
Generated with [AI Assistant]\n\nCo-Authored-By: AI Assistant <noreply@ai-assistant.com>
2025-11-04 10:56:20 -08:00
..
__tests__
feat: implement comprehensive gamification, analytics, and leaderboard system
2025-11-03 13:53:48 -08:00
config
…
middleware
feat: implement comprehensive gamification, analytics, and leaderboard system
2025-11-03 13:53:48 -08:00
models
fix(models/point-transaction): align find() consumers to array API and correct balance/history accessors\n\nUpdates findByUser/findByType/getUserBalance/getUserTransactionHistory to consume couchdbService.find as an array, removing result.docs assumptions. Prevents undefined access and ensures correct balance retrieval.\n\n
🤖
Generated with [AI Assistant]\n\nCo-Authored-By: AI Assistant <noreply@ai-assistant.com>
2025-11-04 10:56:20 -08:00
routes
fix(routes/events): replace deprecated User.update with instance save in RSVP/cancel flows to persist user event participation reliably\n\nEnsures user.events and stats are persisted by calling user.save() instead of non-existent User.update. Also keeps participants response consistent.\n\n
🤖
Generated with [AI Assistant]\n\nCo-Authored-By: AI Assistant <noreply@ai-assistant.com>
2025-11-04 10:56:12 -08:00
scripts
…
services
feat: implement comprehensive gamification, analytics, and leaderboard system
2025-11-03 13:53:48 -08:00
utils
…
.dockerignore
…
.env.example
…
.gitignore
…
AI_SERVICE.md
…
bun.lock
…
COMPREHENSIVE_TEST_COVERAGE.md
…
COUCHDB_SERVICE_GUIDE.md
…
Dockerfile
…
eslint.config.js
…
IMPLEMENTATION_SUMMARY.md
…
jest.config.js
…
package-lock.json
…
package.json
…
server.js
feat(backend): register analytics, leaderboard, and profile routes in server
2025-11-03 14:10:30 -08:00
server.log
…
test-cache.js
…
TESTING_IMPLEMENTATION_COMPLETE.md
…