-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into List-the-letter-sound-correspondences-where-…
…a-letter-is-used-#1701
- Loading branch information
Showing
7 changed files
with
177 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- Which issue does this PR address? --> | ||
Resolves # | ||
|
||
<!-- What is the purpose of this PR? --> | ||
|
||
|
||
### Technical Details | ||
<!-- Are there any key aspects of the implementation to highlight? --> | ||
|
||
### Testing Instructions | ||
<!-- How can the reviewer verify the functionality or fix introduced by this PR? Please provide steps. --> | ||
|
||
### Screenshots | ||
<!-- If this PR affects the UI, please include screenshots demonstrating the changes. --> | ||
|
||
<!-- Attribution: External code is properly credited. --> |
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,21 +1,21 @@ | ||
ethereum_address,github_username,impact_percentage | ||
0x5D388Ec24Cc2C0C77458338696aa63AFB706A7b1,nya-elimu,46.99 | ||
0xd46Cc93E3eE6a4fb532D9B48E95be7eD8f8f1DA0,jo-elimu,39.12 | ||
0x342FaeB14127A79735144bbdC772AbB6b1bBe343,coderabbitai,2.76 | ||
0x3965d420cde24fe00f742cb31257ca90e04556a7,tomaszsmy,1.05 | ||
0x819e4F5E912abb36c8f6c03790e7508e03cc37a3,UmenR,0.99 | ||
0x513DceE2929a6e0CD115fb65Ec926d6569d98aff,venkatesh2k3,0.67 | ||
0x5367a6d4F5991327Bb20466684790e394bE000dE,Shubham-Vishwakarma,0.67 | ||
0x0000000000000000000000000000000000000000,aschworer,0.64 | ||
0x4709ebf314c6492d57f4c6d4f57357d5b2bb074e,vrudas,0.53 | ||
0x6321286F9B73f427C72e1f9F1bC6b3d25eF06605,hhio618,0.51 | ||
0x0000000000000000000000000000000000000000,urosht,0.50 | ||
0x0000000000000000000000000000000000000000,SnehaHS65,0.42 | ||
0x78888390AA08D9A25f3BDB8A1B35351D7c7F8a12,Bender-22,0.41 | ||
0x5D388Ec24Cc2C0C77458338696aa63AFB706A7b1,nya-elimu,45.86 | ||
0xd46Cc93E3eE6a4fb532D9B48E95be7eD8f8f1DA0,jo-elimu,39.06 | ||
0x342FaeB14127A79735144bbdC772AbB6b1bBe343,coderabbitai,3.58 | ||
0x3965d420cde24fe00f742cb31257ca90e04556a7,tomaszsmy,1.01 | ||
0x819e4F5E912abb36c8f6c03790e7508e03cc37a3,UmenR,0.95 | ||
0x513DceE2929a6e0CD115fb65Ec926d6569d98aff,venkatesh2k3,0.82 | ||
0x5367a6d4F5991327Bb20466684790e394bE000dE,Shubham-Vishwakarma,0.64 | ||
0x0000000000000000000000000000000000000000,aschworer,0.61 | ||
0x4709ebf314c6492d57f4c6d4f57357d5b2bb074e,vrudas,0.59 | ||
0x0000000000000000000000000000000000000000,SnehaHS65,0.50 | ||
0x6321286F9B73f427C72e1f9F1bC6b3d25eF06605,hhio618,0.49 | ||
0x0000000000000000000000000000000000000000,urosht,0.48 | ||
0x78888390AA08D9A25f3BDB8A1B35351D7c7F8a12,Bender-22,0.39 | ||
0x0000000000000000000000000000000000000000,alexander-kuruvilla,0.40 | ||
0x914dBEe36BcAb63B2D15fAED08839Be43797b421,watr-sheep,0.33 | ||
0x0000000000000000000000000000000000000000,eymaal,0.32 | ||
0x38c19Bc91fC35f8bCAd07F177cC2F11098B1F3ff,vuriaval,0.31 | ||
0x0000000000000000000000000000000000000000,jpatel3,0.31 | ||
0x0000000000000000000000000000000000000000,Keerthi4308,0.30 | ||
0x0000000000000000000000000000000000000000,SamehNoukary,0.25 | ||
0x914dBEe36BcAb63B2D15fAED08839Be43797b421,watr-sheep,0.32 | ||
0x0000000000000000000000000000000000000000,eymaal,0.30 | ||
0x0000000000000000000000000000000000000000,jpatel3,0.29 | ||
0x38c19Bc91fC35f8bCAd07F177cC2F11098B1F3ff,vuriaval,0.29 | ||
0x0000000000000000000000000000000000000000,Keerthi4308,0.29 | ||
0x0000000000000000000000000000000000000000,SamehNoukary,0.24 |
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
18 changes: 18 additions & 0 deletions
18
src/main/java/ai/elimu/service/storybook/StoryBookEPubService.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package ai.elimu.service.storybook; | ||
|
||
import org.springframework.stereotype.Service; | ||
|
||
import static java.util.Objects.isNull; | ||
|
||
@Service | ||
public class StoryBookEPubService { | ||
|
||
public boolean isTableOfContentsFileHtmlLike(String fileName) { | ||
if (isNull(fileName) || fileName.isBlank()) { | ||
return false; | ||
} | ||
|
||
return fileName.endsWith(".xhtml") || fileName.endsWith(".html"); | ||
} | ||
|
||
} |
Oops, something went wrong.