From 4c2db5b11178ee0c6289cd8434649cdaef846a13 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 22 Oct 2020 14:14:05 -0300 Subject: [PATCH] New personal project: Platinum --- content/projects/platinum.md | 26 ++++++++++++++++++++++++++ content/projects/platinum.pt.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 content/projects/platinum.md create mode 100644 content/projects/platinum.pt.md diff --git a/content/projects/platinum.md b/content/projects/platinum.md new file mode 100644 index 0000000..743cd14 --- /dev/null +++ b/content/projects/platinum.md @@ -0,0 +1,26 @@ ++++ +title = "Normative Robust Platinum" +date = 2020-10-22 + +[taxonomies] +tags = ["projects", "personal", "cli", "naming"] ++++ + +Name Rust Project + +- "clap-rs" + - "generate 'name'" + - "adjectives add/remove/list" + - "metals add/remove/list" +- Build metal list + - Default list + - Dump default list on database on initial run +- Build adjective list + - Default list + - Dump default list on database on initial run +- Should accept adding metal and adjectives +- List storage should accept comments +- Get project description, one phrase, short +- Get metal with the same starting letter as the last word +- Get adjectives from the rest of the words, starting letter, order by word “distance” +- Join all diff --git a/content/projects/platinum.pt.md b/content/projects/platinum.pt.md new file mode 100644 index 0000000..be6b49d --- /dev/null +++ b/content/projects/platinum.pt.md @@ -0,0 +1,31 @@ ++++ +title = "Normative Robust Platinum" +date = 2020-10-22 + +[taxonomies] +tags = ["projetos", "pessoal", "cli", "nomes"] ++++ + +Nomes de Projetos Rust. + +- "clap-rs" + - "generate 'name'" + - "adjectives add/remove/list" + - "metals add/remove/list" +- Lista de metais + - Criar uma lista padrão + - Fazer um "dump" da lista padrão na primeira execução. +- Lista de adjetivos + - Criar uma lista padrão + - Fazer um "dump" da lista padrão na primeira execução. +- Deve aceitar adicionar metais e adjetivos +- Storage deve aceitar comentários +- Receber uma descrição do projeto, uma frase, curta. +- Pegar um metal com a mesma letra da última palavra +- Pegar adjetivos para o resto das palavras, primeiras letras, ordenado por + distância. +- Juntar tudo. + +