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

Jimmygabriel/entry-challenge #16

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

byJim
Copy link

@byJim byJim commented Jun 23, 2020

POST/GET

Utilizando axio se realizaron los metodos POST y GET dando como resultado claveDeAcceso.

Copy link

@saullopezc saullopezc left a comment

Choose a reason for hiding this comment

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

Hola @JimmyGabriel
Excelente inicio, resuelve los comentarios a continuación.

Copy link

@netpoe netpoe left a comment

Choose a reason for hiding this comment

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

@JimmyGabriel instala prettier en tu editor.

También agrega esta configuración en settings.json.:

"editor.codeActionsOnSave": {
    "source.organizeImports": true
  },

src/data.ts Outdated
},
{
"question": "code is poetry, because:",
"answer": "The overflow of the soul, a lucid dream, the spirit of the developer. Of what is not yet, but already is, before it was."
Copy link

Choose a reason for hiding this comment

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

👍

Copy link
Author

Choose a reason for hiding this comment

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

settings.json , me surge una duda, estoy utilizando webstorm. Recuerdo configurar settings.json en Visual Studio Code, es necesario en WebStorm? Gracias por tus comentarios.

Copy link

@netpoe netpoe left a comment

Choose a reason for hiding this comment

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

@saullopezc @areyes107 , @JimmyGabriel hizo actualizaciones, por favor comprueben y hagan nuevos comentarios de ser necesario.

De entrada, los archivos .xml son innecesarios.

Puntos positivos: se aplicó prettier.
hay que checar organización de ./src/data.ts

@byJim
Copy link
Author

byJim commented Jun 25, 2020

@netpoe , gracias ya atendi tus comentarios sobre la organización de ./src/data.ts.

Copy link

@netpoe netpoe left a comment

Choose a reason for hiding this comment

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

@JimmyGabriel buena iniciativa.
Actualiza tu propuesta con el comentario. Estás cerca.

Comment on lines 5 to 14
switch (process.env.NODE_ENV) {
case "production":
path = `${__dirname}/../../.env.production`;
break;
default:
path = `${__dirname}/../../.env.development`;
}
dotenv.config({ path: path });

export const PASSWORD_ENV = process.env.PASSWORD_ENV;
Copy link

Choose a reason for hiding this comment

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

Esta es buena iniciativa, aunque no se recomienda utilizar .env-production y .env-[cualquiera]. Siempre utiliza un solo .env porque en tu sesión sólo hay 1 ambiente.

Copy link
Author

@byJim byJim Jun 28, 2020

Choose a reason for hiding this comment

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

@netpoe gracias, atendi ya tu comentario.

Copy link

@netpoe netpoe left a comment

Choose a reason for hiding this comment

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

@JimmyGabriel ya casi.
resuelve el último comentario.

Saludos

@@ -0,0 +1,1197 @@
{
Copy link

Choose a reason for hiding this comment

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

@JimmyGabriel muy cerca

Hay que quitar este file, porque estamos usando yarn para instalar dependencias. yarn crea el archivo yarn.lock, el cual ya existe.

Copy link
Author

Choose a reason for hiding this comment

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

@netpoe atendi ya tu comentario, gracias. Eliminando package-lock.json.

Copy link

@netpoe netpoe left a comment

Choose a reason for hiding this comment

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

👍

Bienvenido.
Por favor acepta la invitación de miembro de Github.
También te va a llegar una invitación a Slack

cc @sofiacastillo @sofiacastillod

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