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

feat: Formulario y vista para proponer una nueva charla #217

Merged
merged 7 commits into from
Nov 1, 2023

Conversation

pyjavo
Copy link
Member

@pyjavo pyjavo commented Oct 22, 2023

Pull request

Relacionado con #149

Observaciones

Luego de que el usuario propone una nueva charla, redirijo a una página de agradecimiento. En la lógica del formulario de google, solo el o los admins pueden ver el listado de charlas propuestas

@pyjavo
Copy link
Member Author

pyjavo commented Oct 22, 2023

WIP: Unit tests

@pyjavo pyjavo marked this pull request as draft October 22, 2023 00:12
Copy link
Member

@Scot3004 Scot3004 left a comment

Choose a reason for hiding this comment

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

image

Me gusta mucho como se ve, me avisas cuando este listo para revisión

@pyjavo pyjavo marked this pull request as ready for review October 27, 2023 23:20
@pyjavo
Copy link
Member Author

pyjavo commented Oct 27, 2023

Listo. Agregue iternacionalizacion también

Copy link
Member

@Scot3004 Scot3004 left a comment

Choose a reason for hiding this comment

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

Se ve bien el formulario

image

Se solicitan los siguientes cambios:

  • Crear migraciones, para los help text, si se ejecuta el comando make migrations, hay cambios sin aplicar, si bien dado que son campos de ayuda no generan mayor impacto
  • Traducir los mensajes faltantes, que sirven como información de ayuda para diligenciar los campos

@@ -23,10 +23,25 @@ class InPerson(models.IntegerChoices):
description = models.CharField(_("Description"), max_length=300)
level = models.PositiveIntegerField(_("Level"), choices=Level.choices, default=Level.BEGINNER)
language = models.CharField(_("Language"), max_length=2, choices=Language.choices, default=Language.ES)
timezone = models.CharField(_("Timezone"), max_length=60)
timezone = models.CharField(
Copy link
Member

Choose a reason for hiding this comment

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

Al cambiar los modelos se requieren crear migraciones, por favor, crealas

#: temii/talks/models.py:27
#: temii/talks/models.py:30
msgid ""
"Timezone of the place you are located. E.g., Colombia (UTC-5), Argentina or "
Copy link
Member

Choose a reason for hiding this comment

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

Creo que seria bueno traducir este mensaje

Copy link
Member

Choose a reason for hiding this comment

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

image

@pyjavo
Copy link
Member Author

pyjavo commented Oct 31, 2023

Listo. Agregue las migraciones y las nuevas traducciones :)

@pyjavo pyjavo requested a review from Scot3004 October 31, 2023 15:37
Copy link
Member

@Scot3004 Scot3004 left a comment

Choose a reason for hiding this comment

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

Un pequeño typo en una de las traducciones, pero ya casi

@@ -100,7 +100,8 @@ msgstr "Zona horaria"
msgid ""
"Timezone of the place you are located. E.g., Colombia (UTC-5), Argentina or "
"Chile (UTC-3), Mexico (UTC-6), etc."
msgstr ""
msgstr "ona horaria del lugar donde se encuentra. Por ejemplo,"
Copy link
Member

Choose a reason for hiding this comment

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

msgstr "Zona horaria del lugar donde se encuentra. Por ejemplo,"
Falta una Z

Copy link
Member Author

Choose a reason for hiding this comment

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

jeje ups. Ya lo corregí

@pyjavo pyjavo requested a review from Scot3004 November 1, 2023 14:42
Copy link
Member

@Scot3004 Scot3004 left a comment

Choose a reason for hiding this comment

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

Excelente 👯

@pyjavo pyjavo merged commit e627a46 into PyBAQ:master Nov 1, 2023
@pyjavo pyjavo deleted the proponer_charla branch November 1, 2023 17:29
@pyjavo pyjavo mentioned this pull request Nov 24, 2023
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