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

Implementar função e testes codPostalVal() #13

Open
3 of 5 tasks
EmanuelGF opened this issue Jul 13, 2021 · 1 comment
Open
3 of 5 tasks

Implementar função e testes codPostalVal() #13

EmanuelGF opened this issue Jul 13, 2021 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@EmanuelGF
Copy link
Owner

EmanuelGF commented Jul 13, 2021

Implementar testes e função codPostalVal()

  • Se possivel implementar testes primeiro (TDD)
  • Seguir exemplo dos outros testes e funções para a elaboração destes.
  • Ver recursos para ver a composição do cod postal em PT.
  • Criar array de cod. postais em data.js
  • Implementar validação baseada na lista de cod. válidos.
@EmanuelGF EmanuelGF added good first issue Good for newcomers help wanted Extra attention is needed labels Jul 13, 2021
@EmanuelGF EmanuelGF added this to the validatuga-v1 milestone Jul 13, 2021
@EmanuelGF
Copy link
Owner Author

EmanuelGF commented Jul 14, 2021

Validar cod. postais com base numa lista de códigos validos. Na imagem abaixo estão todos os códigos postais válidos.
Terá de se criar um entrada no ficheiro data.js com o seguinte formato:

const codPostaisPT = [
["Viana do Castelo", "49"],
etc...
]

Seguidamente poderão os códigos da lista ser usados na validação.

Postal_Codes_of_Portugal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant