Commit Graph

335 Commits

Author SHA1 Message Date
c9676e17a7 style: modified returned markdown to be more user-friendly. 2025-10-15 11:16:45 -04:00
579045d933 feat: refactored some things 2025-10-15 10:55:08 -04:00
2a785d68ff feat: took the user from the front to send to the back 2025-10-15 08:29:06 -04:00
702a977fce refactor(timesheet): fix delete shift functionality which had stopped working due to complete frontend refactor 2025-10-14 14:18:32 -04:00
7f43341629 refactor(approvals): so many changes that are difficult to keep track of. Work on more integration between approvals and timesheet, add list view to approvals, etc 2025-10-10 17:04:14 -04:00
5a40c8febf feat: removed unnecessary url functions 2025-10-10 15:40:49 -04:00
8cf276deb0 feat: created context objects to feed the ai. 2025-10-10 15:02:18 -04:00
6277a73bd6 feat: added a centralized context folder which holds objects that describes the webpages of the app from a high level 2025-10-08 16:21:48 -04:00
19b2dd934c feat: added the translation for thinking... in the chatbot 2025-10-08 10:54:50 -04:00
1ce5c35a31 feat: Added i18n to chatbot titles, name and message to dynamically change depending on the selected preferance. 2025-10-08 10:48:21 -04:00
c1d48edb1e feat: made the front capture the url whenever it changes and send it to the backend to later send to the n8n ai. 2025-10-08 08:56:28 -04:00
3c615ffe61 Merge branch 'dev/lion/chatbot' of git.targo.ca:Targo/targo_frontend into dev/lion/chatbot 2025-10-07 14:39:32 -04:00
fe553b3cca Merge branch 'main' into dev/lion/chatbot 2025-10-07 14:38:45 -04:00
2078c93cd0 Merge branch 'main' into dev/lion/chatbot 2025-10-07 14:17:44 -04:00
aa3bc3d64d style: minor input changes 2025-10-07 14:16:17 -04:00
7af13db81e Merge pull request 'dev/nicolas/approvals-DRYing' (#21) from dev/nicolas/approvals-DRYing into main
Reviewed-on: Targo/targo_frontend#21
2025-10-07 14:13:55 -04:00
dc615340bc fix(auth): change auth signup to use authentik test account rather than seed account for supervisor 2025-10-07 14:13:04 -04:00
eed784c1fc style: changed the color for the header inside the drawer, to not have too much green everywhere 2025-10-07 11:32:57 -04:00
72bf750fb8 style: right drawer is now dynamically expandable by the user to enhance user experience 2025-10-07 11:09:42 -04:00
0b1ffe4787 style: parsed some of the incomming markdown such that headers bigger than h4 will be reduced to enhance readibilty. 2025-10-07 10:40:39 -04:00
901ed27b57 Merge branch 'main' into dev/lion/chatbot 2025-10-07 09:42:46 -04:00
ee9121b369 style: turned the chat bubble into a drawer 2025-10-07 09:34:05 -04:00
8cc700d0e7 style: stylized the chat message to be a little more user friendly 2025-10-06 15:17:32 -04:00
d958f90053 feat: User message now disappears faster instead of waiting for response, and chatbox shows a 'Thinking...' message while the user awaits the n8n response. 2025-10-06 14:20:51 -04:00
064f941ca5 style: Made the user's first name appear on the chat bubble as well as the selected name for the Ai agent 2025-10-06 11:28:41 -04:00
ebc3bde10c Merge branch 'main' of git.targo.ca:Targo/targo_frontend into dev/nicolas/approvals-DRYing 2025-10-03 12:24:42 -04:00
00f5565fe5 BREAKING(refactor): more refactor to streamline and standardize approvals and timesheet, pull to get expense changes 2025-10-02 16:09:18 -04:00
1bdbe021fa Merge pull request 'dev/matthieu/timesheet-form' (#20) from dev/matthieu/timesheet-form into main
Reviewed-on: Targo/targo_frontend#20
2025-10-02 08:38:00 -04:00
Matthieu Haineault
3254deedeb Merge branch 'main' of git.targo.ca:Targo/targo_frontend into dev/matthieu/timesheet-form 2025-10-02 08:36:20 -04:00
Matthieu Haineault
e2206bae16 Merge branch 'main' of git.targo.ca:Targo/targo_frontend into dev/matthieu/timesheet-form 2025-10-01 14:25:29 -04:00
Matthieu Haineault
d05634397a feat(expenses): setup routing for expenses upsert function in form and list 2025-10-01 14:23:51 -04:00
4aeafb1087 fix: fixed the chatbox server side communication 2025-10-01 14:10:34 -04:00
8ac36ec4fc attempted to make the front communicate with the back 2025-10-01 12:54:46 -04:00
Matthieu Haineault
0388719d42 Merge branch 'main' of git.targo.ca:Targo/targo_frontend into dev/matthieu/timesheet-form 2025-09-30 10:43:29 -04:00
655a7ecff1 BREAKING(approvals): begin process of merging and DRYing timesheet with timesheet approvals, adjust imports, WIP - DO NOT MERGE 2025-09-26 17:03:19 -04:00
e83a26d455 feat: modified how the message is sent. Took out the handleEnter function since it wasnt needed. 2025-09-26 13:48:14 -04:00
89cce4f73f Merge branch 'main' of git.targo.ca:Targo/targo_frontend into dev/nicolas/approvals-DRYing 2025-09-26 11:38:45 -04:00
64c7f34f41 feat: fixed the @keydown.enter function so that it actually works, previously it would not work properly 2025-09-26 11:26:40 -04:00
3bf8c57f74 refactor(approvals): massive refactor of names, DRY component scripts, separation of concern, trim unnecessary code 2025-09-26 11:06:07 -04:00
5036be71e6 style: changed the conversation-box to use q-form to enable the submit function, as well as made the input field autogrow for readability 2025-09-26 10:37:22 -04:00
1a78b49193 style: modified chat button to adhere to Quasar styling without the need for a <style> and additional css 2025-09-26 10:19:10 -04:00
9bfbbb5635 styel: Changed the icon for the chatbot to be a robot to fit the objective better. 2025-09-25 11:15:41 -04:00
76f21e56ab feat: Prototype chat-response: made a message store and service, so that the current chatbox sends the inputted txt and retrieves the defined mock response. 2025-09-25 10:57:04 -04:00
9d3a30fa65 Merge pull request 'dev/matthieu/timesheet-form' (#19) from dev/matthieu/timesheet-form into main
Reviewed-on: Targo/targo_frontend#19
2025-09-25 09:59:40 -04:00
Matthieu Haineault
9512bc4bf6 Merge branch 'main' of git.targo.ca:Targo/targo_frontend into dev/matthieu/timesheet-form 2025-09-25 09:58:07 -04:00
Matthieu Haineault
c5c0e8b358 refactor(types): refactoring of shifts, expenses, timesheet types, interfaces and defaults values. 2025-09-25 09:05:03 -04:00
398ef5f888 feat: Added initial skeleton for the messaging system 2025-09-24 16:55:25 -04:00
e2eb795284 style: Added a button on the bottom right of the screen, this will later open the chatbox 2025-09-23 16:33:19 -04:00
f91a664a92 refactor(approvals): send pay period picker to shared util components 2025-09-22 15:49:53 -04:00
4470c855cf Merge pull request 'dev/matthieu/timesheet-form' (#18) from dev/matthieu/timesheet-form into main
Reviewed-on: Targo/targo_frontend#18
2025-09-22 15:16:47 -04:00