OH-SHOWN / ohshown-backend

OH!SHOWN 野生動物出沒痕跡通報系統
http://ohshown.site
MIT License
2 stars 8 forks source link

refactor model from `factory_id` to `ohshown_event_id` #42

Open tai271828 opened 2 years ago

tai271828 commented 2 years ago

The current API of Django admin shows APIs like Documents and Images with fields of factory_id (see the attached image below). We want to update the DB schema to be ohshown_event instead.

Please note this issue is expected to be very huge, and we will need a more precise roadmap to achieve it.

Selection_648

tai271828 commented 2 years ago

This pull request https://github.com/OH-SHOWN/ohshown-backend/pull/59 seems to almost complete this task. Let me check. If yes, then we can close this issue.

Next step: review if this issue is completed.