ACTtaiwan / CongressionalGuide

Web based look up for U.S. Congress members and candidates to see if they support certain legislation or issues.
MIT License
8 stars 5 forks source link

Add bill type and bill number (friendly) #66

Open soarhevn opened 8 years ago

soarhevn commented 8 years ago

As a user looking up a candidate, I want to see the normal friendly bill numbers so I can reference them later

Description

Add in the friendly bill type/number that is normally referenced in Congressional related sites. This is the bill type-number, i.e. "H.R. 123".

Show this on the UI when you see the bills listed that a candidate has supported.

Details

Two additional fields, (bill_type, number) will need to be requested from Sunlight. These two additional fields will also need to be added to the table.

UX / UI details and / or mockups

Place the friendly bill type/number after the listing number and before the title of the bill.

Acceptance Criteria / Tests

Friendly bill type/number shows before the title of each bill.

soarhevn commented 8 years ago

Created new branch for this issue: https://github.com/ACTtaiwan/CongressionalGuide/tree/Add_bill_type_number