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

Nouveaux ingrédients : options pour demander de l'info et refuser #1303

Open
wants to merge 17 commits into
base: staging
Choose a base branch
from

Conversation

hfroot
Copy link
Collaborator

@hfroot hfroot commented Nov 20, 2024

Maquette
Maquette bandeau refusé et info, remplacé par alerte dans cette PR

  • back : status field
  • back : notes field
  • back : option to update them
  • back : limit view permissions to instructors and visors
  • front : option for info
  • front : option for refusing
  • front : show status and comments in alert box

Suite à cette PR, il y a des changements à faire sur d'autres pages pour afficher les commentaires et le statut des demandes. Ces évolutions sont notés dans les grands issus : #1305 #1307 #1308

Screenshot 2024-11-26 at 15-16-08 Dog Enby - Compl'Alim
Screenshot 2024-11-26 at 15-16-24 Dog Enby - Compl'Alim
Screenshot 2024-11-26 at 15-16-39 Dog Enby - Compl'Alim
Screenshot 2024-11-26 at 15-16-32 Dog Enby - Compl'Alim
Screenshot 2024-11-26 at 15-16-45 Dog Enby - Compl'Alim

@hfroot hfroot marked this pull request as draft November 20, 2024 20:15
@hfroot hfroot self-assigned this Nov 20, 2024
@hfroot hfroot added the CREATION NOUVEL INGREDIENT EPIC pour gérer le flow de création d'un nouvel ingrédient label Nov 20, 2024
Base automatically changed from declared-element-front to staging November 21, 2024 16:56
data/models/declaration.py Outdated Show resolved Hide resolved
.env.local Outdated Show resolved Hide resolved
@hfroot hfroot marked this pull request as ready for review November 26, 2024 14:10
autocomplete_fields = ("plant",)
extra = 0
classes = ["collapse"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

je sais pas si c'est voulu ou non, je l'ai ajouté car il me semblait coherent

.env.local Outdated Show resolved Hide resolved
)


class DeclaredPlantSerializer(serializers.ModelSerializer):
class HideInstructionFields:
Copy link
Collaborator

Choose a reason for hiding this comment

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

On a déjà un serializer PrivateCommentSerializer dans api/serializers/utils.py dont l'objectif est d'enlever certains champs en fonction des rôles instruction / visa via to_representation.

Est-ce que ce serait une bonne idée de ajouter les champs request_private_notes et request_status dedans ? (vraie question, je veux bien ton avis).

Si on décidait de le faire, le PrivateCommentSerializer se trouverait à gérer types différentes d'objets, donc la fonction pop devra être accompagnée d'une valeur par défaut pour éviter de gérer les exceptions, par exemple : representation.pop("request_private_notes", None)

Copy link
Collaborator Author

@hfroot hfroot Dec 3, 2024

Choose a reason for hiding this comment

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

J'ai décidé de rendre les champs à cacher configurable au niveau de l'enfant qui utilise PrivateCommentSerializer (renommé en PrivateFieldsSerializer). J'hesitais refactoriser le fonctionnement de DeclarationSerializer en même temps mais vu que ça touche aussi read_only j'ai décidé de ne pas le faire.

compose.yaml Outdated Show resolved Hide resolved
data/models/declaration.py Outdated Show resolved Hide resolved
data/models/declaration.py Outdated Show resolved Hide resolved
frontend/src/views/DeclaredElementPage/ElementInfo.vue Outdated Show resolved Hide resolved
frontend/src/views/DeclaredElementPage/index.vue Outdated Show resolved Hide resolved
frontend/src/views/DeclaredElementPage/index.vue Outdated Show resolved Hide resolved
@hfroot hfroot requested a review from alemangui December 3, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CREATION NOUVEL INGREDIENT EPIC pour gérer le flow de création d'un nouvel ingrédient
Projects
Status: In Progress 🛠
Development

Successfully merging this pull request may close these issues.

2 participants