-
Notifications
You must be signed in to change notification settings - Fork 0
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
Usuario busca perfis por nome #20
Commits on Jan 18, 2024
-
adiciona proteção à rota de pesquisa de perfil
- apenas usuários logados podem pesquisar perfis na plataforma Co-authored-by: Eliseu Ramos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 294e2ed - Browse repository at this point
Copy the full SHA 294e2edView commit details -
adiciona form de busca de perfis para user logados
- inclui form de busca de perfis na header da aplicação - oculta form de busca para users não autenticados - adicionado Warden::Test::Helpers para usar login_as nos testes Co-authored-by: Eliseu Ramos <[email protected]> Co-authored-by: Caique Arruda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eadccb7 - Browse repository at this point
Copy the full SHA eadccb7View commit details -
adiciona pagina de resultado de pesquisa de perfis
- cria método da classe user para pesquisa por nome - adiciona i18n na aplicação Co-authored-by: Eliseu Ramos <[email protected]> Co-authored-by: Caique Arruda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11a13dd - Browse repository at this point
Copy the full SHA 11a13ddView commit details
Commits on Jan 19, 2024
-
Adicionar botão de login na tela inicial
- usuário faz login para acessar o form de busca pelo nome - cria seeds para criação de users Co-authored-by: Eliseu Ramos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f52462 - Browse repository at this point
Copy the full SHA 2f52462View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47cd33a - Browse repository at this point
Copy the full SHA 47cd33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d83d94e - Browse repository at this point
Copy the full SHA d83d94eView commit details -
Merge branch 'feat/usuario-busca-usuarios' of github.com:TreinaDev/td…
…11-portfoliorrr into feat/usuario-busca-usuarios
Configuration menu - View commit details
-
Copy full SHA for 631d772 - Browse repository at this point
Copy the full SHA 631d772View commit details -
Merge branch 'main' of github.com:TreinaDev/td11-portfoliorrr into fe…
…at/usuario-busca-usuarios Co-authored-by: Rodrigo Gyodai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24e14bc - Browse repository at this point
Copy the full SHA 24e14bcView commit details -
fix/ adicionado mais casos de testes ao User#search_by_full_name
- Corrigido testes de acordo com sugestões do @akaninja Co-authored-by: Rodrigo Gyodai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7283ed3 - Browse repository at this point
Copy the full SHA 7283ed3View commit details -
fix: adicionado cpf aos users no seed.rb
Co-authored-by: Rodrigo Gyodai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cab999 - Browse repository at this point
Copy the full SHA 8cab999View commit details
Commits on Jan 22, 2024
-
fix: alterado descrição de teste
só pode ver página de resultados se estiver logado
Configuration menu - View commit details
-
Copy full SHA for e6da5e3 - Browse repository at this point
Copy the full SHA e6da5e3View commit details -
fix: removido assertion redundante
Como já tínhamos o expect(result.all.count).to eq 0 removi expect(result.first).to eq nil
Configuration menu - View commit details
-
Copy full SHA for 50a35b3 - Browse repository at this point
Copy the full SHA 50a35b3View commit details