Commit graph

387 commits

Author SHA1 Message Date
Chneemann
72ca03086d refactor: improve task database communication and enhance data flow in components 2025-03-29 15:45:24 +01:00
Chneemann
6e0429255b refactor: move success toast notifications for login and logout to ErrorHandlingService. 2025-03-26 13:19:22 +01:00
Chneemann
76594ca28f feat: integrate ngx-toastr in ErrorHandlingService to display error messages in toast notifications. 2025-03-26 13:14:34 +01:00
Chneemann
5422835c06 feat: added ngx-toastr notifications for login and logout success messages 2025-03-26 13:09:25 +01:00
Chneemann
dd90cf6e58 feat: integrated ngx-toastr for error handling and display in AuthenticatedGuard when token is expired 2025-03-26 11:21:39 +01:00
Chneemann
0edfafb5f6 fix: improved guard routing and optimized user data loading 2025-03-25 09:52:46 +01:00
Chneemann
47c7aacbfb refactor: optimized functions in ApiService and AuthService 2025-03-25 08:25:24 +01:00
Chneemann
04c149ea41 feat: created ErrorHandlingService to intercept HTTP errors 2025-03-24 09:39:27 +01:00
Chneemann
a00863ef9e feat: created TokenService and moved logic from AuthService and ApiService 2025-03-24 09:10:25 +01:00
Chneemann
2c102ddddc fix: fix incorrect routing in RedirectIfAuthenticatedGuard 2025-03-23 22:32:32 +01:00
Chneemann
dff56e2e40 feat: store UserId in localStorage and display User Initials in HeaderComponent 2025-03-23 22:31:03 +01:00
Chneemann
39e03d2fab feat: add "Remember Me" checkbox in LoginComponent 2025-03-23 22:05:06 +01:00
Chneemann
d97579b97e chore: update project to Angular 18 2025-03-23 21:39:28 +01:00
Chneemann
e6a8463e1c chore: rollback to angular-devkit/build-angular@^17.3.13 2025-03-23 21:30:36 +01:00
Chneemann
782fd703cd chore: reinstall npm and update package.json 2025-03-23 21:26:39 +01:00
Chneemann
93000fd4c7 feat: migrate login, logout, and auth guards to Django Rest 2025-03-23 19:58:26 +01:00
Chneemann
4b795ae977 feat: update Auth Guards and create main layout to simplify app.component 2025-03-23 16:53:39 +01:00
Chneemann
876aadcd05 feat: migrate SummaryComponent to Django Rest and replace user with userId 2025-03-23 15:10:39 +01:00
Chneemann
518a688272 feat: create, design and integrate LoadingSpinnerComponent 2025-03-22 20:35:47 +01:00
Chneemann
18903e3c55 feat: migrate TaskComponent & TaskOverlayComponent to Django Rest and implement TaskService 2025-03-22 20:14:43 +01:00
Chneemann
df7629256a feat: migrate backend from Firebase to Django Rest and integrate ApiService in BoardComponent 2025-03-22 14:02:50 +01:00
Chneemann
5949934b0d docs: add JSDoc comments to app.component.ts 2024-11-16 18:19:24 +01:00
Chneemann
33a9b4e566 refactor: removed unused imports 2024-11-16 08:14:54 +01:00
Chneemann
5400c5438d docs: add JSDoc comments to SidebarComponent 2024-11-15 17:22:50 +01:00
Chneemann
d2f9734b83 docs: add JSDoc comments to OverlayComponents 2024-11-15 17:21:17 +01:00
Chneemann
c2ea6c8762 docs: add JSDoc comments to AuthGuard 2024-11-14 04:48:19 +01:00
Chneemann
daf23c1c5c docs: add JSDoc comments to FirebaseService 2024-11-14 04:47:27 +01:00
Chneemann
44add1ee3d docs: add JSDoc comments to LanguageService 2024-11-14 04:43:51 +01:00
Chneemann
bf88b88b99 docs: add JSDoc comments to OverlayService 2024-11-14 04:42:26 +01:00
Chneemann
11e9161135 docs: add JSDoc comments to SharedService 2024-11-14 04:41:53 +01:00
Chneemann
8557a2f7f0 docs: add JSDoc comments to DragDropService 2024-11-14 04:40:45 +01:00
Chneemann
a16cf8f374 docs: add JSDoc comments to AuthService 2024-11-14 04:39:53 +01:00
Chneemann
7a7beda85d docs: add JSDoc comments to LegaInformationsComponents 2024-11-12 04:49:58 +01:00
Chneemann
e49f6bd9ff docs: add JSDoc comments to HeaderComponent 2024-11-12 04:46:36 +01:00
Chneemann
e8d6c99089 docs: add JSDoc comments to ButtonsComponent 2024-11-12 04:44:36 +01:00
Chneemann
d8701f5cb9 docs: add JSDoc comments to ContactComponent 2024-11-12 04:43:17 +01:00
Chneemann
7e32e16cdf docs: add JSDoc comments to AddTaskComponent 2024-11-11 18:51:12 +01:00
Chneemann
928e5a0cf5 docs: add JSDoc comments to SummaryComponent 2024-11-11 18:45:09 +01:00
Chneemann
090a8eb803 docs: add JSDoc comments to BoardComponent 2024-11-11 18:42:56 +01:00
Chneemann
45697d688d feat: make TaskOverlayComponent responsive 2024-11-07 09:06:09 +01:00
Andre Kempf
7bcb7b8e49
Update README.md 2024-09-22 09:15:53 +02:00
Chneemann
0398436d8c Integrate Sentry for error tracking and monitoring 2024-09-15 09:20:06 +02:00
Chneemann
b637993ba1 clean code 2024-09-03 20:53:28 +02:00
Chneemann
fa5bf118de bugfixes 2024-09-03 04:46:31 +02:00
Chneemann
1b163ac134 update btn contacts 2024-09-02 19:27:27 +02:00
Chneemann
c50ca2f507 clean code (rename login.service => auth.service) 2024-09-02 04:39:36 +02:00
Chneemann
3f91be07a2 added auth.guard & clean code 2024-09-01 10:02:10 +02:00
Chneemann
3f013da226 clean code & bugfixes 2024-06-11 17:59:16 +02:00
Chneemann
7e2b04771f clean code 2024-06-11 17:53:05 +02:00
Chneemann
cdf053982c bugfixes 2024-06-03 08:21:05 +02:00