Skip to content

Commit

Permalink
refactor: update file names to English and reorganize directory struc…
Browse files Browse the repository at this point in the history
…ture in README.md
  • Loading branch information
fabianoflorentino committed Nov 9, 2024
1 parent 5aaf5f5 commit 2066218
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ Capítulo 13: Exercícios Ninja Nível 6
```shell
.
├── LICENSE
├── README.md
├── build
│   ├── Dockerfile.dev
Expand All @@ -322,11 +323,11 @@ Capítulo 13: Exercícios Ninja Nível 6
│   │   └── topics.go
│   ├── exercicios_ninja_nivel_1
│   │   ├── overview.yml
│   │   ├── resolucao_de_exercicios.go
│   │   ├── resolution_exercises.go
│   │   └── topics.go
│   ├── exercicios_ninja_nivel_2
│   │   ├── overview.yml
│   │   ├── resolucao_de_exercicios.go
│   │   ├── resolution_exercises.go
│   │   └── topics.go
│   ├── exercicios_ninja_nivel_3
│   │   ├── overview.yml
Expand Down Expand Up @@ -391,12 +392,7 @@ Capítulo 13: Exercícios Ninja Nível 6
│   │   └── options.go
│   ├── outline.go
│   ├── structs
│   │   ├── helpme_structs.go
│   │   ├── lendo_a_documentacao.go
│   │   ├── menu_structs.go
│   │   ├── struct.go
│   │   ├── structs_anonimos.go
│   │   ├── structs_embutidos.go
│   │   ├── overview.yml
│   │   └── topics.go
│   ├── variaveis_valores_tipos
│   │   ├── overview.yml
Expand All @@ -410,18 +406,19 @@ Capítulo 13: Exercícios Ninja Nível 6
│   │   ├── menu_options.go
│   │   ├── outline_topic.go
│   │   ├── overview.go
│   │   ├── questionario.go
│   │   ├── questionnaire.go
│   │   ├── resolucao_exercicios.go
│   │   └── section.go
│   └── reader
│   └── overview.go
└── tree.log

23 directories, 90 files
23 directories, 86 files
```
## TO-DO
- [ ] Refatorar o código para o uso de YAML para armazenar os tópicos.
- [ ] Implementar os tópicos restantes do curso.
- [ ] Implementar os exercícios restantes do curso.
- [ ] Implementar os testes unitários.
Expand Down

0 comments on commit 2066218

Please sign in to comment.