mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
Update docs/adrs/0003-implementing-invite-expirations.md
This commit is contained in:
@@ -58,7 +58,7 @@ This is the approach we've considered for implementing this change:
|
|||||||
|
|
||||||
- Change the `delete_invitations` scheduled job to `expire_invitations` and
|
- Change the `delete_invitations` scheduled job to `expire_invitations` and
|
||||||
change its behavior to check for `InvitedUser` objects that are older than
|
change its behavior to check for `InvitedUser` objects that are older than
|
||||||
24 hours and flip the `expired` flag to `True`.
|
24 hours and change the status type to `expired`.
|
||||||
|
|
||||||
- Add an additional `INVITE_EXPIRED` status to the API and include it in the
|
- Add an additional `INVITE_EXPIRED` status to the API and include it in the
|
||||||
`INVITED_USER_STATUS_TYPES` enum. This will be necessary for future UI
|
`INVITED_USER_STATUS_TYPES` enum. This will be necessary for future UI
|
||||||
|
|||||||
Reference in New Issue
Block a user