openaq / openaq-metadata-editor

MIT License
1 stars 1 forks source link

remove instruments #36

Closed sethvincent closed 5 years ago

sethvincent commented 5 years ago

closes #21

It doesn't let the user delete an instrument if there's only 1, as we require at least 1 instrument.

Add a few instruments to test. There's no form validation happening on this branch, so if you try to save an instrument without the required schema it will crash.

sethvincent commented 5 years ago

Testing this PR properly depends on #34 getting merged into master & this branch first.