axa-group / Parsr

Transforms PDF, Documents and Images into Enriched Structured Data
Apache License 2.0
5.81k stars 310 forks source link

[Vue] Add persistence to configuration form #100

Closed jvalls-axa closed 4 years ago

jvalls-axa commented 5 years ago

Each time a file is uploaded custom configuration is lost, in the development time a custom configuration is required to test Parsr behaviour and is a nightmare the fact to lose that each upload.

I would like to reuse current custom configuration for multiple uploads and I would like to have a "reset" button to set again the default configuration.

This feature can be quickly done by moving custom configuration state from component "/views/Upload" to sore "/vuex/Store".

Screenshot 2019-10-03 at 16 35 19
jvalls-axa commented 4 years ago

It's just a nice to have but not an essential feature