-
Notifications
You must be signed in to change notification settings - Fork 553
feat: Add session fragment #1693
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
feat: Add session fragment #1693
Conversation
@anhanh11001 i already completed this PR and was waiting for #1646 to get merged |
app/src/main/java/org/fossasia/openevent/general/sessions/SessionWithEvent.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/fossasia/openevent/general/sessions/sessiontype/SessionType.kt
Outdated
Show resolved
Hide resolved
|
||
@Type("session") | ||
@JsonNaming(PropertyNamingStrategy.KebabCaseStrategy::class) | ||
@Entity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Database schema must have changed? I guess you didn't commit that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you mean an autogenerated json file in schema folder. Should I also commit that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm uploading it now.
@anhanh11001 build is failing |
@aggarwalpulkit596 I fixed the merge conflict. Please review |
@iamareebjamal please review |
a26151b
Update: Resolved Conflicts |
@liveHarshit @nikit19 please review again, this PR has been here for a while |
@iamareebjamal please review |
Detail:
Fixes: #1691
Screenshots for the change:
