cityofaustin / resource-list

MIT License
0 stars 1 forks source link

Print list view #6

Open easherma opened 4 years ago

easherma commented 4 years ago

As a site user I want a legible, printable view of the data so that I can easily share the information as a printed list or pamphlet.

This was identified as a primary need for caseworkers through user research, and it may be a big reason why many caseworkers still tend to end up making their own lists rather than sharing info.

TODO: we did a decent amount of work around this with the OPO form. It would be good to revisit what are solutions were for that.

Detailed Description

Acceptance Criteria

as a BDD scenario:

Scenario: [title]
Given [context]
  And [some more context]
When  [event]
Then  [outcome]
  And [another outcome]

Possible Implementation

Describe alternatives you've considered

Additional context