hackforla / tdm-calculator

DTLA Hack for LA is partnering with Los Angeles Department of Transportation (LADOT) to develop a Traffic Demand Management (TDM) calculator tool. This tool will help planners at LADOT and real estate developers to meet the Los Angeles’s Mobility Plan goals by 2035.
https://tdm.ladot.lacity.org
GNU General Public License v2.0
45 stars 26 forks source link

Implement the CSV download feature to download projects selected on the My Projects page. #1672

Closed entrotech closed 1 month ago

entrotech commented 1 month ago

Overview

Users need to be able to download a CSV file from the My Projects Page that includes projects based on any of three different criteria:

Resources/Instructions

Parisajf commented 1 month ago

Emily said in an email at 2024-04-22:

I compared the proposed/new columns to the calculator and it looks pretty good. The two things I noted are not related to the elimination of the "NA" columns:

  • I think "Bike Bonus" is missing from both the old and new output.
  • It would make sense to have a column for the text input of the User-Defined Strategy.

I'm also curious about the output for the test case. The strategies that use drop-down menus appear to have "Y" or "N" as the output. The strategies that use checkboxes appear to have "TRUE" or are blank as the output. I think having blank strategies is potentially confusing. Instead, every strategy field could use Y or N; that would be consistent across the board. Unless there's a reason that drop-down and checkbox strategies should appear different in the csv output? The one exception will be the User-Defined Strategy, which should show the user's input of a number of points, and narrative about the Strategy.

We can discuss next week if there are any questions.