Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
faf61c4
changes for extra custommapping
hamrt Sep 11, 2024
9635b20
Merge branch 'impierce:main' into main
hamrt Sep 13, 2024
baea7c6
first work on mapping
hamrt Sep 14, 2024
0c8d633
Merge branch 'main' into stringit
hamrt Sep 14, 2024
4e3b290
added string into array function
hamrt Sep 16, 2024
cd560f6
update mappingfiles
hamrt Sep 16, 2024
e7cbeb9
add markdown functionality
hamrt Sep 16, 2024
7825865
update example mapping
hamrt Sep 16, 2024
347b57f
improved mapping
hamrt Sep 16, 2024
4c98436
Merge branch 'impierce:main' into stringit
hamrt Sep 17, 2024
74e0740
initial back and forth test
hamrt Sep 18, 2024
bf0cdcd
chore: remove .vscode folder
Oran-Dan Sep 16, 2024
88bbf02
chore: update README
Oran-Dan Sep 18, 2024
f73ecd0
chore: move construct_leaf_node to leaf_node.rs
Oran-Dan Sep 18, 2024
1fc6af3
fix: improve JsonPath to Pointer fn, fix array constructing and merging
Oran-Dan Sep 18, 2024
db71ccf
chore: cargo fmt & clippy
Oran-Dan Sep 18, 2024
77a28dc
add testing capacity
hamrt Sep 18, 2024
7743fbf
added markdown to json
hamrt Sep 24, 2024
05b341f
removed unsed variables
hamrt Sep 24, 2024
9a6c508
fix for headless work and credentialSchema translation
hamrt Oct 9, 2024
c270573
add credential Schema translation
hamrt Oct 9, 2024
381ab42
add identifier mapping
hamrt Oct 11, 2024
f7c9047
remove output from tool
hamrt Oct 11, 2024
224c01a
add function to place array placeholders update testig
hamrt Oct 14, 2024
f840f24
added webservice feature to allow for usage though a website
hamrt Oct 20, 2024
186c713
Merge pull request #1 from hamrt/stringit
hamrt Oct 21, 2024
d6b51ba
added light weight docker files to create easy image
hamrt Oct 21, 2024
d02fcbb
imprvement to docker-compose
hamrt Oct 21, 2024
ee41b9f
Merge pull request #2 from hamrt/stringit
hamrt Oct 22, 2024
38f8465
update to fix issue with parsing a string that is not markdown
hamrt Nov 4, 2024
2626984
Merge pull request #3 from hamrt/stringit
hamrt Nov 4, 2024
594c195
fix for ELM conversion due to lacking mapping and improvement to READ…
hamrt Nov 5, 2024
03c771e
Merge pull request #4 from hamrt/stringit
hamrt Nov 5, 2024
33b234f
add image support
hamrt Dec 13, 2024
98b7270
small test image
hamrt Jan 8, 2025
1411c69
add image base 64 encodig and EDCL support
hamrt Jan 8, 2025
0e91c82
added EDCI support
hamrt Jan 13, 2025
5cda00b
remove println!
hamrt Jan 13, 2025
264255d
clean-up and add example
hamrt Jan 20, 2025
b2eb851
fix for location and page support in ELM
hamrt Jan 28, 2025
a59a95a
updates for testing and api
hamrt Jan 31, 2025
30d2771
add extra image issuer, credits and specification, fix issue API
hamrt Feb 3, 2025
d9acfdb
update_test_image
hamrt Feb 4, 2025
48d68a7
add university of harderwijk test
hamrt Feb 4, 2025
13fa9e4
add eqf
hamrt Feb 4, 2025
2aba5e9
add mapping and error handling
hamrt Feb 5, 2025
f351924
remove println and clean up
hamrt Feb 5, 2025
1ad00da
Add learningoutcome transformation
hamrt Feb 8, 2025
bcd0fbd
add description to achievement
hamrt Feb 10, 2025
a640493
add learningsetting update
hamrt Feb 21, 2025
72916ca
update for learning outcome handling (based on 1EdTech proposal)
hamrt Feb 24, 2025
c861dde
add context
hamrt Feb 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
target/
logging_folder
.vscode/launch.json
json/.DS_Store
.DS_Store
Loading