RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
6 stars 1 forks source link

refactor: Call /sync to know which data sync needs to be done #237

Closed Adaendra closed 4 months ago

Adaendra commented 4 months ago

๐Ÿ“– Description

Update the locator initialization to call first GET /sync to know which static data endpoints needs to be called.

โ‰๏ธ Related Issues

closes #219

๐Ÿงช How to test the change?

โ˜‘๏ธ Checklist before requesting a review

github-actions[bot] commented 4 months ago

Coverage after merging issue_219 into issue_217 will be

48.76%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
lib/src
   locator.dart1.92%100%100%1.92%101–103, 105, 108, 111–113, 115, 118, 121, 27–28, 31–34, 36–38, 43–44, 47, 49–50, 59–71, 74–75, 78, 81–83, 85, 88, 91–93, 95, 98
lib/src/core/models
   sync.dart40%100%100%40%21, 31–32
lib/src/core/services
   sync_service.dart0%100%100%0%17–20, 22, 26–27, 30–31, 34–35, 38–39, 42–44, 48–51, 53
github-actions[bot] commented 4 months ago

Coverage after merging issue_219 into issue_217 will be

48.76%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
lib/src
   locator.dart1.92%100%100%1.92%101–103, 105, 108, 111–113, 115, 118, 121, 27–28, 31–34, 36–38, 43–44, 47, 49–50, 59–71, 74–75, 78, 81–83, 85, 88, 91–93, 95, 98
lib/src/core/models
   sync.dart40%100%100%40%21, 31–32
lib/src/core/services
   sync_service.dart0%100%100%0%17–20, 22, 26–27, 30–31, 34–35, 38–39, 42–44, 48–51, 53
github-actions[bot] commented 4 months ago

Bump version from 0.22.0+1 to 0.23.0+1

github-actions[bot] commented 4 months ago

Coverage after merging issue_219 into main will be

48.76%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
lib/src
   locator.dart1.92%100%100%1.92%101–103, 105, 108, 111–113, 115, 118, 121, 27–28, 31–34, 36–38, 43–44, 47, 49–50, 59–71, 74–75, 78, 81–83, 85, 88, 91–93, 95, 98
lib/src/core/models
   sync.dart40%100%100%40%27, 37–38
lib/src/core/services
   sync_service.dart0%100%100%0%17–20, 22, 26–27, 30–31, 34–35, 38–39, 42–44, 48–51, 53