It often happens that during the review of the data, you realize that your data is faulty, invalid or similar. For this reason, our table contains a isDeleted flag which can be used to hide data, but in practice the R Shiny application does not take this into account yet. We should allow:
- filtering our datasets based on the isDeleted flag
- possibly give users the ability to review individual datarows (can be implemented with dataTables for example).
- giving users the ability to "delete data" from the R shiny app
It often happens that during the review of the data, you realize that your data is faulty, invalid or similar. For this reason, our table contains a isDeleted flag which can be used to hide data, but in practice the R Shiny application does not take this into account yet. We should allow: