Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Releases: OAODEV/account-admin

User authentication and tracking

16 Feb 14:55
b4fff23

Choose a tag to compare

Adds code to validate JWT header from Google Identity-Aware Proxy, and saves logged-in user to database tables on model change.

Secondary account lead

28 Jun 20:56

Choose a tag to compare

  • Adds secondary account lead attribute to Client model
  • Add notes column to Client model
  • Adds new model fields to Client list view and form.
  • Also adds alembic library to project for managing database migrations

Initial release with complete filter and label settings

14 Jun 16:05

Choose a tag to compare

  • Client view filters:
    • Active/Inactive Client
    • Account Lead
    • DFP Network ID
    • Product
  • Link to Client view in main nav menu applies Active = Yes filter by default
  • "Delete" control on Client list sets Client to Inactive, rather than removing from database (aka "soft" delete).
  • Column headings and filter labels match business view rather than backend database column names
  • Fixes bug in editable ajax form for manager in Employee list view