Move exports into a subfolder, remove the folder structure for sizeupload

Issue #110 resolved
Ed McDonagh created an issue

No description provided.

Comments (11)

  1. Ed McDonagh reporter

    Moved the size upload csv file save location to remove the date structure, as it only stays during the import. Didn't need a database transition. Refs #110.

    → <<cset 9ae8c8a93c77>>

  2. Ed McDonagh reporter

    Removed manual save path method and replaced with initially writing to a temporary file then writing to a filefield. Removed imports in place from when xlsx was written to string io before being passed as a http response. CT xlsx now exports successfully. Now need to repeat for the other csv methods. Refs #110.

    → <<cset 12e92909c587>>

  3. Ed McDonagh reporter

    Fluoro csv exports now working with new folder structure. Start of process now just tmpfile is used, end of process filename is created and csv file is saved using the FieldFile. Refs #110.

    → <<cset 447382ef0174>>

  4. Ed McDonagh reporter

    Applied tmpfile technique to MG csv exports and tested. Minor change to fluoro version to use csvfilename instead of filename to improved readability. Refs #110.

    → <<cset 84f6bbf12f3e>>

  5. Ed McDonagh reporter
    • changed status to open

    Export delete had failed due to change in method of storing file. This commit reopens #110. Implemented method of deleting file used for import log file deletes.

    → <<cset 055f04e1fcaa>>

  6. Log in to comment