Skip to content

Commit

Permalink
feat(frontier): add title to product feature (#344)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Mar 7, 2024
1 parent 1e8683e commit 13b00ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions raystack/frontier/v1beta1/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -670,9 +670,14 @@ message Product {

message Feature {
string id = 1;
// machine friendly name
string name = 2;

repeated string product_ids = 3;

// human friendly name
string title = 4;

google.protobuf.Struct metadata = 20;
google.protobuf.Timestamp created_at = 21;
google.protobuf.Timestamp updated_at = 22;
Expand Down

0 comments on commit 13b00ec

Please sign in to comment.