HelpAPaw / Android

9 stars 2 forks source link

48 edit signal description #49

Closed medeaohm closed 3 years ago

medeaohm commented 3 years ago

Closes #48 Closes #50

medeaohm commented 3 years ago

To delete signal a new property has been created in the database. The new property is named "isDeleted", is of type integer and can assume the values 0 (if the signal is NOT deleted) or 1 (is the signal is deleted). Should we keep it in this way o maybe use a boolean property instead of int?

Currently, the change is implemented only into the staging db, we need to add it also in the database.