SOA-04 / leaf-app

https://docs.google.com/spreadsheets/d/1in8nvVFMh99L_NCA-PDzP0xR529cWyqTXr9tJljar0M/edit?gid=682049865#gid=682049865
0 stars 3 forks source link

[作業]20241022~20241028 #46

Closed pedestrianlove closed 3 weeks ago

pedestrianlove commented 4 weeks ago

image

feature-database

pedestrianlove commented 4 weeks ago

Location跟Trip理論上來講是one-to-many的關係: 多個trip可能共用了相同的出發點,但多個location不可能都是同一個trip的終點。

因此關係應為one-to-many。

但是因為我們專案性質的關係,Location跟Trip其實目前基本上不可能找到同一個Location可以進行關聯,坐標其實都會有一些差距。所以我目前也沒有加入座標的Index,像老師專案的這裡一樣: image

但如果日後使用Google提供的Place ID,可能就有機會實現one-to-many。

因此關係先暫定為one-to-many。