Aleksandr Kunin
Aleksandr Kunin
Enable cop and resolve rubocop offenses
So well behaved clients can be more reliable. Example implementation can be found at: https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/18040/diffs And: https://github.com/th3j35t3r/CounterSocial/blob/2811542941a58b2d72f0c64c508b543451ea13ec/app/controllers/concerns/rate_limit_headers.rb And https://github.com/th3j35t3r/CounterSocial/blob/2811542941a58b2d72f0c64c508b543451ea13ec/spec/controllers/concerns/rate_limit_headers_spec.rb
As separate page using React. Good examples: Cookie: https://meduza.io/feature/2018/05/22/kak-meduza-ispolzuet-cookie Privacy policy: https://meduza.io/feature/2018/05/22/kak-my-obrabatyvaem-vashi-personalnye-dannye-kotorye-hranyatsya-na-meduze
- When loaded first group preselected - User can assign reference points - User can add/remove penalty
Remove `public/designated-lane.png` Place svg in `app/javascript/...` and use it in round map and event result map The reason behind is that on big zoom levels the boundary become blurry.
Currently group separation is 2 minutes. Sometimes aircraft delivers competitors faster. Group separation should be saved in round and set in seconds.
Currently `/api/v1/events/rounds#show` preload all tracks' points before showing something to user. From UX perspective it will be better to show interface and load track data when it needed as loading...
- [x] When opening round map - the first group should be selected by default, not all groups - [x] Add a link to select a group - when clicking...
Related class: `Events::Rounds::CompetitorResult` Test file: [10-56-54.CSV.zip](https://github.com/skyderby/skyderby/files/3774028/10-56-54.CSV.zip) Expected 10 sec after exit point: ``` - latitude:"44.3355601" - longitude:"12.2746704" - gpsTime:"2019-08-26T11:56:30.800Z" ``` Related file `checkLaneViolation.js` Expected violation point: ``` distance: 302.88722309443466 gpsTime:...
Original input by Alexey Galda: С сортировкой есть пара неплохих вариантов: - по годам - начинать предыдущий год с новой строки, сортировать внутри строки каждого года по алфавиту (не принципиально,...