Skip to content

Challenge proposed at the end of the second sprint in the nodejs scholarship program by the company compass.uol

License

Notifications You must be signed in to change notification settings

devrafamenegon/compass-desafio02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compass logo

📝Desafio 02

Desafio proposto ao fim da segunda Sprint do Programa de Bolsas de NodeJS da Compass.uol.

Cursos concluídos

Modelagem dos Dados

Modelo conceitual construído no programa BrModelo

scrum proccess

Modelo conceitual gerado automaticamente pelo MySql Workbench

scrum proccess

Estrutura do Banco de Dados

Cleaner Table

FieldName Type Required Unique
cleaner_id Integer true true
cpf Varchar true true
name Varchar true false

Responsible Table

FieldName Type Required Unique
responsible_id Integer true true
cpf Varchar true true
name Varchar true false

Size Table

FieldName Type Required Unique
size_id Integer true true
description Varchar true false
cleaning_price Float true false

Residence Table

FieldName Type Required Unique Primary Key Foreign Key
residence_id Integer true true true false
city Varchar true false false false
neighborhood Varchar true false false false
street Varchar true false false false
complement Varchar false false false false
size_id Integer true false false true
responsible_id Integer true false false true

Cleaning Table

FieldName Type Required Unique Primary Key Foreign Key
cleaning_id Integer true true true false
scheduled_date Date false false false false
realization_date Date false false false false
must_be_paid Bit false false false false
was_paid Bit true false false false
responsible_evaluation Enum false false false false
responsible_feedback Varchar false false false false
cleaner_id Integer true false false true
residence_id Integer true false false true

About

Challenge proposed at the end of the second sprint in the nodejs scholarship program by the company compass.uol

Topics

Resources

License

Stars

Watchers

Forks