eladyaniv01
eladyaniv01
until i have raised the user's bot per competition limit by two this issue will be done when: - a proper descriptive error message is displayed in this case
The idea is to expose our community events to new comers even more, this should be easily added / modified through the admin panel - Countdown for next tournament (probots...
below is a starting point suggested on discord > ```py > try: > self.region = details['cache_handles'][0].server.lower() > self.map_hash = details['cache_handles'][-1].hash > self.map_file = details['cache_handles'][-1] > except: > ... > ```...
- [ ] Test promotion demotion mechanism - [ ] Test Elo Decay mechanism (for bots getting deactivated mid-Competition (Season) - [ ] Test Load Balancing mechanism ( for divisions...
### **Frontend** - [ ] Search filter division functionality - [x] Competition ListView , DetailView - [ ] Division ListView , DetailView
### New Features - [ ] ELO Decay formula for inactive bots - [ ] Logic for reactivating bots midseason (if the ELO has decayed, perhaps the bot should join...
things to test : * that we allow bots sufficient time to write data * that in case a bot fails to write date due to its own internal bug,...