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

Development #26

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Development #26

wants to merge 15 commits into from

Commits on Mar 8, 2022

  1. Commit inicial

    * Instalação do Lumen
    IncogniJM committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    7831d4f View commit details
    Browse the repository at this point in the history
  2. Tabelas Migration

    * Adição da migration para as tabelas de investidores e investimentos.
    IncogniJM committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bc3a5e1 View commit details
    Browse the repository at this point in the history
  3. Definição das tabelas

    * Criação da migration das databases investors e investments
    IncogniJM committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    68bd382 View commit details
    Browse the repository at this point in the history
  4. Rotas de investidor

    * Criação de rotas para investidor:
    Cadastro, Leitura, Lista, Atualização.
    IncogniJM committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1e814cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dba440 View commit details
    Browse the repository at this point in the history
  6. Criação de Investidor

    * Habilitando investidor: Criação, alteração, listagem.
    IncogniJM committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c55d438 View commit details
    Browse the repository at this point in the history
  7. Implementação inicial Investimento

    Cadastro de Investimento, Listagem de investimento.
    IncogniJM committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bfe081d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Mostrar um investimento

    Mostrar um investimento, trazendo os ganhos de acordo com a quantidade de meses já passados
    IncogniJM committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    818edf4 View commit details
    Browse the repository at this point in the history
  2. Saque de investimento

    - Criação para a regra de saque de investimento
    IncogniJM committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b39b4df View commit details
    Browse the repository at this point in the history
  3. Listagem de investimentos

    Listagem de investimentos por investidor, paginado.
    IncogniJM committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4bc4dd6 View commit details
    Browse the repository at this point in the history
  4. Envio de Email

    Envio de email na criação de investimento e no resgate de investimento.
    IncogniJM committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    a00a4fd View commit details
    Browse the repository at this point in the history
  5. Comentando envio de email

    Comentando o envio de email para evitar erros caso não desejem testar
    IncogniJM committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    07ace01 View commit details
    Browse the repository at this point in the history
  6. Condição para enviar email

    Adicionando verificação do .env para enviar e-mail
    IncogniJM committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    9843a4f View commit details
    Browse the repository at this point in the history
  7. Dados SMTP pelo env

    Pegar dados do SMTP pelo .env
    IncogniJM committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6055886 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Atualização do readme

    IncogniJM committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    490df33 View commit details
    Browse the repository at this point in the history