Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BilletBank #60

Merged
merged 7 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions client/src/modules/Generic/BilletBank.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,16 +466,26 @@ const charlie3 = [
"672",
];
const starterPlatoon = ["759"];
const starterPlatoon2 = ["780", "781", "782"];
const futureC = ["753"];

const acd = {
positionIds: [acdCommand, alpha3, bravo3, charlie3, starterPlatoon, futureC],
positionIds: [
acdCommand,
alpha3,
bravo3,
charlie3,
starterPlatoon,
starterPlatoon2,
futureC,
],
positionTitles: [
"ACD Headquarters",
"Alpha Company",
"Bravo Company",
"Charlie Company",
"Star Citizen Starter Platoon",
"Star Wars RPG Starter Platoon",
"Future Concepts Center",
],
collapsibleTitle: "Auxillary Combat Division",
Expand Down Expand Up @@ -509,7 +519,24 @@ const s1 = [
"36",
"37",
];
const s6 = ["50", "51", "52", "53", "54", "55", "56", "57", "58", "59"];
const s6 = [
"50",
"51",
"52",
"53",
"54",
"55",
"56",
"57",
"58",
"59",
"774",
"775",
"776",
"777",
"778",
"779",
];
const wag = ["39", "40", "41", "42", "43", "44", "45", "46", "47", "48"];

const imo = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ As such, if there are new billets added to the website, this document should be
********************************** CHANGE LOG *********************************************************
Strider.R - 07-26-23 - Added S3 DCS, S3 SQUAD, S7 SQUAD, D/ACD, 2/A/ACD, S5 SOCIAL MEDIA
Vercin.G - 11-19-23 - Added S2 Assistant

Vercin.G - 12-13-23 - Added SWRPG SP Billets

********************************** END CHANGE LOG *********************************************************

Expand Down Expand Up @@ -1306,7 +1306,9 @@ Vercin.G - 11-19-23 - Added S2 Assistant

759/edit">Star Citizen Start-Up


780 Start Citizen SL
781 Start Citizen ASL
782 SWRPG Start up

/193/edit">New Recruit</a></td>

Expand Down