Commit 6206b3a
Feat: adds lesson 10 AmiyahJonesLoader and new typescript file (#339)
* Create README.md
Accidentally removed my work the 1st time by merging
* Delete lesson_00/amiyahjones/README.md
* feat: add provider.java file
feat: create a DateProvider implementation
* fix: example code added
feat: changed provider name to my own (using my name)
* feat: added columns and their data types
* chore: spacing
* feat: created a .ts file for my loader
amiyah_jones.ts
* fix: updated example from anothony_mays_loader.ts file
* feat: test code to implement the loadMediaItems() method
* feat: testing out implementations
* feat: edits to creating an object
* fix: readable function
* fix: chnaged name to my array from movieitem to allMedia
* chore: removed //TODO comment
* fix: added quiz provider
* fix: corrected the format to my file
* fix: back to version 5.6.2
* fix: version update for package.json
* fix: fixed order mediaItem
* chore: undo package.json changes
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
---------
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
Co-authored-by: AmiyahJo <ajones244@gmail.com>
Co-authored-by: Anthony D. Mays <anthony@morganlatimer.com>
Co-authored-by: Anthony D. Mays <anthonydmays@users.noreply.github.com>1 parent 66a49cb commit 6206b3a
File tree
2 files changed
+47
-1
lines changed- lesson_10/libraries/src/loaders
2 files changed
+47
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments