GHMiranda
  • Joined on 2023-12-31
GHMiranda synced new reference feat/photo-copying-system-dir to GHMiranda/Pilgrim from mirror 2025-07-06 04:08:53 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-05 12:24:32 +00:00
b1e83aabbb Merge pull request #18 from gmbrax/feat/XDG-Compliance
eb511ad756 Merge pull request #17 from gmbrax/feat/photo-reference-system
d114357d50 Changed the base directory where the data generated by the program to be at the home directory and also added a check to ensure the creation of the program directory
394f813f6f Added few checks to the reference to avoid malformed or invalid reference from being saved.
a9756b058e Changed some texts to be in english and also removed some debug messages.
Compare 12 commits »
GHMiranda synced commits to feat/XDG-Compliance at GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
GHMiranda synced new reference feat/XDG-Compliance to GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
6438ef68a3 Merge pull request #16 from gmbrax/feat/XDG-Compliance
ef8bc6cc0f Merge branch 'feat/photo-reference-system' into development
d114357d50 Changed the base directory where the data generated by the program to be at the home directory and also added a check to ensure the creation of the program directory
394f813f6f Added few checks to the reference to avoid malformed or invalid reference from being saved.
bf29745265 Merge branch 'feat/photo-reference-system' into development
Compare 10 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
394f813f6f Added few checks to the reference to avoid malformed or invalid reference from being saved.
a9756b058e Changed some texts to be in english and also removed some debug messages.
Compare 2 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-05 09:03:27 +00:00
e492e2c248 Finished The basic Reference System it now parses the references added by the sidebar or written but only saves if the reference is valid
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-04 22:15:30 +00:00
0ec480a851 Removed some stale functions on edit_entry_screen.py
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-07-04 02:15:15 +00:00
5b7b147e43 Merge pull request #14
183e0bc8c7 Started implementing the proper hash on the photo sidebar
8cc42e390a Added Hash capability to the model photo.py and also updated the service to create hashes and update hashes
d47259fc68 Removed Stale methods on edit_entry_screen.py
d80825d3a1 Started adding the reference system to add images
Compare 6 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-04 02:15:15 +00:00
3754a68a80 Changed to accept the proper hash created by the photo_service also started the function to validate the reference before getting all references on save
183e0bc8c7 Started implementing the proper hash on the photo sidebar
8cc42e390a Added Hash capability to the model photo.py and also updated the service to create hashes and update hashes
Compare 3 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-03 07:37:51 +00:00
d47259fc68 Removed Stale methods on edit_entry_screen.py
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-02 15:50:22 +00:00
d80825d3a1 Started adding the reference system to add images
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-02 05:17:50 +00:00
GHMiranda synced new reference feat/photo-reference-system to GHMiranda/Pilgrim from mirror 2025-07-02 05:17:50 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-30 02:26:50 +00:00
43919cabb9 Merge pull request #12 from gmbrax/feat/photo-sidebar-tui
0d2a4ef102 Merge branch 'development' into feat/photo-sidebar-tui
cf56fda3de Added an edit_photo_modal.py to allow modification of the photo after ingestion
1209b8147c Added a confirm_delete_modal.py to avoid accidental delete of the photo.
f84da2c934 Improved the photo sidebar and add the add_photo_modal.py to add photos and the file_picker_modal.py to select the proper file to be ingested, also changed photo.py and photo_service.py to receive a datatime and not a string representing the addition date
Compare 5 commits »
GHMiranda synced commits to feat/photo-sidebar-tui at GHMiranda/Pilgrim from mirror 2025-06-30 02:26:50 +00:00
0d2a4ef102 Merge branch 'development' into feat/photo-sidebar-tui
9ab190741a Merge pull request #11 from gmbrax/feat/photo-sidebar-tui
9b4c739d32 Delete .idea directory
4d3606b197 Merge pull request #10 from gmbrax/feat/Database-Integration
b50507ae18 Merge branch 'refactor/refactor-fix' into development
Compare 16 commits »
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-06-30 02:26:50 +00:00
2973620573 Merge pull request #13 from gmbrax/feat/photo-sidebar-tui
0d2a4ef102 Merge branch 'development' into feat/photo-sidebar-tui
cf56fda3de Added an edit_photo_modal.py to allow modification of the photo after ingestion
1209b8147c Added a confirm_delete_modal.py to avoid accidental delete of the photo.
f84da2c934 Improved the photo sidebar and add the add_photo_modal.py to add photos and the file_picker_modal.py to select the proper file to be ingested, also changed photo.py and photo_service.py to receive a datatime and not a string representing the addition date
Compare 21 commits »
GHMiranda synced commits to feat/photo-sidebar-tui at GHMiranda/Pilgrim from mirror 2025-06-30 00:52:19 +00:00
cf56fda3de Added an edit_photo_modal.py to allow modification of the photo after ingestion
1209b8147c Added a confirm_delete_modal.py to avoid accidental delete of the photo.
f84da2c934 Improved the photo sidebar and add the add_photo_modal.py to add photos and the file_picker_modal.py to select the proper file to be ingested, also changed photo.py and photo_service.py to receive a datatime and not a string representing the addition date
Compare 3 commits »
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-28 18:07:51 +00:00
9ab190741a Merge pull request #11 from gmbrax/feat/photo-sidebar-tui
84b0397263 Added the sidebar to add images, and modals to manage photo
14055770e7 Merge pull request #7 from gmbrax/fix/Entry-Model-Acepting-DateTime
56e42c51bd Fixed the entry model to accept datetime instead of a string containing the creating date
e8f5d4b877 Merge pull request #6 from gmbrax/feat/Database-Integration
Compare 5 commits »
GHMiranda synced commits to feat/photo-sidebar-tui at GHMiranda/Pilgrim from mirror 2025-06-27 20:17:51 +00:00