Conversation
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
Title874: Migrated Question To Optional PR TypeEnhancement Description
|
| Relevant files | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Enhancement |
| ||||||||
| Tests |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
...java/org/patinanetwork/codebloom/common/db/repos/question/topic/QuestionTopicRepository.java
Show resolved
Hide resolved
|
/deploy |
Title874: Migrated Question To Optional PR TypeEnhancement Description
|
| Relevant files | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Enhancement |
| ||||||||
| Tests |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
...a/org/patinanetwork/codebloom/common/db/repos/question/topic/QuestionTopicSqlRepository.java
Outdated
Show resolved
Hide resolved
...a/org/patinanetwork/codebloom/common/db/repos/question/topic/QuestionTopicSqlRepository.java
Show resolved
Hide resolved
...a/org/patinanetwork/codebloom/common/db/repos/question/topic/QuestionTopicSqlRepository.java
Show resolved
Hide resolved
874: Update comments 874: Resolved warnings
|
/deploy |
Title874: Migrated Question To Optional PR TypeEnhancement Description
|
| Relevant files | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Enhancement |
| ||||||||
| Tests |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
/deploy |
Title874: Migrated Question To Optional PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A[QuestionTopic Model] -- "Fields to Optional<String>" --> B[QuestionTopic Builder]
B -- "Handles Optional.ofNullable" --> C[QuestionTopic DTO]
C -- "Optional fields, JsonInclude.NON_EMPTY" --> D[QuestionTopic Repository Interface]
D -- "Methods return Optional<QuestionTopic>" --> E[QuestionTopic SQL Repository]
E -- "Handles Optional for DB operations" --> F[QuestionTopic Repository Tests]
F -- "Asserts Optional.isPresent()" --> G[Improved Null Safety]
|
| Relevant files | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Enhancement |
| ||||||||
| Tests |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
| public class QuestionTopicSqlRepository implements QuestionTopicRepository { | ||
|
|
||
| private final DataSource ds; | ||
| private static final String COL_ID = "id"; |
There was a problem hiding this comment.
Isn't this a little redundant?
874
Description of changes
Checklist before review
Screenshots
Dev
Staging