Skip to content

Commit

Permalink
Update InvitedProfileProto
Browse files Browse the repository at this point in the history
Update invite world attribute (fixes #337)
  • Loading branch information
oldnapalm committed Jun 21, 2024
1 parent 76986c5 commit 2b0bf10
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 47 deletions.
7 changes: 7 additions & 0 deletions protobuf/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ message InvitedProfileProto {
optional bool enrolledZwiftAcademy = 5;
optional bool male = 6;
optional PlayerType player_type = 7;
optional EventCategory event_category = 8;
}

enum EventInviteStatus {
Expand Down Expand Up @@ -160,6 +161,12 @@ enum EventCulling {
CULLING_EVENT_ONLY = 2;
CULLING_SUBGROUP_ONLY = 3;
}
enum EventCategory {
EC_FEMALE = 0;
EC_MALE = 1;
EC_BINARY = 2;
}

message Event { //real name: EventProtobuf; where is shortName, shortDescription, rulesSet, routeUrl, bikeHash,
//privateEvent, followeeEntrantCount, totalEntrantCount, followeeSignedUpCount, totalSignedUpCount, followeeJoinedCount,
//totalJoinedCount, auxiliaryUrl, imageS3Name, imageS3Bucket, cullingType, recurring, recurringOffset, publishRecurring, parentId, type, workoutHash,
Expand Down
Loading

0 comments on commit 2b0bf10

Please sign in to comment.