- Git (https://git-scm.com/)
- Docker (https://docs.docker.com/engine/installation/#desktop)
- Docker Compose (https://docs.docker.com/compose/install/#install-compose)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Como _*usuario con perfil de empresa*_ quiero _*actualizar las preguntas y los tipos de preguntas que un usuario debe completar cuando postula a un anuncio nuestro*_ para _*poder filtrar con criterios más específicos a nuestros postulantes*_. | |
h2. *Consideraciones* | |
- Los tipos de preguntas serán *3*: Abierta, Predefinida y de Opción múltiple. | |
-- +Pregunta Abierta+: Pregunta ingresada por la empresa, la cual espera una respuesta abierta. | |
-- +Pregunta Predefinida+: Pregunta predefinida por nombredeEmpresa y seleccionada por la empresa, la cual espera una respuesta abierta. | |
-- +Pregunta de Opción Múltiple+: Pregunta con opciones de respuesta ingresadas por la empresa también, en la cual el postulante debe escoger una única respuesta de entre las posibles alternativas. | |
- Las preguntas de un anuncio tendrán un limite máximo de hasta *5* +por cada tipo+. | |
- El número máximo de preguntas en un aviso será de 15 (5x3). | |
- Es obligatorio responder todas las preguntas. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Como **usuario de la aplicación** quiero **que se retire la sección favoritos del app** para **que su lugar sea tomado por otra sección más útil para mi**. | |
h2. *Criterios de aceptación* | |
**Background:** Dado que me encuentro usando la App móvil y soy un usuario invitado o logueado. | |
**Escenario 1:** El usuario no debe tener ningún medio por el cual pueda marcar un aviso como favorito. | |
**Dado** que me encuentro en la vista de resultado de búsqueda. | |
**Cuando** busco una opción para marcar un aviso como favorito. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This script tries as best as possible to filter out bad replays | |
# Pass it a subdir, and it will read all '.rep' files, and spit out a list | |
# of the corrupt files in stdout | |
from __future__ import print_function | |
from pyreplib import replay # https://github.com/HearthSim/pyreplib/ | |
from itertools import repeat | |
from multiprocessing import Pool, Process, Pipe | |
from multiprocessing.pool import ThreadPool | |
import os | |
import sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
sudo apt-get -y remove docker docker-engine docker.io | |
# | |
sudo apt-get update | |
# | |
sudo apt-get install -y apt-transport-https ca-certificates wget software-properties-common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
cd /home/jan/blog.mobile/ && /usr/local/bin/docker-compose up >> /var/log/cronjob.log 2>&1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# | |
sudo apt-get update | |
# | |
sudo apt-get install -y \ | |
apt-transport-https \ | |
ca-certificates \ | |
curl \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
TEXTO_INICIAL=$(curl -s "http://webapp.calidda.com.pe/webdev/controladores/formulario.aspx?id=$1") | |
TEXTO_FINAL=${TEXTO_INICIAL:325} | |
echo ${TEXTO_FINAL:0:20} | |
# calidda.sh 50841 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -FrontPage- | |
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* | |
<Limit GET POST> | |
order deny,allow | |
deny from all | |
allow from all | |
</Limit> | |
<Limit PUT DELETE> |
- Experiencia mínima: Medio año desarrollando y dando soporte a aplicaciones iOS.
- Experiencia desarrollando con Swift, Cocoa Touch, Xcode.
- Comprensión de arquitecturas orientadas a servicios (REST, JSON, API/Web Services).
- Criterio profesional y sentido de la responsabilidad.
- Habilidad para identificar, investigar, resolver y recomendar soluciones.
NewerOlder