Skip to content

Feature/create request view#2

Open
yanis-bellot wants to merge 3 commits intodevelopfrom
feature/CreateRequestView
Open

Feature/create request view#2
yanis-bellot wants to merge 3 commits intodevelopfrom
feature/CreateRequestView

Conversation

@yanis-bellot
Copy link
Collaborator

fait cette pull request après l'autre

('email', models.EmailField(max_length=254, unique=True)),
('credit', models.DecimalField(decimal_places=2, default=0, max_digits=6)),
('credit', models.IntegerField(default=0)),
('is_bot', models.BooleanField(default=False)),
Copy link
Member

Choose a reason for hiding this comment

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

C'est quoi is_bot?

('operation_type', models.CharField(choices=[('WITHDRAW', 'Withdraw'), ('ADDING', 'Adding')], max_length=25)),
('id', models.UUIDField(default=uuid.uuid4, editable=False, primary_key=True, serialize=False)),
('created_at', models.DateTimeField(auto_now_add=True)),
('operation_type', models.CharField(choices=[('CASH', 'Cash'), ('CARD', 'Card')], max_length=25)),
Copy link
Member

Choose a reason for hiding this comment

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

ya aussi tout les operation de ou on retir des credit au utilisateur quand il imprime

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