Commit Graph

57 Commits

Author SHA1 Message Date
geekgeekrun
043d782a05 add logic support customize job no active time range. add standalone logic to handle no active job. fix logic of set tempTargetJobIndexToCheckDetail 2025-05-03 03:31:39 +08:00
geekgeekrun
67e4b94f9e add logic to handle if mark as not suit when job detail is not match 2025-05-01 22:01:05 +08:00
geekgeekrun
353fc60891 fix style column of recorded message is null 2025-04-26 10:52:42 +08:00
geekgeekrun
bbd670b674 change providerApiSecretMd5 column to providerApiSecret for LlmModelUsageRecord table 2025-04-22 13:54:54 +08:00
geekgeekrun
e8d3313a7b add union index for LlmModelUsageRecord 2025-04-20 00:30:08 +08:00
geekgeekrun
e838f48b89 add LlmModelUsageRecord table 2025-04-16 03:00:32 +08:00
geekgeekrun
b7f149032a revert: remove ChangeJobLibraryView1744467048874 2025-04-13 13:24:10 +08:00
geekgeekrun
a8a1856527 add latestLogDate column for job library; fix wrong time displayed 2025-04-13 11:08:31 +08:00
geekgeekrun
4e28fdd56e add the expectJobRegExpStr field to make it can filter unrelated job 2024-12-25 02:47:59 +08:00
geekgeekrun
da72bec6a7 reduce production package size by set node-linker=hoisted 2024-11-30 15:31:23 +08:00
geekgeekrun
3f93420717 set encryptCompanyId in BossInfo nullable 2024-11-23 13:30:17 +08:00
geekgeekrun
d531c07e8b add the logic to save chat record when open boss manually 2024-11-23 13:30:17 +08:00
geekgeekrun
ac83c3c94c move runRecordId to daemon 2024-11-23 13:29:49 +08:00
geekgeekrun
b6304a5ab8 add the logic to save the record of manually mark boss inactive to db 2024-11-23 13:29:49 +08:00
geekgeekrun
0fd13c5ac5 make address in job info can be null 2024-11-23 13:29:49 +08:00
geekgeekrun
072df7e92a enhance the display of mark reason 2024-11-23 13:29:49 +08:00
geekgeekrun
6b28a9d0ed WIP: add the logic to save job mark as not suit to db TODO: fix issue about retrieving and showing items 2024-11-23 13:29:49 +08:00
geekgeekrun
7f0ae45758 add the schema of MarkAsNotSuitLog, VMarkAsNotSuitLog schema 2024-11-23 13:29:49 +08:00
geekgeekrun
512fc94b1a add the logic for run migrate to process table schema change 2024-11-23 13:29:49 +08:00
geekgeekrun
f366d57772 add statement to remove all views 2024-11-23 13:28:41 +08:00
geekgeekrun
d2022ea6dc save autoStartupChatRecordId, chatStartupFrom in ChatStartupLog 2024-11-23 13:28:41 +08:00
geekgeekrun
b9ba7f002b chore(db): attach __ggr_encryptBossId in BossInfoChangeLog 2024-11-23 13:28:41 +08:00
geekgeekrun
668df75dc3 add the view of BossLibrary、CompanyLibrary、JobLibrary 2024-11-23 13:28:41 +08:00
geekgeekrun
695d4ea86c insert JobChangeLog to db 2024-11-23 13:28:26 +08:00
geekgeekrun
14517ce7ca insert CompanyInfoChangeLog to db 2024-11-23 13:28:26 +08:00
geekgeekrun
c1bc6bfcf5 insert BossInfoChangeLog to db 2024-11-23 13:28:26 +08:00
geekgeekrun
7f81aeb67e update the schema of BossActiveStatusRecord 2024-11-23 13:28:26 +08:00
geekgeekrun
16779b54e5 add the feature when startup chat in LAUNCH_BOSS_SITE recommend, save the startup record 2024-11-23 13:28:26 +08:00
geekgeekrun
e12cfe73ac add the feature when visiting LAUNCH_BOSS_SITE recommend, save job info 2024-11-23 13:28:26 +08:00
geekgeekrun
1522907afe allow lastActiveStatus to be null 2024-11-23 13:28:26 +08:00
geekgeekrun
57d85d8f51 save boss active status in db 2024-11-23 13:28:26 +08:00
geekgeekrun
f4427d841a fix typo of salary high and scale high in db 2024-04-05 17:57:26 +08:00
geekgeekrun
f811cda3fe shrink production package size - drop useless file during package 2024-03-29 09:38:18 +08:00
geekgeekrun
a87f1d872f fix height typo in chat startup log view definition 2024-03-29 09:37:46 +08:00
geekgeekrun
387bb60157 add the view for display auto start chat record 2024-03-29 09:37:02 +08:00
geekgeekrun
3100bb3854 add the view of chatStartupLog 2024-03-29 09:35:55 +08:00
geekgeekrun
6518776596 test use db in worker_thread 2024-03-29 09:35:35 +08:00
geekgeekrun
466ea57fd9 remove useless debugger 2024-04-05 17:18:46 +08:00
geekgeekrun
3ea1f2e22c use cliHighlight to prevent it being removed by compiler 2024-04-05 17:18:36 +08:00
geekgeekrun
f69b597cd7 try to fix production package cannot run due to cannot find module cli-highlight 2024-04-05 17:18:25 +08:00
geekgeekrun
c33eed82f6 do not make typeorm as external 2024-04-05 17:18:07 +08:00
geekgeekrun
646045fad5 downgrade sqlite patch version to solve I couldn't build successfully in electron TryGhost/node-sqlite3 #1746 2024-03-21 10:06:44 +08:00
geekgeekrun
3f6a4615e3 fix the production package cannot run issue caused by glob(path-scurry) module error - maybe the version of glob is too new, and there exists different version of glob, so download rimraf and typeorm to makes major version of glob at 7 2024-03-21 01:24:42 +08:00
geekgeekrun
a717328ead migrate db file to runtimeFolder 2024-03-18 00:03:13 +08:00
geekgeekrun
26cf20addb set a higher target for sqlite-plugin 2024-03-17 23:14:31 +08:00
geekgeekrun
2377507e43 ignore any db file 2024-03-17 21:58:02 +08:00
geekgeekrun
3c3d8f2bf2 enhance run core - add the logic to save the start chat logic to db; modify some entity with wrong type. 2024-03-17 21:57:05 +08:00
geekgeekrun
883e443e61 add the logic in userInfoResponse hook to update user info in db 2024-03-17 17:23:41 +08:00
geekgeekrun
37917b30ca adjust run dev script of sqlite-plugin 2024-03-17 17:20:46 +08:00
geekgeekrun
981d0981c6 adjust some column - remove -ed in 'encrypted' 2024-03-17 16:52:45 +08:00