Skip to content

Commit

Permalink
New roles, sgj s22 tag, sgj s24 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihal-Pinto committed Sep 24, 2024
1 parent 9766c91 commit a5a7ee4
Show file tree
Hide file tree
Showing 8 changed files with 12,431 additions and 0 deletions.
12,403 changes: 12,403 additions & 0 deletions npm-shrinkwrap.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@visurel/iconify-angular": "^11.0.0",
"apollo-angular": "^3.0.1",
"apollo-upload-client": "^17.0.0",
"cogs-angular-website": "file:",
"colorthief": "^2.2.0",
"convert-css-length": "^2.0.1",
"deep-equal": "^2.0.5",
Expand Down
5 changes: 5 additions & 0 deletions src/app/settings/pictures-page-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -804,4 +804,9 @@ export const PicturesPageImages = [
/* Description */ "",
/* Tags */ [],
),
new ImageInfo(
/* File path */ "2024/1_spring/sgj-spring-photo.png",
/* Description */ "",
/* Tags */ [],
),
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/generated/graphql-endpoint.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,12 @@ export const RoleCode = {
Artist: 'ARTIST',
BotDeveloper: 'BOT_DEVELOPER',
ClubGraphicArtist: 'CLUB_GRAPHIC_ARTIST',
CommunicationsSpecialist: 'COMMUNICATIONS_SPECIALIST',
CommunityManager: 'COMMUNITY_MANAGER',
Eboard: 'EBOARD',
EventCoordinator: 'EVENT_COORDINATOR',
GameDesigner: 'GAME_DESIGNER',
MerchandiseManager: 'MERCHANDISE_MANAGER',
Moderator: 'MODERATOR',
Musician: 'MUSICIAN',
Outreach: 'OUTREACH',
Expand All @@ -397,6 +399,7 @@ export const RoleCode = {
ProjectMember: 'PROJECT_MEMBER',
ProjectOfficer: 'PROJECT_OFFICER',
ProjectOwner: 'PROJECT_OWNER',
PromotionsManager: 'PROMOTIONS_MANAGER',
SoundDesigner: 'SOUND_DESIGNER',
SuperAdmin: 'SUPER_ADMIN',
Treasurer: 'TREASURER',
Expand Down
3 changes: 3 additions & 0 deletions src/generated/model.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1210,10 +1210,12 @@ export const RoleCode = {
Artist: 'ARTIST',
BotDeveloper: 'BOT_DEVELOPER',
ClubGraphicArtist: 'CLUB_GRAPHIC_ARTIST',
CommunicationsSpecialist: 'COMMUNICATIONS_SPECIALIST',
CommunityManager: 'COMMUNITY_MANAGER',
Eboard: 'EBOARD',
EventCoordinator: 'EVENT_COORDINATOR',
GameDesigner: 'GAME_DESIGNER',
MerchandiseManager: 'MERCHANDISE_MANAGER',
Moderator: 'MODERATOR',
Musician: 'MUSICIAN',
Outreach: 'OUTREACH',
Expand All @@ -1222,6 +1224,7 @@ export const RoleCode = {
ProjectMember: 'PROJECT_MEMBER',
ProjectOfficer: 'PROJECT_OFFICER',
ProjectOwner: 'PROJECT_OWNER',
PromotionsManager: 'PROMOTIONS_MANAGER',
SoundDesigner: 'SOUND_DESIGNER',
SuperAdmin: 'SUPER_ADMIN',
Treasurer: 'TREASURER',
Expand Down
16 changes: 16 additions & 0 deletions src/shared/security/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export const RoleData: {
RoleCode.Outreach,
RoleCode.BotDeveloper,
RoleCode.ClubGraphicArtist,
RoleCode.CommunicationsSpecialist,
RoleCode.PromotionsManager,
RoleCode.MerchandiseManager,

// Project Roles
RoleCode.ProjectOwner,
Expand Down Expand Up @@ -128,6 +131,19 @@ export const RoleData: {
type: [RoleType.EBoard],
name: '🕸️ Webmaster',
},
[RoleCode.CommunicationsSpecialist]: {
type: [RoleType.EBoard],
name: '🗣️ Communications Specialist',
},
[RoleCode.PromotionsManager]: {
type: [RoleType.EBoard],
name: '🪧 Promotions Manager',
},
[RoleCode.MerchandiseManager]: {
type: [RoleType.EBoard],
name: '👕 Merch Manager',
},

// #endregion // -- EBOARD ROLES ----- //

// #region // ----- PROJECT MEMBER ROLES ----- //
Expand Down

0 comments on commit a5a7ee4

Please sign in to comment.