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

Mettre un peu en avant les membres sans adhésions #729

Merged
merged 7 commits into from
Feb 1, 2023

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Jan 30, 2023

Quoi ?

Dans la page "Semaine type"

  • dans le tooltip des bénéficiaires en "warning", nouvel icon "$" pour indiquer les bénéficiaires dont le compte-membre est en retard d'adhésion
  • nouvelle section "légende" (voire capture d'écran)

Dans la page "Liste des membres" et "Membre"

  • nouvel icon "$" à coté du numéro de membre si le compte-membre est en retard d'adhésion (+ ajouter le fond utilisé actuellement pour les exemptions)

Pourquoi ?

Pour indiquer les membres "actifs" mais qui n'ont pas encore (ré-)adhéré. Cela peut poser problème si ils sont inscrits à des créneaux fixes, il y a un risque qu'ils ne viennent pas.

Captures d'écran

Page Capture
Liste des membres Screenshot from 2023-01-31 19-41-45
Membre en retard d'adhésion Screenshot from 2023-01-31 19-36-27
Semaine type Screenshot from 2023-01-31 19-32-01

edit : remplacé le € par un $

@raphodn raphodn force-pushed the raphodn/member-status-warnings branch from 4016ece to f565ff0 Compare January 31, 2023 18:31
@raphodn raphodn marked this pull request as ready for review January 31, 2023 18:35
@raphodn raphodn self-assigned this Jan 31, 2023
@petitalb
Copy link
Collaborator

petitalb commented Feb 1, 2023

Pour éviter les confusions, je mettrais plutot une $ (que un €). C'est plus parlant je pense.

<i class="material-icons left">attach_money</i>

}
if (!$this->getMembership()->hasValidRegistration()) {
return true;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

mettre des elseif ?

Copy link
Member Author

Choose a reason for hiding this comment

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

j'ai mis un if global finalement : 32502c3

}
// for dispensed beneficiary &#127989;

Copy link
Collaborator

Choose a reason for hiding this comment

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

mettre des elseif ?

Copy link
Member Author

Choose a reason for hiding this comment

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

il peut y avoir plusieurs status en même temps

Screenshot from 2023-02-01 15-54-52

@@ -48,7 +48,7 @@ public function getSearchForm($formBuilder, $type = null) {
]
]);
$formBuilder->add('exempted', ChoiceType::class, [
'label' => 'exempté',
'label' => 'exempté',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Pas possible d'utiliser une méthode du type getStatusIcon pour éviter de dupliquer les icones à plusieurs endroits ?

Copy link
Member Author

@raphodn raphodn Feb 1, 2023

Choose a reason for hiding this comment

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

le getStatusIcon dépend du bénéficiaire. il faudrait plutôt basculer tout ca dans un fichier de config (un peu comme les noms & icones des rôles dans config.yml)

  • l'icon html
  • l'icon materialize
  • le background color de la fiche membre

Copy link
Member Author

Choose a reason for hiding this comment

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

j'ai fait un début de PR ici : #732
mais pas possible dans l'état de récupérer un 'parameter' dans une Entity, donc ca va être un peu plus compliqué

@raphodn raphodn force-pushed the raphodn/member-status-warnings branch from e704535 to 585798a Compare February 1, 2023 15:18
@raphodn raphodn merged commit 32d3adc into master Feb 1, 2023
@raphodn raphodn deleted the raphodn/member-status-warnings branch February 1, 2023 15:21
quot17 pushed a commit to quot17/gestion-compte that referenced this pull request Mar 28, 2023
* Add extra warnings: isCurrentlyExemptedFromShifts & not hasValidRegistration

* Also display symbol on member list & show

* Add legend in Period page

* Use $ instead of €. Cleanup symbols (remove hex)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants