Closed mcgarrye closed 3 months ago
Name | Link |
---|---|
Latest commit | 35e749e3d9e4080cf5931ddb5b99d3510169d12b |
Latest deploy log | https://app.netlify.com/sites/partners-bloom-dev/deploys/669fe77d9258cb0008d0cdd2 |
Deploy Preview | https://deploy-preview-4184--partners-bloom-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 35e749e3d9e4080cf5931ddb5b99d3510169d12b |
Latest deploy log | https://app.netlify.com/sites/bloom-exygy-dev/deploys/669fe77da221040008fd14a9 |
Deploy Preview | https://deploy-preview-4184--bloom-exygy-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR addresses #(4058)
Description
Adds frontend logic for partner and jurisdictional admins to warn them that the lottery will expire by a certain data and to hide all date once the lottery has expired. Design/copy: https://www.figma.com/design/PAeCVANDmGdTz2Y53ouErM/Lotteries?node-id=3528-20867&t=Fn6TV5lcbTvuSqrN-0 https://www.figma.com/design/Kcsf148FqeUqMNeMo54BsW/Ad-Hoc-Feature-Enhancements?node-id=2418-16131
Creates cron job to expire lotteries. Uses an env variable to set the expiration limit in days.
Unit and E2E tests included
How Can This Be Tested/Reviewed?
Setup: add
LOTTERY_DAYS_TILL_EXPIRY=45
to your api and partners env fileslistings/expireLotteries
endpoint.Author Checklist:
yarn generate:client
and/or created a migration when requiredReview Process: