ipums / ipumspy

Mozilla Public License 2.0
8 stars 6 forks source link

add a `resubmit_extract()` method to be-able to regenerate "purged" extracts #19

Closed renae-r closed 3 years ago

renae-r commented 3 years ago

While extract definitions persist indefinitely, actual extract files do not. It would be good to be able to allow a user to re-constitute a previously-created extract and re-download it after IPUMS has stopped retaining the extract data file.

khwilson commented 3 years ago

Is there a functionality for this in the backend API already? Or would this be on the client side?

renae-r commented 3 years ago

This would be on the client side. The "resubmit" functionality that exists as part of the web app is kind of a misnomer - it really just creates a new extract based on the definition of a previous one. I've got some time carved out tomorrow afternoon for ipumspy work - I'll create a PR to show you what I'm thinking!

khwilson commented 3 years ago

Nice!

On Wed, Oct 27, 2021 at 4:35 PM Renae Rodgers @.***> wrote:

This would be on the client side. The "resubmit" functionality that exists as part of the web app is kind of a misnomer - it really just creates a new extract based on the definition of a previous one. I've got some time carved out tomorrow afternoon for ipumspy work - I'll create a PR to show you what I'm thinking!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ipums/ipumspy/issues/19#issuecomment-953451611, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALU5EQBDPHML4BNNCPEDBTUJCZFVANCNFSM5G3CYPEA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

renae-r commented 3 years ago

@khwilson see PR #23 .

khwilson commented 3 years ago

23 is merged.