OH-SHOWN / ohshown-backend

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

Rename factory_type to ohshown_event_type in django admin #12

Closed EagleC0318 closed 2 years ago

EagleC0318 commented 2 years ago

Why

For issue #9

What

Rename factory_type to ohshown_event_type in django admin

How

Rename the related variables and string; Migrate DB column name; Fix unit tests.

Test

Open django admin and check the display is changed

tai271828 commented 2 years ago

@EagleC0318 thanks for the comprehensive description of this pull request. The description is very reviewer friendly and make my life easier : D I appreciate your help!

tai271828 commented 2 years ago

I did a quick verification during the sprint today. The Ohshown event type is written into/ pulled out from the db correctly. Hooray!

Selection_574 Selection_577