Skip to content
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

UX/UI : Filtrer les candidatures avec HTMX (pour les candidats) #3869

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

francoisfreitag
Copy link
Contributor

@francoisfreitag francoisfreitag commented Apr 3, 2024

Pourquoi ?

Limiter les rechargements de la page, pour une meilleure expérience utilisateur.

La construction des filtres étant assez coûteuse, on devrait aussi constater
une légère amélioration de performance.
Comment tester ?

  1. Se connecter en tant que candidat ([email protected])
  2. Aller à la liste des candidatures
  3. Filtrer, naviguer entre les pages

Instead of reloading the page, use HTMX to reload the content.
@francoisfreitag francoisfreitag self-assigned this Apr 3, 2024
@francoisfreitag francoisfreitag added the 1-recette-jetable [Payé à l’heure] Crée une recette jetable sur CC label Apr 3, 2024
Copy link

github-actions bot commented Apr 3, 2024

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


Préciser comment accéder à la fonctionnalité pour le métier :

@francoisfreitag francoisfreitag requested a review from a team April 4, 2024 07:30
}
$("#js-job-applications-filters-form :input").change(submitFiltersForm);
$("#js-job-applications-filters-form duet-date-picker").on("duetChange", submitFiltersForm);

$("#js-job-applications-filters-apply-button").hide();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cette ligne dégagera sous peu, dans une PR à venir. On pourra ainsi supprimer le fichier JS entièrement :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@francoisfreitag francoisfreitag added this pull request to the merge queue Apr 8, 2024
Merged via the queue into master with commit 2a00397 Apr 8, 2024
8 checks passed
@francoisfreitag francoisfreitag deleted the ff/htmx-candidatures-jobseeker branch April 8, 2024 15:29
@francoisfreitag francoisfreitag changed the title Filtrer les candidatures des candidats avec HTMX UX/UI : Filtrer les candidatures des candidats avec HTMX (pour les candidats) Apr 18, 2024
@francoisfreitag francoisfreitag changed the title UX/UI : Filtrer les candidatures des candidats avec HTMX (pour les candidats) UX/UI : Filtrer les candidatures avec HTMX (pour les candidats) Apr 18, 2024
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é
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants