PMA-2020 / pma-api

The best way to programmatically access PMA2020 data.
http://api.pma2020.org
MIT License
1 stars 3 forks source link

Admin portal - remove datasets #52

Open joeflack4 opened 5 years ago

joeflack4 commented 5 years ago

Description

Add the ability to remove datasets.

Additional details

Don't actually delete them, but remove them from appearing on the admin page. Basically, we could add a isRemoved boolean field to the datasets table. If isRemoved is True, it would not display that dataset on the web page.