Gustavo Henrique Santos Souza de Miranda
0499229e07
Fixed the bug that didn't update the status bar when the use entered any new text.
2025-07-07 22:49:46 -03:00
Gustavo Henrique Miranda
6724a66fed
Merge pull request #24
...
Fix/binding not working
2025-07-06 03:38:20 -03:00
Gustavo Henrique Santos Souza de Miranda
4dd5126d41
Changed back to use the entry_service.py and not call the database directly from the ui.
2025-07-06 03:26:06 -03:00
Gustavo Henrique Miranda
42c5471ba7
Merge branch 'development' into fix/binding-not-working
2025-07-06 03:10:24 -03:00
Gustavo Henrique Santos Souza de Miranda
8a10fddb14
Refactored bindings to use `Binding` class for consistency across modal and screen components.
2025-07-06 03:04:18 -03:00
Gustavo Henrique Santos Souza de Miranda
090bbeda1a
Implemented directory management and improved TravelDiary and Photo handling logic.
...
- Added `DirectoryManager` utility for consistent directory operations.
- Introduced directory name sanitization and uniqueness enforcement for `TravelDiary`.
- Updated `TravelDiaryService` with enhanced creation, update, and deletion workflows, including filesystem management.
- Improved `PhotoService` to hash files, copy photos to specific diary directories, and manage updates safely.
- Refined error handling and cascaded changes across related entities (e.g., `Entry` relationships).
2025-07-06 01:07:25 -03:00
Gustavo Henrique Santos Souza de Miranda
394f813f6f
Added few checks to the reference to avoid malformed or invalid reference from being saved.
2025-07-05 07:26:47 -03:00
Gustavo Henrique Santos Souza de Miranda
a9756b058e
Changed some texts to be in english and also removed some debug messages.
2025-07-05 06:48:24 -03:00
Gustavo Henrique Santos Souza de Miranda
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
2025-07-05 05:54:18 -03:00
Gustavo Henrique Santos Souza de Miranda
0ec480a851
Removed some stale functions on edit_entry_screen.py
...
changed and added some functions to work with photo references and added a photo cache to better database performance.
2025-07-04 19:14:16 -03:00
Gustavo Henrique Santos Souza de Miranda
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
2025-07-03 23:10:13 -03:00
Gustavo Henrique Santos Souza de Miranda
183e0bc8c7
Started implementing the proper hash on the photo sidebar
2025-07-03 21:09:09 -03:00
Gustavo Henrique Santos Souza de Miranda
d47259fc68
Removed Stale methods on edit_entry_screen.py
2025-07-03 01:33:31 -03:00
Gustavo Henrique Santos Souza de Miranda
d80825d3a1
Started adding the reference system to add images
...
by adding a hash to each photo and also the possibility to add a reference by pressing i whilst the sidebar is on focus
2025-07-02 12:48:12 -03:00
Gustavo Henrique Santos Souza de Miranda
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
2025-06-29 21:38:33 -03:00
Gustavo Henrique Santos Souza de Miranda
84b0397263
Added the sidebar to add images, and modals to manage photo
2025-06-27 17:08:20 -03:00
Gustavo Henrique Santos Souza de Miranda
56e42c51bd
Fixed the entry model to accept datetime instead of a string containing the creating date
2025-06-25 17:26:52 -03:00
Gustavo Henrique Santos Souza de Miranda
a999a0a437
Changed the modal size and also modified the edit_entry_screen.py to conform with the wireframe, also changed all the texts to be english
2025-06-25 00:27:49 -03:00
Gustavo Henrique Santos Souza de Miranda
f9ab6da116
Fixed the wrong name in the diary name when loading an empty diary
2025-06-22 22:19:25 -03:00
Gustavo Henrique Santos Souza de Miranda
58807460d7
Added the edit_entry_screen.py and modified the mock entry_service_mock.py to be async and also add the screen change on diary_list_screen.py and added the rename_entry_modal.py and added all the necessary CSS on the pilgrim.css
2025-06-22 20:32:09 -03:00