Commit graph

  • 386f7c3a94 API Login return { success: true, data: data.token } al8763be 2024-03-17 15:49:34 +01:00
  • d11e5e64f6 API Login return { success: true, data } data as JSON with token al8763be 2024-03-17 15:41:23 +01:00
  • 060dc1ee3d Merge branch 'frontend' into gruppPP Peter KW 2024-03-17 15:39:16 +01:00
  • c708ec47ca Merge branch 'frontend' into gruppDM Davenludd 2024-03-17 15:36:41 +01:00
  • a28bab459a API login returns { success: true, data: token } al8763be 2024-03-17 15:36:39 +01:00
  • 21cc7ff8a3 Added signed_by attribute to weekly_report SQL table dDogge 2024-03-17 15:34:48 +01:00
  • 9511d509ca API imports fixed al8763be 2024-03-17 15:31:15 +01:00
  • b1f57e5ed8 Merge branch 'frontend' into gruppDM Davenludd 2024-03-17 15:28:20 +01:00
  • f5787fbc2e correct routes in main al8763be 2024-03-17 15:23:21 +01:00
  • 179a5196e9 Merge branch 'BumBranch' into frontend al8763be 2024-03-17 15:10:19 +01:00
  • 5327ac7ad1 lint + login function for API al8763be 2024-03-17 15:03:34 +01:00
  • ff00b984fe Formatting and typing to make linter happy v2 Imbus 2024-03-17 14:52:13 +01:00
  • 6d5c25be5c Refactor Register component to use InputField component Davenludd 2024-03-16 15:14:03 +01:00
  • d6d2b6d170 Visual fixes Mattias 2024-03-16 02:47:17 +01:00
  • cab7c3bdfd Formatting and typing to make linter happy Imbus 2024-03-17 14:44:25 +01:00
  • 2eecf17d42 Login feature API al8763be 2024-03-17 14:43:09 +01:00
  • 58b74e3f04 Merge branch 'dev' into frontend Imbus 2024-03-17 14:38:44 +01:00
  • 7c21677310 Migrations fix in go Imbus 2024-03-17 14:38:20 +01:00
  • 46eebee84f Refactor API.ts for improved readability and maintainability Davenludd 2024-03-17 14:21:38 +01:00
  • f3931f905a Minor changes Mattias 2024-03-17 14:19:57 +01:00
  • 79eb59ad46 button fix pavel Hamawand 2024-03-17 14:13:35 +01:00
  • 62f1926305 Corrected NewWeeklyReport (prev. TimeReports) and changed imports Mattias 2024-03-17 13:39:16 +01:00
  • 9bab627255 Change typ on button to submit Peter KW 2024-03-17 12:57:18 +01:00
  • 8d0da111eb API - SubmitWeeklyReport & getUserProjects added al8763be 2024-03-17 12:35:53 +01:00
  • b6535c883d Small fix Peter KW 2024-03-17 11:34:39 +01:00
  • 3e73b11698 Merge branch 'frontend' into gruppPP Peter KW 2024-03-17 11:02:44 +01:00
  • d6d4eb3336 Merge branch 'master' into gruppDM al8763be 2024-03-17 10:51:23 +01:00
  • 5e0b96ed87 Merge branch 'frontend' into gruppPP Peter KW 2024-03-17 10:43:49 +01:00
  • 8cf873a98b Changed so that most functionality was moved to separate components Peter KW 2024-03-17 10:39:57 +01:00
  • 15ec2108d3 Everything run from this file Peter KW 2024-03-17 10:38:25 +01:00
  • 02332c284b Login field component Peter KW 2024-03-17 10:36:29 +01:00
  • 94f5d3f85b Component for checking login, to be replaced with proper fetching Peter KW 2024-03-17 10:35:48 +01:00
  • 217b7b4a22 Input field component Peter KW 2024-03-17 10:34:47 +01:00
  • 2921458d82 Made backround animation on login page to its own component Peter KW 2024-03-17 10:34:15 +01:00
  • c12e19770e Restructuring, less paths Peter KW 2024-03-17 10:33:37 +01:00
  • 887f31dde0 goTypes generated from go code with tygo Imbus 2024-03-17 04:23:26 +01:00
  • dbb2ff84e5 WeeklyReport testing Imbus 2024-03-17 04:16:54 +01:00
  • 0d053add5e Add some sanity checking in SubmitWeeklyReport route Imbus 2024-03-17 04:16:26 +01:00
  • 23dd22eab5 Json field alias for WeeklyReport Imbus 2024-03-17 04:14:40 +01:00
  • b69f8d82ff Better testing comments Imbus 2024-03-17 03:46:16 +01:00
  • 2e44d14370 Extending test script Imbus 2024-03-17 03:39:31 +01:00
  • 04d7a2cdec Test script Imbus 2024-03-17 01:55:24 +01:00
  • c13378d3b9 Proper login endpoint functionality Imbus 2024-03-17 01:32:10 +01:00
  • c6d9307979 Fix for CreateProject handler Imbus 2024-03-16 22:57:48 +01:00
  • d99de54c5d Major changes related to reports Imbus 2024-03-16 22:47:19 +01:00
  • 7f5270f536 Merge branch 'gruppDM' of github.com:imbus64/TTime into gruppDM Imbus 2024-03-16 18:38:50 +01:00
  • d58720cdbd Refactor Register component to use InputField component Davenludd 2024-03-16 15:14:03 +01:00
  • 92a4808cdd Created new type for timereport Mattias 2024-03-16 13:11:39 +01:00
  • f3c5ce57eb Submit-button has been moved to the timereport Mattias 2024-03-16 13:11:26 +01:00
  • 3419898c66 Created groundwork for the timereport Mattias 2024-03-16 13:10:46 +01:00
  • aae05acedb Added the register component to content Mattias 2024-03-16 02:47:39 +01:00
  • a225020f6f Visual fixes Mattias 2024-03-16 02:47:17 +01:00
  • 2ce480707a Removed duplicate path Mattias 2024-03-16 02:46:58 +01:00
  • 17edf6b911 backButton pavel Hamawand 2024-03-16 18:01:14 +01:00
  • 31e3b99448 backbutton pavel Hamawand 2024-03-16 18:00:10 +01:00
  • 38378c7a10 babkbutton pavel Hamawand 2024-03-16 17:59:25 +01:00
  • 92336ff4fd backbutton pavel Hamawand 2024-03-16 17:58:27 +01:00
  • 17e9fa9d0a backbutton pavel Hamawand 2024-03-16 17:57:51 +01:00
  • bdd6f68470 Time / role link pavel Hamawand 2024-03-16 17:56:59 +01:00
  • 9aa5087871 time / activity link pavel Hamawand 2024-03-16 17:54:34 +01:00
  • 8164ba9040 fix back button pavel Hamawand 2024-03-16 17:50:15 +01:00
  • 49305d507f link to projectMembers pavel Hamawand 2024-03-16 17:48:23 +01:00
  • 3526decbad Merge imbs Imbus 2024-03-16 17:46:08 +01:00
  • 151d6de39b Tygo for go->typescript type generation Imbus 2024-03-16 17:43:38 +01:00
  • 3c87fd4d8c New api interface Imbus 2024-03-16 17:42:28 +01:00
  • e837f6e746 link to your time Reports pavel Hamawand 2024-03-16 17:37:09 +01:00
  • 17c8a17ebf IF EXISTS condition in salts table Imbus 2024-03-16 17:32:51 +01:00
  • a6846ad7a4 fix backbutton pavel Hamawand 2024-03-16 17:28:45 +01:00
  • dc84bc997e link to unsigned reports pavel Hamawand 2024-03-16 17:25:43 +01:00
  • 47d7d9fe3c Activity type database changes with interface changes in go Imbus 2024-03-16 17:22:55 +01:00
  • 554cf9b12e remove backbutton pavel Hamawand 2024-03-16 17:20:14 +01:00
  • 3879f74d1f uncommented borean-dev borean 2024-03-16 16:34:22 +01:00
  • 7fb220f768 Refactor Register component to use InputField component Davenludd 2024-03-16 15:14:03 +01:00
  • d71752ad6f Created new type for timereport Mattias 2024-03-16 13:11:39 +01:00
  • 87c044b5bf Submit-button has been moved to the timereport Mattias 2024-03-16 13:11:26 +01:00
  • 966f8540df Created groundwork for the timereport Mattias 2024-03-16 13:10:46 +01:00
  • d227ffc6ae Added the register component to content Mattias 2024-03-16 02:47:39 +01:00
  • a67c44564f Visual fixes Mattias 2024-03-16 02:47:17 +01:00
  • 148af4e499 Removed duplicate path Mattias 2024-03-16 02:46:58 +01:00
  • 9ff3e9314c Small change to header; uses useLocation() to get correct name Peter KW 2024-03-16 02:27:33 +01:00
  • edf503776a Changed design a little so that it uses the projectlist component, added some fake projects Peter KW 2024-03-16 02:23:52 +01:00
  • 4a864e1ab5 Finished design and added fake users for testing Peter KW 2024-03-16 02:20:36 +01:00
  • 8fdd6c0b1f Finished basic view for this page Peter KW 2024-03-16 02:18:28 +01:00
  • 466c25a7c2 A component for listing an array of users where every user gets a link, made for AdminManageUsers.tsx Peter KW 2024-03-16 02:16:06 +01:00
  • f963ca6ae5 A component for listing an array of projects where every project gets a link, made for YourProjectsPage.tsx Peter KW 2024-03-16 02:15:39 +01:00
  • 04e17a1721 Added comments to various functions dDogge 2024-03-15 16:57:42 +01:00
  • f0fc465d1a Merge remote-tracking branch 'origin/frontend' into gruppPP Peter KW 2024-03-15 16:54:26 +01:00
  • 976ce5900c Merge branch 'dev' of github.com:imbus64/TTime into dev Imbus 2024-03-15 16:45:33 +01:00
  • 018dc24516 Handler for GetProject from db.go added in global_stage.go dDogge 2024-03-15 15:28:45 +01:00
  • 581209742a Added GetProject in db.go and corresponding test dDogge 2024-03-15 15:14:45 +01:00
  • 2da40e1f54 change back button UserViewTimeReportsPage pavel Hamawand 2024-03-15 15:32:06 +01:00
  • 78f5415d9a Handler for GetProject from db.go added in global_stage.go dDogge 2024-03-15 15:28:45 +01:00
  • 8430d88a07 change back button UserProjectPage pavel Hamawand 2024-03-15 15:28:35 +01:00
  • a26499bde9 change backbutton UserEditTimeReport and UserNewTimeReport pavel Hamawand 2024-03-15 15:22:55 +01:00
  • 2468fe8fab Added GetProject in db.go and corresponding test dDogge 2024-03-15 15:14:45 +01:00
  • 6789cc97ce Added back button to page Peter KW 2024-03-15 14:57:49 +01:00
  • 4920966388 Additional register-layout changes Mattias 2024-03-15 14:52:05 +01:00
  • 44aea9b765 Made a back button component since we will have one on almost every page Peter KW 2024-03-15 14:51:46 +01:00
  • 69b0318eb0 remove edit button and fix back button pavel Hamawand 2024-03-15 14:48:40 +01:00
  • a388109a8a Add type attribute to button elements in Admin Pages Davenludd 2024-03-15 14:34:08 +01:00