Problem
Export history is stored locally on the users client, which means they can't use different devices and have access to the same set of exports.
Solution
- Create tables to store the export history
- Write the Java code to take an export spec, and save it on the server.
Problem
Export history is stored locally on the users client, which means they can't use different devices and have access to the same set of exports.
Solution