spatel033

Results 8 issues of spatel033

When approver gets service-join-request, they would approver page or request status page. More details on [this card](https://trello.com/c/pQovKftH/976-create-new-approver-flow-for-request-to-join-a-service). Request approve page: Request approved page: Request refused page: Requester already member:

We have requirement to display the name of service, requester and status_changed_by. Updated db query to include the user and service and also updated response payload. https://trello.com/c/pQovKftH/976-create-new-approver-flow-for-request-to-join-a-service

Update all references to postage (including code snippets) to include ‘economy’

Include alembic version from master and bulk db. Added `db_version` and `db_bulk_version` using `get_db_version(session=db.session)` and `get_db_version(session=db.session_bulk)` respectively. See [this card](https://trello.com/c/qCI30sPF/1490-database-enable-read-replica-integration-for-notify-api) for the more details. This PR will be deployed after...

This change routes dashboard queries to the new 'bulk' database via the `session_bulk`. We are starting with the dashboards as the first real-world test of the replica connection. This is...

When receiving a letter callback from the DVLA about the status of a letter, there are two possible values for jobStatus that we allow - DESPATCHED or REJECTED. Their documentation...