Princeton-CDH / mep-django

Shakespeare and Company Project - Python/Django web application
https://shakespeareandco.princeton.edu
Apache License 2.0
5 stars 1 forks source link

As a content admin, I want to export member addresses with more details in a separate file so I can more easily work with member locations. #790

Closed quadrismegistus closed 4 months ago

quadrismegistus commented 11 months ago

This ought to subclass BaseExport: https://github.com/Princeton-CDH/mep-django/blob/main/mep/people/management/commands/export_members.py

testing notes

test export available in this google drive folder

question: do you have a preference between locations.csv or addresses.csv ?

dev notes

rlskoeser commented 7 months ago

testing feedback from running the script: it outputs addresses & accounts as it runs, and probably should not (or should only in verbose mode)

jkotin commented 4 months ago

The JSON files are still not in the Google Drive file. The book, event, and member CSVs look perfect. The creators CSV looks good. It doesn't need a "title" column, but having the column doesn't cause any harm. The locations/addresses CSV also looks good—but I don't think we can release it with the current start/end data. (I discussed this with Ryan and I think, Rebecca.) Should I wait to look at the JSON files?

jkotin commented 4 months ago

Ah, I see a new link is in the email with the JSON files! I'll tackle ASAP.

jkotin commented 4 months ago

Looks looks perfect. My note about releasing the addresses without additional datawork still stands. But the export is excellent.