Disfactory / SpotDiff

SpotDiff專案希望能讓鄉民比對 2016.5.20 前後衛星雲圖,去抓出農委會五萬筆資料中的疑似工廠位址上的建物是不是新增建物,可以集中火力去檢舉或是可以把台灣疑似工廠的地點掃一遍。
MIT License
6 stars 3 forks source link

Task 3: implement the Answer table (table structure, operation functions, and testing functions) #12

Closed yalgorithm777 closed 2 years ago

yalgorithm777 commented 2 years ago

In this task, you need to implement the Answer table in our data model and the related functionality.

IMPORTANT: make sure that you read the Coding Standards section before writing code.

IMPORTANT: open separate branches and request code reviews to merge into the main branch when the subtasks are done.

There are three subtasks, described below:

Please reply to this issue if there are questions.

Sourbiebie commented 2 years ago

Wait for the decision whether to bound the bounding box with location table or answer table to complete this task.

Sourbiebie commented 2 years ago

Done, wait for review.