Commit Graph
330 Commits
Author SHA1 Message Date
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 45abbbc424 ui-v0.0.2 2024-11-23 13:29:33 +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 deb4ad580c fix recommendJobItemList is nullish - bosszhipin updated 2024-11-23 13:28:41 +08:00
geekgeekrun 8cb379f6eb add diff.js to compare update log; enhance the style of the row which has diff; comment the mock data 2024-11-23 13:28:41 +08:00
geekgeekrun 52c0e53a7e add the pivot select radio for diff table 2024-11-23 13:28:41 +08:00
geekgeekrun 34a530fc3b add the logic to view the job info change history 2024-11-23 13:28:41 +08:00
geekgeekrun 3be9752e07 add the logic to query JobInfoChangeLog 2024-11-23 13:28:41 +08:00
geekgeekrun 78425c25d6 add the column of job library 2024-11-23 13:28:41 +08:00
geekgeekrun 20bef0c97f use unified chrome instance to handle open-site-with-boss-cookie - for handleLaunchBossSite and handleViewJobOnlineButtonClick in ui 2024-11-23 13:28:41 +08:00
geekgeekrun c0dc8d30fd update ui text 2024-11-23 13:28:41 +08:00
geekgeekrun 7adb6c185f enhance ui of nav-list entry 2024-11-23 13:28:41 +08:00
geekgeekrun 5f35c82984 finish the filter logic of '公司行业' 2024-11-23 13:28:41 +08:00
geekgeekrun fed1d6ee98 WIP: finish the filter logic of '薪资待遇', '工作经验', '学历要求', '公司规模' TODO: the filter logic of '公司行业' 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 c51c19a1d6 WIP: add the basic logic to iterate and change filter condition when no more job can find. TODO: make sure filter condition is sync between this app and recommend page in bosszhipin site. 2024-11-23 13:28:41 +08:00
geekgeekrun 00f9ef12df move combineCalculator from ui package to geek-auto-start-chat-with-boss package 2024-11-23 13:28:41 +08:00
geekgeekrun b6a1ba4eab rename the error message CANNOT_FIND_EXCEPT_JOB to CANNOT_FIND_EXCEPT_JOB_IN_THIS_JOB_EXPECTATION 2024-11-23 13:28:41 +08:00
geekgeekrun f133695c37 save anyCombineRecommendJobFilter config to boss.json 2024-11-23 13:28:41 +08:00
geekgeekrun d0e04f242e rename BossRecommendFilterV1 to AnyCombineBossRecommendFilter 2024-11-23 13:28:41 +08:00
geekgeekrun 0a0f39bf22 add the job filter condition combination creator to handle when no job can find in the list - so that try to get new job 2024-11-23 13:28:41 +08:00
geekgeekrun f0e8b1e3ee fix the issue while encounter CANNOT_FIND_EXCEPT_JOB error, the afterPageLoad label is not executed - replace break to continue 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 1001b3fe0a extract mark job as not suit(due to not active) procedure to a function 2024-11-23 13:28:41 +08:00
geekgeekrun 4da879facc when encounter the job of except company which is not active, click the no interest button 2024-11-23 13:28:41 +08:00
geekgeekrun 904d89025a enhance type annotation of puppeteer in geek-auto-start-chat-with-boss 2024-11-23 13:28:41 +08:00
geekgeekrun a0db5fd388 hide dock icon after launch in launchBossSite 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 a1b6d19e47 exit browser when all window closed 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 854841282e add the entry for manually access boss 2024-11-23 13:28:26 +08:00
geekgeekrun ad7917d1fb add the feature to prevent startup chat for an inactive boss 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 c018fb03ea fix any chat mode isn't taking effect 2024-11-23 13:28:26 +08:00
geekgeekrun d69245ff08 WIP: extract recommend page operation TODO: chromium may launch multi times with unknown reason 2024-11-23 13:28:26 +08:00
geekgeekrun 4013be6120 enhance type of electron in window 2024-04-21 10:54:04 +08:00
geekgeekrun 662e3b00cf ui-v0.0.1 2024-04-16 10:01:01 +08:00
geekgeekrun 5d3c2ae71c add the logic to auto adjust window size after component mounted in first run readme; remove frame of first run readme window 2024-04-16 09:16:18 +08:00
geekgeekrun 96edad532a shrink checkbox margin in first run readme 2024-04-16 08:14:38 +08:00
geekgeekrun 6b6526d662 update first run readme content 2024-04-15 23:46:33 +08:00
geekgeekrun 6423baf8f4 fix first launch notice cannot load 2024-04-15 23:45:01 +08:00
geekgeekrun-maintainer d219266661 update first launch notice 2024-04-15 05:14:49 +00:00