Skip to content

Candidature: Permettre les mêmes actions sur une nouvelle candidature que sur une candidature à l'étude [GEN-2389] - #6401

Merged
tonial merged 9 commits into
masterfrom
alaurent/boost_siae_batch_actions
Jul 10, 2025
Merged

Candidature: Permettre les mêmes actions sur une nouvelle candidature que sur une candidature à l'étude [GEN-2389]#6401
tonial merged 9 commits into
masterfrom
alaurent/boost_siae_batch_actions

Conversation

@tonial

@tonial tonial commented Jun 24, 2025

Copy link
Copy Markdown
Contributor

🤔 Pourquoi ?

Pour tester, se connecter en tant qu'employeur et aller

  • sur la liste des candidature
  • sur le détail d'une candidature
    Dans les 2 cas, les actions sont les mêmes, avec la transition vers le statut à l'étude en plus pour une candidature nouvelle.

🍰 Comment ?

Décrivez en quelques mots la solution retenue et mise en oeuvre, les difficultés ou problèmes rencontrés. Attirez l'attention sur les décisions d'architecture ou de conception importantes.

🚨 À vérifier

  • Mettre à jour le CHANGELOG_breaking_changes.md ?
  • Ajouter l'étiquette « Bug » ?

🏝️ Comment tester ?

Les instructions pour reproduire le problème, les profils de test, le parcours spécifique à utiliser, etc. Si vous disposez d'une recette jetable, mettre l'URL pour tester dans cette partie.

💻 Captures d'écran

@tonial tonial self-assigned this Jun 24, 2025
@tonial tonial added the modifié Modifié dans le changelog. label Jun 24, 2025
@notion-workspace

Copy link
Copy Markdown

@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch from 96bf6a8 to 5878498 Compare June 24, 2025 05:09
@tonial tonial added the 1-recette-jetable [Payé à l’heure] Crée une recette jetable sur CC label Jun 24, 2025
@github-actions

Copy link
Copy Markdown

🥁 La recette jetable est prête ! 👉 Je veux tester cette PR !

@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch from 4e4a4c5 to 83dfe19 Compare June 24, 2025 07:57
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch from 5878498 to 85bc015 Compare June 24, 2025 07:57

@francoisfreitag francoisfreitag left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

STR:

  1. EI
  2. Créer une candidature pour un nouveau candidat.
  3. Dans la liste des candidatures, sélectionner la candidature du nouveau candidat
  4. Accepter via les batchs actions
  5. L’utilisateur est redirigé sur http://localhost:8000/apply/siae/list?states=new&states=processing, sans message ou explication.

Comment thread tests/www/apply/test_list_for_siae.py Outdated
simulate_applications_selection([acceptable_app.pk])
accept_button = get_accept_button()
assert accept_button is not None
assert pretty_indented(accept_button) == snapshot(name="active accept button")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On n’a pas trois snapshots avec exactement le même nom ?

@tonial tonial Jun 24, 2025

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si, ça vérifie qu'à chaque fois on a le même résultat (le bouton est actif) sans avoir 3 snapshots identiques avec des noms ou numéros différents

@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch from 83dfe19 to d5d4f53 Compare June 24, 2025 12:53
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch 2 times, most recently from d5f94f4 to 5e57628 Compare June 24, 2025 12:56
@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch from d5d4f53 to 201680e Compare June 24, 2025 12:56
@tonial

tonial commented Jun 24, 2025

Copy link
Copy Markdown
Contributor Author

Damn... il manque un diag sur la candidature, mais le message d'erreur ne s'affiche pas 🤔
C'est un bug dur la PR précédente (#6384)

@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch from 5e57628 to fdc551b Compare June 24, 2025 19:36
@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch 2 times, most recently from 75d193a to 2fdced2 Compare June 25, 2025 13:03
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch 2 times, most recently from 09fd283 to dfa173f Compare June 25, 2025 13:21
@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch 2 times, most recently from e13f69e to 0eaf85d Compare June 26, 2025 19:33
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch 2 times, most recently from da9f610 to 53e5aed Compare June 26, 2025 19:34
@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch 2 times, most recently from 651f6e5 to 99a943d Compare June 27, 2025 05:05
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch 2 times, most recently from e5b70d7 to fa3a737 Compare June 27, 2025 09:16
@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch from 99a943d to ce41f20 Compare June 27, 2025 09:16
@tonial
tonial force-pushed the alaurent/boost_job_app_transfer branch from db35d53 to 65b8cf5 Compare July 3, 2025 09:40
Base automatically changed from alaurent/boost_job_app_transfer to master July 3, 2025 10:00
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch 3 times, most recently from dec08cc to 6cdaee3 Compare July 7, 2025 11:17
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch 4 times, most recently from 1345c67 to d46cb9a Compare July 8, 2025 12:50
@tonial
tonial requested a review from EwenKorr July 9, 2025 04:30

@leo-naeka leo-naeka left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM sur le périmètre de la PR

Par contre je suis tombé sur quelques coquilles en testant (mais présentes depuis plusieurs semaines, genre sur la vue tableau : tu sélectionnes une candidature acceptée, le tooltip de l'action "Accepter" n'est pas adapté). À en rediscuter.

Merci en tout cas pour le découpage, bien plus aisé pour la relecture 🙏

@tonial

tonial commented Jul 9, 2025

Copy link
Copy Markdown
Contributor Author

Merci pour la relecture
Si tu veux tu peux faire les retour en retour de recette sur la carte notion, je ferais sans doute une PR de petits fixups

@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch from d46cb9a to 768e2ed Compare July 10, 2025 05:05
@tonial
tonial enabled auto-merge July 10, 2025 05:06
@tonial
tonial force-pushed the alaurent/boost_siae_batch_actions branch from 768e2ed to 4eb2ac7 Compare July 10, 2025 07:58
@tonial
tonial added this pull request to the merge queue Jul 10, 2025
Merged via the queue into master with commit 84c36be Jul 10, 2025
14 checks passed
@tonial
tonial deleted the alaurent/boost_siae_batch_actions branch July 10, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1-recette-jetable [Payé à l’heure] Crée une recette jetable sur CC modifié Modifié dans le changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants