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

♿ Facilité la filtration/recherche de planning avec une class PlanningFiltreur #12

Closed
MathieuSoysal opened this issue Jan 19, 2021 · 0 comments · Fixed by #30
Closed
Assignees
Labels
enhancement New feature or request

Comments

@MathieuSoysal
Copy link
Member

MathieuSoysal commented Jan 19, 2021

Exemple : planning.getPlanningOf( PlanningFiltreur.parDate(LocalDate).parProfesseur(Professeur) )

Cette fonctionnalité accorde plus de maniabilité à l'utilisateur tout en gardant une certaine simplicité. Son second avantage est le fait que l'on puisse garantir une certaine rapidité quelque soit la combinaison utilisé par l'utilisateur (par exemple il est plus rapide de d'abord filtrer par date puis par groupe, que de filtrer par groupe puis par date). Et pour finir il sera possible de créer dans la class EmploiDuTempsProxy une HashMap<PlanningFiltreur, Planning> afin de ne plus passer par la class MultiKey qui devenait rapidement enconbrante.

@MathieuSoysal MathieuSoysal added the enhancement New feature or request label Jan 19, 2021
@MathieuSoysal MathieuSoysal self-assigned this Jan 27, 2021
@MathieuSoysal MathieuSoysal linked a pull request Jan 28, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant