Staging
- fixed bug, fix the api view description shown improperly code link
- change
modified_date
,created_date
for serializersManufacturerSerializer
,InstitutionSerializer
,InstrumentSerializer
,ProjectSerializer
,InstrumentCommentSerializer
,InstrumentOnPlatformSerializer
,SensorSerializer
,PlatformCommentSerializer
,SensorOnInstrumentSerializer
,PlatformTypeSerializer
,PlatformSerializer
,PlatformPowerTypeSerializer
,PlatformDeploymentSerializer
,PlatformDeploymentCommentSerializer
code link - refactor code and created
CommentBoxAdminBase
,BaseCommentBoxInline
for all comment box feature code link - create model base
ModelBase
so the model have default fieldcreated_date
,modified_date
5.institution have optional info except the name ST-29 - code link - view link - sensor tracker mocking database creation code link 7.remove django-suit dependency code link
- fixed bug for cant delete instrument code link 9.added serial for sensor ST-28 - code link view link
- fixed cant delete problem for sensor on instrument [code link](!74 (diffs)_ 11.from sensor view, show what instruments it has been on ST-31 - code link view link
- list instruments that were on platform in platform view ST-30 - code link view link
- include optional date/time field to indicate when an event happened as an alternative to writing it in the comment ST-32 - code link - code link- view link
Edited by xiang