un-fao / calipseo-shiny

Calipseo is FAO web- based platform for national Fisheries Authorities to streamline management of fisheries data and the production, analysis and reporting of fishery statistics.
1 stars 0 forks source link

[CALR-105] Logbook-upload: display message in regards to column names validity #105

Closed eblondel closed 6 months ago

eblondel commented 6 months ago

Issue migrated from JIRA: https://sdlc.review.fao.org/jira/browse/CALR-105 Creator/Reporter: Brian Ojok @brianandy Assignee: Brian Ojok @brianandy Priority: Medium Status: Done Date of creation: 2022-05-03T15:52:55.000+0000

previously the logbook-upload could allow any .xlxs file regardless of the column names of the file and this broke the app when a file with invalid column names was uploaded to the app. This has been fixed by allowing only valid files with valid column name and returning a message to the user incase they uploaded a file with invalid column names without the app braking.

eblondel commented 6 months ago

Author: Emmanuel Blondel @eblondel Date of creation: 2022-05-11T20:26:10.929+0000 Last update: 2022-05-11T20:26:10.929+0000

[~brian.ojok] I'm going to close that one as this is not something we want to do, at least not with the JS which is too complex for this feature.