Commit graph

1033 commits

Author SHA1 Message Date
Davenludd
78231eaae9 Update routing path 2024-04-14 16:00:29 +02:00
Davenludd
482c732b3d Update UserViewTimeReportsPage to include username in Total Time In Project button link 2024-04-14 15:58:27 +02:00
Davenludd
a25413affa Add total time in TimePerActivity component 2024-04-14 15:52:13 +02:00
Davenludd
d1b6866c39 Fix UserStatistics component to use new API.getStatistics function 2024-04-14 15:47:26 +02:00
Davenludd
c96c0d7b4d Fix order of parameters in getStatistics function in API.ts 2024-04-14 15:47:01 +02:00
Davenludd
97f810fce2 Merge branch 'frontend' into gruppDM 2024-04-14 15:30:37 +02:00
Davenludd
8e60ba405b Update UserViewTimeReportsPage to include Total Time In Project button 2024-04-14 15:25:13 +02:00
Davenludd
6c64dfcb0e Add UserViewStatistics component to UserPages 2024-04-14 15:24:52 +02:00
Davenludd
ac5e67d77f Update button text in PMProjectMembers component 2024-04-14 15:24:42 +02:00
Davenludd
48dd53b56b Add UserStatistics component to show total time per activity in a project 2024-04-14 15:24:10 +02:00
Davenludd
980ac19199 Add UserViewStatistics component to main.tsx 2024-04-14 15:23:42 +02:00
Peter KW
b6d9b51865 Merge branch 'frontend' into gruppPP 2024-04-14 11:58:16 +02:00
Imbus
c7e036ec04 Major db/API refactor, transaction as default 2024-04-14 09:21:34 +02:00
Imbus
fe9d5f74bb getStatistics handler, db-interface and ts API 2024-04-14 07:49:39 +02:00
Peter KW
564b2e6f58 Small fix 2024-04-13 21:36:02 +02:00
Peter KW
f66b6a0f0a Now uses new input types and checks if input is allowed + alerts and design changes 2024-04-13 21:18:01 +02:00
Peter KW
2f3f7261a0 Some new inputfield types 2024-04-13 21:14:17 +02:00
Peter KW
a5aac2065d Some constants for the different limits of password, username etc. 2024-04-13 21:13:26 +02:00
Peter KW
395e855257 Some regex to compare with strings 2024-04-13 21:12:46 +02:00
Peter KW
0e2b62f5ba Minor design and import changes 2024-04-13 21:10:37 +02:00
Peter KW
bcac9c020e Checks if new project name meets requirements 2024-04-13 21:09:07 +02:00
Peter KW
ebe0f380c5 Navigation button 2024-04-13 21:07:48 +02:00
Peter KW
6ca7f0d31f Improved alerts for error handling login 2024-04-13 21:07:32 +02:00
Peter KW
88c6757bd3 Checks if user already is selected role + minor design change 2024-04-13 21:07:08 +02:00
Peter KW
35a9c750d1 Routes back to home page on created project + design and alert updates 2024-04-13 20:53:05 +02:00
Peter KW
b71da1a698 Removed unused file + fixed paths 2024-04-13 20:50:23 +02:00
Davenludd
9ec7261a94 Merge branch 'dev' into gruppDM 2024-04-13 16:28:18 +02:00
Imbus
2d2b63938c Fix unsign 2024-04-13 09:36:34 +02:00
Peter KW
d9af77a8f7 Simplified + tiny design changes 2024-04-11 00:42:40 +02:00
Peter KW
43d83ca7b3 Search and design changes 2024-04-11 00:41:44 +02:00
Peter KW
2692127fdf Added some alerts and a new password field 2024-04-11 00:41:17 +02:00
Peter KW
1e0b32d32d Added search and some design changes 2024-04-11 00:39:33 +02:00
Peter KW
72d27bb644 Added search functionality and inputfield for changing p-name 2024-04-11 00:39:06 +02:00
Peter KW
385ceba248 Some "wrong login" alerts 2024-04-11 00:35:25 +02:00
Peter KW
0d4d77633d Prevents admin from changing its name 2024-04-11 00:34:56 +02:00
Peter KW
c8553d4eae Added search functionality and changed design a little 2024-04-11 00:34:27 +02:00
Peter KW
059a322d9e Changed inputfield slightly + update inputfields in files 2024-04-11 00:32:18 +02:00
Peter KW
7ec207bf03 Added more sample data 2024-04-11 00:29:06 +02:00
al8763be
57e969a562 Test for UnsignReport 2024-04-09 22:17:50 +02:00
Davenludd
ff07bd1ed6 Update OtherUsersTR component to include unsign and delete functionality 2024-04-09 22:14:00 +02:00
Davenludd
56e566ea9b Update confirmation message for deleting a user in ProjectMembers component 2024-04-09 20:57:22 +02:00
Davenludd
5e104ec7f9 Merge branch 'BumBranch' into gruppDM 2024-04-09 19:40:35 +02:00
al8763be
67723bfccc DeleteProject Handler + API function, ber till gud att denna funkar first try 2024-04-09 19:08:22 +02:00
Davenludd
1631c8b6b0 Merge branch 'dev' into gruppDM 2024-04-09 18:18:02 +02:00
al8763be
a5e3d4259d unsignReport handler + API function 2024-04-09 17:39:10 +02:00
al8763be
f57c445ead Merge remote-tracking branch 'origin/dev' into BumBranch 2024-04-09 16:11:53 +02:00
al8763be
11341ce37e Merge branch 'master' into BumBranch 2024-04-09 16:11:30 +02:00
Davenludd
a266a6f7fc Update ProjectMembers component to allow deleting users from a project 2024-04-09 10:59:27 +02:00
Davenludd
b56e4ed76e Add Button component to OtherUsersTR and update route path in main.tsx to include signedOrUnsigned parameter 2024-04-09 10:15:19 +02:00
Davenludd
f61449dea1 Update AllTimeReportsInProjectOtherUser component to include signed status in route path 2024-04-09 10:14:48 +02:00