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

Feature/47 Bug Report #168

Closed

Conversation

christianrd
Copy link
Contributor

@christianrd christianrd commented Jul 17, 2020

What's new?

  • Formulario en el sitio web
  • Implementar Captcha
  • Al mandarlo creamos un issue en github y Le ponemos un tag de "User submitted
  • Notificamos en un canal de slack

Visual aids

If there are visual changes include them here. You can add a screenshot or a recording using a tool like this one and include it in the Pull Request.

This is the markdown to include an image in the pull request:

![myimageurl.gif](myimageurl.gif);

You can include a comparison table as follows:

Before After
Insert images from before the fix Here is the after

Issue: #47

@christianrd christianrd changed the title Bug Report Feature/47 Bug Report Jul 19, 2020
@eatskolnikov
Copy link
Collaborator

Haz un rebase de tu branch antes de continuar plz. Hicimos unos cambios.

@@ -31,6 +32,7 @@ public static void Init(IConfiguration configuration, IServiceCollection service
//services.AddSingleton<IJobsService, MockJobsService>();
services.AddSingleton<IHttpContextAccessor, HttpContextAccessor>();
services.AddSingleton<ISlackService, SlackService>();
services.AddSingleton<IReCaptchaService, ReCaptchaService>();
Copy link
Contributor

Choose a reason for hiding this comment

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

Por que singleton? Siempre se necesita una instancia arriba para que funcione? Por que no scoped?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Estaba pensando que se debería implementar el captcha en el wizard de crear vacante.

@codercampos
Copy link
Collaborator

Anything to push this forward?

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.

4 participants