-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add key learnings to summary details #124
Conversation
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.
PR automatically approved by auto-approve-action
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #124 +/- ##
==========================================
+ Coverage 31.92% 33.74% +1.82%
==========================================
Files 141 139 -2
Lines 3778 3577 -201
Branches 731 707 -24
==========================================
+ Hits 1206 1207 +1
+ Misses 2307 2106 -201
+ Partials 265 264 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Update `codecov.yml` to exclude `*View.kt` and `*PreviewData.kt` files - Update `PreviewData` with key learning data
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.
PR automatically approved by auto-approve-action
- Removed `hasVideo` and `hasGraphic` properties from `SummaryUi`. - Removed `hasVideo` and `hasGraphic` parameters from `SummaryItem` and `SummaryIndicators` composables. - Removed unused indicators from library screen. - Removed unused indicators from preview data. - Updated UI to no longer display video and graphic indicators.
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.
PR automatically approved by auto-approve-action
…uppress the "DuplicatedCode" warning.
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.
PR automatically approved by auto-approve-action
- Replaced the manual creation of lists with helper functions. - Created helper functions `createCategory` and `createSummary`. - Simplified the creation of `allCategories` and `allSummaries`.
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.
PR automatically approved by auto-approve-action
- Replaced the background image on the landing screen with a new one, `landing_image`. - Changed the status bar color on the landing screen to `LandingStatusBar`. - Changed the moto text on the landing screen to "The simplest, most focused way to experience life-changing book summaries".
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.
PR automatically approved by auto-approve-action
|
🚀 Description
SummaryLearningsView
composable for displaying key learnings.Summary
entity to includekeyLearnings
.SummaryUi
to include a list of key learnings.Issue (if applicable):
🖼 Screenshots/Videos (if applicable)
📦 Dependencies
🧪 Testing
Describe the steps to reproduce:
📱 Checklist