Closed peteranny closed 2 months ago
讓公司/職稱頁面的面試經驗標籤頁做分頁,包含搜尋。
原本公司頁面的資料都放在 state.company.[name].status|data|error,資料包含薪資、面試、經驗。
state.company.[name].status|data|error
由於薪資會獨立獲取,現將薪資移至 state.companyIndex.interviewExperiencesByName.[name].status|data|error。
state.companyIndex.interviewExperiencesByName.[name].status|data|error
搜尋時,應該只有底下的 table 會 loading,但目前會連 search bar 一起 reload,影響使用者體驗。
本 PR 先專注在抽換 API,後續 UI 優化會由 #1416 處理。
https://github.com/goodjoblife/WorkTimeSurvey-backend/pull/1043
https://github.com/user-attachments/assets/e06368b6-3a2c-40a5-bd2c-65d21dc351c1
這個如果沒問題,等你 merge 後,我也會 cherry-pick 到 master,希望 stage 站測完可以儘早上線
1385
這個 PR 是?
讓公司/職稱頁面的面試經驗標籤頁做分頁,包含搜尋。
技術細節
原本公司頁面的資料都放在
state.company.[name].status|data|error
,資料包含薪資、面試、經驗。由於薪資會獨立獲取,現將薪資移至
state.companyIndex.interviewExperiencesByName.[name].status|data|error
。TODO
搜尋時,應該只有底下的 table 會 loading,但目前會連 search bar 一起 reload,影響使用者體驗。
本 PR 先專注在抽換 API,後續 UI 優化會由 #1416 處理。
有哪些 dependency?
https://github.com/goodjoblife/WorkTimeSurvey-backend/pull/1043
Screenshots
https://github.com/user-attachments/assets/e06368b6-3a2c-40a5-bd2c-65d21dc351c1
我應該如何手動測試?