-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Změna API na verzi 1 a 2, rozdělení do souborů - Přidána Vue.js webová stránka (/site) - Nainstalovány dependencies vue, vite a axios (a pojené s nimi) - Starší web odstraněn (/oldSite)
- Loading branch information
Showing
64 changed files
with
2,016 additions
and
11,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
[ | ||
{ | ||
"rank": "Chief of Police", | ||
"slots": 1, | ||
"firstBadge": 4001, | ||
"firstCallsign": "Staff-1", | ||
"title": "HIGH COMMAND STAFF" | ||
}, | ||
{ | ||
"rank": "Assistant Chief of Police", | ||
"slots": 1, | ||
"firstBadge": 4002, | ||
"firstCallsign": "Staff-2", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Deputy Chief of Police", | ||
"slots": 1, | ||
"firstBadge": 4003, | ||
"firstCallsign": "Staff-3", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Commander", | ||
"slots": 2, | ||
"firstBadge": 4004, | ||
"firstCallsign": "Staff-4", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Captain", | ||
"slots": 4, | ||
"firstBadge": 4006, | ||
"firstCallsign": "King-1", | ||
"title": "COMMAND STAFF - CAPTAIN" | ||
}, | ||
{ | ||
"rank": "Lieutenant", | ||
"slots": 8, | ||
"firstBadge": 4010, | ||
"firstCallsign": "Henry-1", | ||
"title": "COMMAND STAFF - LIEUTENANT" | ||
}, | ||
{ | ||
"rank": "Sergeant II", | ||
"slots": 4, | ||
"firstBadge": 4018, | ||
"firstCallsign": "John-1", | ||
"title": "SERGEANT" | ||
}, | ||
{ | ||
"rank": "Sergeant I", | ||
"slots": 6, | ||
"firstBadge": 4022, | ||
"firstCallsign": "John-5", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Police Officer III+I", | ||
"slots": 30, | ||
"firstBadge": 4030, | ||
"firstCallsign": "William-1", | ||
"title": "Police Officer III+I" | ||
}, | ||
{ | ||
"rank": "Police Officer III", | ||
"slots": 35, | ||
"firstBadge": 4060, | ||
"firstCallsign": "Victor-1", | ||
"title": "Police Officer III" | ||
}, | ||
{ | ||
"rank": "Police Officer II", | ||
"slots": 35, | ||
"firstBadge": 4095, | ||
"firstCallsign": "Lincoln-1", | ||
"title": "Police Officer II" | ||
}, | ||
{ | ||
"rank": "Police Officer I", | ||
"slots": 40, | ||
"firstBadge": 4130, | ||
"firstCallsign": "Queen-1", | ||
"title": "Police Officer I" | ||
}, | ||
{ | ||
"rank": "Cadet", | ||
"slots": 30, | ||
"firstBadge": 4200, | ||
"firstCallsign": "Tom-1", | ||
"title": "CADET" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
[ | ||
{ | ||
"rank": "Sheriff", | ||
"slots": 1, | ||
"firstBadge": 1000, | ||
"firstCallsign": "County-1", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Undersheriff", | ||
"slots": 1, | ||
"firstBadge": 1001, | ||
"firstCallsign": "County-2", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Assistant Sheriff", | ||
"slots": 1, | ||
"firstBadge": 1002, | ||
"firstCallsign": "County-3", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Division Chief", | ||
"slots": 1, | ||
"firstBadge": 1003, | ||
"firstCallsign": "County-4", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Area Commander", | ||
"slots": 1, | ||
"firstBadge": 1004, | ||
"firstCallsign": "County-5", | ||
"title": false | ||
}, | ||
{ | ||
"rank": "Captain", | ||
"slots": 5, | ||
"firstBadge": 1005, | ||
"firstCallsign": "County-6", | ||
"title": "" | ||
}, | ||
{ | ||
"rank": "Lieutenant", | ||
"slots": 5, | ||
"firstBadge": 1010, | ||
"firstCallsign": "Shock-1", | ||
"title": "" | ||
}, | ||
{ | ||
"rank": "Sergeant", | ||
"slots": 8, | ||
"firstBadge": 1015, | ||
"firstCallsign": "Nora-1", | ||
"title": "SERGEANT" | ||
}, | ||
{ | ||
"rank": "Deputy III", | ||
"slots": 29, | ||
"firstBadge": 1037, | ||
"firstCallsign": "Sam-1", | ||
"title": "Deputy III" | ||
}, | ||
{ | ||
"rank": "Deputy II", | ||
"slots": 34, | ||
"firstBadge": 1066, | ||
"firstCallsign": "Sam-30", | ||
"title": "Deputy II" | ||
}, | ||
{ | ||
"rank": "Deputy I", | ||
"slots": 65, | ||
"firstBadge": 1101, | ||
"firstCallsign": "Charlie-1", | ||
"title": "Deputy I" | ||
}, | ||
{ | ||
"rank": "Deputy Trainee", | ||
"slots": 60, | ||
"firstBadge": 1200, | ||
"firstCallsign": "Green-1", | ||
"title": "Deputy Trainee" | ||
} | ||
] |
File renamed without changes.
Oops, something went wrong.