Tested the whole project and found a few bugs — currently working on fixing them. Also starting to prepare for adding a notification system, most likely using WebSockets.
This entry is mostly about bug fixes.
Log in to leave a comment
Tested the whole project and found a few bugs — currently working on fixing them. Also starting to prepare for adding a notification system, most likely using WebSockets.
This entry is mostly about bug fixes.
Log in to leave a comment
I worked a little on controllers and I tested all services besides reportService
Log in to leave a comment
I added few dtos, few methods in repositories and i think i added everything in services phase so now i need to make controllers then frontend and production. I did quite a lot and i forgot to post some devlogs sorry. The best part i did is i think BudgetAlertService it was interesting to make :).
Log in to leave a comment
I added new entity and wrote what i will be doing in future in my README.md file in order to have everything planned and ready to code.
Log in to leave a comment
Added authentication flow (register, login, refresh token) with DTO-based validation and basic security constraints. The auth layer is now stable enough to unblock further work. Next focus is shifting away from infrastructure toward core system logic: defining responsibilities, domain rules, and actual behavior of the system rather than endpoints and plumbing. Authentication is treated as a solved baseline, not an area for feature creep, so future changes will prioritize business logic clarity and consistency over auth-related tweaks, btw on a photo there is my last pr to mostly complete authentication(most of it was cleaning my code and erasing redundancies)
Log in to leave a comment