Skip to content

Commit 37e7045

Browse files
docs: update improvements
1 parent 8ecac92 commit 37e7045

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ These APIs are used to synchronize and maintain our database of Bitcoin-acceptin
9797
- [x] Bitcoin location markers on the map
9898
- [x] Responsive design
9999
- [x] Location details popup
100+
- [x] Improved popup UI with better styling and organization
101+
- [x] Custom animations for loading states
102+
- [x] User location button for centering map on user's position
103+
- [x] Optimized data loading (coordinates first, details on demand)
104+
- [x] Number animations for statistics
100105
- [ ] Name-based search interface
101106
- [ ] Proximity search UI with radius selector
102107
- [ ] Country leaderboard UI
@@ -111,12 +116,21 @@ These APIs are used to synchronize and maintain our database of Bitcoin-acceptin
111116
- [x] Data synchronization system
112117
- [x] CORS configuration for frontend access
113118
- [x] Basic error handling
119+
- [x] Optimized API endpoints (coordinates-only and location details)
120+
- [x] Comprehensive test suite with Jest
121+
- [x] GitHub Actions workflows for testing and coverage
114122
- [ ] Name-based search API endpoint
115123
- [ ] Proximity search implementation using latitude and longitude
116124
- [ ] Country ranking data aggregation
117125
- [ ] API rate limiting implementation
118126
- [ ] API documentation
119127

128+
### 🔧 DevOps
129+
130+
- [x] Docker and Docker Compose setup
131+
- [x] GitHub Actions workflows for testing
132+
- [x] Test coverage reporting
133+
120134
## 👥 Contributing
121135

122136
Contributions are welcome! Please feel free to submit a Pull Request.

0 commit comments

Comments
 (0)