codeforamerica / naics-api

Basic API to return NAICS codes and information
BSD 3-Clause "New" or "Revised" License
96 stars 55 forks source link

Consider being helpful by defaulting to last NAICS code set when a user tries to retrieve codes for non-NAICS years (e.g. 2008) #7

Closed louh closed 11 years ago

louh commented 11 years ago

From @ycombinator: Trying to get 2008 codes will return 2007, or trying to get 2013 codes will return 2012, with a helpful (?) warning that NAICS codes don't actually exist for the requested year.

My comment: feature usefulness might depend on actual behavior. The hypothesis is that most people who use NAICS just know what years are available, and will not bother looking for a 2013 code.

louh commented 11 years ago

Going to close this as "won't fix." Pretending that 2013 codes exist won't help anyone... users should be specific about what years they want to draw from.