Skip to content

Commit

Permalink
ajustes no readme e no cadastro de anúncios
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-ramos committed Sep 18, 2021
1 parent b56cb0f commit 6fda925
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Desenvolvido pela [BureauTech](https://github.com/BureauTech).
* [Sobre](#bureauto)
* [Sumário](#sumário)
* [Protótipo das telas da aplicação](#protótipo-das-telas-da-aplicação)
* [Acompanhamento das Atividades](#acompanhamento-das-atividades)
* [Entregas](#entregas)
* [Modelagem de Dados](#modelagem-de-dados)
* [Burndown](#burndown)
Expand All @@ -22,6 +21,7 @@ Desenvolvido pela [BureauTech](https://github.com/BureauTech).
* [Pré-Requisitos](#pré-requisitos)
* [Servidor](#servidor)
* [Cliente](#cliente)
* [Testes da Aplicação](#testes-da-aplicação)
* [Tecnologias](#tecnologias)
* [Autores](#autores)

Expand Down Expand Up @@ -49,7 +49,7 @@ Protótipo interativo das <b>telas mobile</b> está disponível neste link: http

# Entregas

- [Sprint 1](https://github.com/BureauTech/BureAuto/releases/tag/0.1.0) entrega realizada em 19/09/2021.
- [Sprint 1](https://github.com/BureauTech/BureAuto/releases/tag/1.0.0) entrega realizada em 19/09/2021.

## Entregas propostas

Expand Down Expand Up @@ -126,6 +126,14 @@ npm run dev

Ficará disponível em [localhost:3001](http://localhost/3001)

# Testes da aplicação

Para realização dos testes unitários do backend da aplicação, vá em [***src/server***](/src/server) e execute:

```
npm run test
```

# Tecnologias

As seguintes ferramentas foram usadas na construção do projeto:
Expand Down
2 changes: 1 addition & 1 deletion src/server/services/AdvertisementService.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
const RepositoryAdvertisement= await Repository.get(Repository.Advertisement)
await RepositoryAdvertisement.save({
adv_use_cod: 1,
adv_man_cod: 1,
adv_man_cod: 15,
adv_model_description: advertisement.data.modelo,
adv_year_manufacture: advertisement.data.ano_fabricacao,
adv_year_model: advertisement.data.ano_modelo,
Expand Down

0 comments on commit 6fda925

Please sign in to comment.