-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] affiche une alerte d'expiration des lots de places (PIX-14008) #10106
Conversation
030580f
to
41f8276
Compare
3c23b67
to
c754ca9
Compare
41f8276
to
8bf0494
Compare
🤖 Xav-Bot 🤖 App (.fr) |
d0a005e
to
a17e186
Compare
const placesLots = [ | ||
store.createRecord('organization-places-lot', { | ||
count: 123, | ||
activationDate: new Date('2021-12-01'), | ||
expirationDate: new Date('2021-12-30'), | ||
status: STATUSES.PENDING, | ||
}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought : Je suis pas sur qu'on veuille rajouter des PENDING dans ce cas ci, car le test du dessous, explicite que si un lot est PENDING l'alerte ne s'affiche de toute façon pas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 🐈⬛
a17e186
to
1b2d2e8
Compare
1b2d2e8
to
c52eec1
Compare
|
||
// then | ||
assert.notOk(screen.queryByRole('alert', { value: t('banners.last-places-lot-available.message') })); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion : rajouter 2 tests :
- vérifier si 2 lots expirent dans les 30 prochains jours qu'on affiche bien qu'une seule fois la bannière
- vérifier, si on a 2 lots et que l'un des deux expire dans moins de 30 jours que cela n'affiche pas la bannière
🦄 Problème
Il n'est pas facile de voir que des lot de place arrive à expiration
🤖 Proposition
Afficher au prescripteur admin d’une orga ayant la fonctionnalité Places activée une alerte lorsque le dernier lot actif arrive à expiration dans moins de 30 jours et qu'il n'a pas de lots à venir
🌈 Remarques
RAS
💯 Pour tester
Sur Orga
Sur Admin
PRO_NOT_MANAGING
Sur Orga
Sur Admin
PRO_NOT_MANAGING
Sur Orga