Closed jakobilobi closed 1 year ago
This looks absolutely in the right direction and neat with the JWT thing. I've never understood fully how that works, so I'll be glad to hear more about it.
Updates keep rolling in over here, feels like I'm getting close to a merge-ready state.
Do you have the time to, or want to, check out what I've changed before I merge? @erik78se
Just go ahead and merge =)
Den mån 15 maj 2023 15:25Jakob @.***> skrev:
Updates keep rolling in over here, feels like I'm getting close to a merge-ready state.
Do you have the time to, or want to, check out what I've changed before I merge? @erik78se https://github.com/erik78se
— Reply to this email directly, view it on GitHub https://github.com/dwellir-public/endpointdb/pull/2#issuecomment-1547856939, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGPVK6HSXQFZRSHINRBSEDXGIVEBANCNFSM6AAAAAAX7JCUSA . You are receiving this because you were mentioned.Message ID: @.***>
Includes a number of updates:
db_json_util.py
, intended to replace the pre-existing ones likeadd-from-json-file.py
andadd-from-directory-json.py
.To do before ready for review and merge to
master
:test_api_crud.py
) to the new database design.db_json_util.py
) to let it add/export over API (first implementation only interacts with a local DB file).