Alan Orth 198acdb1a7
Major refactor
Re-work upload and file processing so they are in the same Python
function. Now I will start exposing other command line options in
the form, like unsafe fixes, excluding fields, etc. Now I see tha
t it is easier to save the POSTed file and process it in the same
function so I don't have to pass around the other POSTed form val
ues as URL query parameters.

Now, as a result of changing the flow above, I also had to make a
change to the way I show the results page. Instead of processing
the file and returning the rendered results to the user directly,
I process the file, save the rendered results to /tmp, and return
a redirect to the user to the results page.
2021-03-13 22:11:26 +02:00
2021-03-13 22:11:26 +02:00
2021-03-12 23:08:28 +02:00
2021-03-12 23:09:29 +02:00
2021-03-13 14:12:14 +02:00
2021-03-13 22:11:26 +02:00
2021-03-11 20:26:33 +02:00
2021-03-12 22:59:57 +02:00
Description
Easy to use, web-based version of the DSpace CSV Metadata Quality checker application.
https://fierce-ocean-30836.herokuapp.com 818 KiB
Languages
HTML 53%
Python 39.1%
SCSS 7.9%