Semper-Viventem / MetaRadar

The app for BLE ether monitoring tracks your environment, finds some devices, makes relations between devices around you, and tracks devices' movements.
GNU General Public License v3.0
559 stars 28 forks source link

Add feature to remove created tags, not only create them. #115

Open Username1111111111 opened 8 months ago

Username1111111111 commented 8 months ago

The ability to remove created tag seems missing. NOT to detach tag from certain device, but to completely remove tag from created tags, generaly.

Semper-Viventem commented 8 months ago

There is no way to remove tags that have been ever used. A tag is just a string, if a tag is not applied to a device then it does not affect anything. It presents only in a tags cache on the "Select Tag" dialog. Why do you need to remove tags from the cache?

Username1111111111 commented 8 months ago

To better organize devices. Also it leaves no room for mistakes while creating tag. Let's say I made mistake in tag name and I can't correct it nor, at least, remove/delete. This is bad UI/UX.

Semper-Viventem commented 8 months ago

Also it leaves no room for mistakes while creating tag

Tags are just strings. If you made a mistake in the tag, you can just create a new one. It would be better to remove tags from the cache anyway, let's see what can we do with this.