Skip to content

Jimmygabriel/entry-challenge#16

Open
byJim wants to merge 8 commits into
corecodeio:masterfrom
byJim:master
Open

Jimmygabriel/entry-challenge#16
byJim wants to merge 8 commits into
corecodeio:masterfrom
byJim:master

Conversation

@byJim
Copy link
Copy Markdown

@byJim byJim commented Jun 23, 2020

POST/GET

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

Copy link
Copy Markdown

@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.

Comment thread src/client.ts Outdated
Comment thread src/data.ts Outdated
Copy link
Copy Markdown

@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
  },

Comment thread src/data.ts Outdated
Comment thread 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
Copy Markdown

Choose a reason for hiding this comment

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

👍

Copy link
Copy Markdown
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
Copy Markdown

@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
Copy Markdown
Author

byJim commented Jun 25, 2020

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

Copy link
Copy Markdown

@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 thread src/utils/config.ts Outdated
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
Copy Markdown

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
Copy Markdown
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
Copy Markdown

@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

Comment thread package-lock.json Outdated
@@ -0,0 +1,1197 @@
{
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

@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