usdigitalresponse / cpf-reporter

CPF Reporter application maintained by the USDR Grants program.
Apache License 2.0
0 stars 4 forks source link

[User Story]: Convert File Version #511

Open ClaireValdivia opened 1 week ago

ClaireValdivia commented 1 week ago

Why is this issue important?

It is not easy to copy/paste info from an old version of an import template into a new version because the excel templates are heavily customized with conditional formatting. Especially when treasury makes last minute changes, it is helpful for partners to be able to convert an upload file from an old version to the most up to date version.

Current State

Partners need to manually re-enter data from old input templates into the new versions as soon as they are available.

ARPA has a way to "import" data from an old version to a new version using macros but this does not exist for CPF.

Expected State

On uploads page, there is a new button to "Convert file version" When you click this, it brings you to a new page with the following fields:

Requirements for the new file:

Implementation Plan

The following functions need to be added...

Relevant Code Snippets