opensandiego / p2p-lending

Peer-to-Peer lending app in partnership with Linda Vista Library
21 stars 12 forks source link

Create Django Admin Actions to walk through full title request => loan process #58

Closed nikolajbaer closed 5 years ago

nikolajbaer commented 5 years ago

Currently you have to manually change the "status" of loans to drive a loan through in the django admin.

Instead, we should be able to drive this via admin actions (the drop down and checkbox feature). This lets users fully activate the action "code" (i.e. email notifications, etc), rather than just updating the database records.