eGovPDX / Council-Agenda-App

5 stars 0 forks source link

“ORDINANCE NO.” or “RESOLUTION NO.” to appear above the disposition # #86

Closed OscarGodson closed 12 years ago

OscarGodson commented 12 years ago

From the auditor's office:

We’d like “ORDINANCE NO.” or “RESOLUTION NO.” to appear above the disposition #. Can you give us a drop down box for that? See Item 1002 for example.

There are a few solutions to this:

  1. We could have the dropdown auto fill the input box with the text and a
    (not very data friendly)
  2. We could have a textarea instead of an input so the data is saved with new lines rather than breaks
  3. Best solution, have Aaron add a disposition type field.
OscarGodson commented 12 years ago

Aaron added this to the motions call. You can loop through and get them in the app().generateAgendaHTML() call by doing like theItems[y].motions[0].header

Type was already taken for the type of disposition (vote on item, vote on motion)