-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert app use case fields for project
- Loading branch information
1 parent
fef5512
commit 8b93264
Showing
4 changed files
with
7 additions
and
66 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
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
9 changes: 1 addition & 8 deletions
9
src/main/java/io/github/stefanbratanov/jvm/openai/Project.java
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 |
---|---|---|
@@ -1,11 +1,4 @@ | ||
package io.github.stefanbratanov.jvm.openai; | ||
|
||
/** Represents an individual project. */ | ||
public record Project( | ||
String id, | ||
String name, | ||
long createdAt, | ||
Long archivedAt, | ||
String status, | ||
String appUseCase, | ||
String businessWebsite) {} | ||
public record Project(String id, String name, long createdAt, Long archivedAt, String status) {} |
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