PCdLf / wearalyze

Shiny app for wearables package
0 stars 0 forks source link

Additional checks for type of uploaded file(s) #15

Closed hypebright closed 3 weeks ago

hypebright commented 1 month ago

User problem While requiring a .zip file, it happens that users try to use the unzipped files. In this case, Wearalyze throws an unexpected error.

Proposed solution Add additional checks after files have been selected to check for type. In the case of an unexpected type, inform the user.