codeforamerica / pittsburgh-purchasing-suite

https://www.buildpgh.com/
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

Conductor download all #595

Closed bsmithgall closed 8 years ago

bsmithgall commented 8 years ago

What Changed

screen shot 2015-11-11 at 1 06 52 pm screen shot 2015-11-11 at 1 06 33 pm

msknee commented 8 years ago

:+1:

What are the columns in the tsv when you download all?

bsmithgall commented 8 years ago

It's in the docstring for the method:

    Returns:
        A tsv follow with the following fields: the contract's id
        (item_number) contract's parent id (parent_item_number),
        the contract's description (description), the contract's
        expiration date (expiration_date) the contract parent's
        expiration date (parent_expiration), the department name
        (department), the assigned user's email address (assigned_to),
        the contract's spec number (spec_number), the contract
        parent's spec number (parent_spec), and a string with
        the status of a contract
hamhands commented 8 years ago

LGTM

msknee commented 8 years ago

Great, LGTM