Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csvToJso, postJsonToMongo 待改 #43

Open
trashmai opened this issue Jan 14, 2019 · 0 comments
Open

csvToJso, postJsonToMongo 待改 #43

trashmai opened this issue Jan 14, 2019 · 0 comments

Comments

@trashmai
Copy link
Contributor

目前前端設計要在上傳資料與現有資料重複時,詢問使用者是否確定上傳。

  • 現況
    • csvToJson 會在發現資料時空範圍重複時(不逐筆檢查,太耗資源) 設定一個 hold 屬性。
    • postJsonToMongo 在讀到 hold 屬性為 true 時,不會匯入資料。(測試階段時在程式中用 force_import 強制匯入。)
    • 上傳資料中,樣區、子樣區、相機位置等欄位值若與上傳前的檔案設定(樣區、子樣區、相機位置)值有所出入,csvToJson 會略過該筆資料,並在 UploadSession 中加入錯誤訊息,指名上傳資料中特定 row 的特定欄位資料有誤。內容沒問題的資料仍會匯入。
  • TODO
    • 不重新上傳資料的情況下(指定過去上傳資料路徑,可從 UploadSession 著手) trigger postJsonToMongo 並設定 force_import,完成資料匯入流程。
    • 應考慮設計可容許單一檔案內含多個相機位置的資料上傳檢核機制。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant