diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7192147 --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +MYSQL_USERNAME=root +MYSQL_PASSWORD=aPassword +MYSQL_DBNAME=ifms-faltas-db diff --git a/Dockerfile b/Dockerfile index 1dab8ad..42845d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ FROM php:7-apache RUN docker-php-ext-install mysqli RUN a2enmod rewrite -COPY . /var/www/html \ No newline at end of file +COPY ./src /var/www/html \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..80f90d4 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,40 @@ +version: '3' + +services: + ifms-faltas: + build: . + restart: always + ports: + - '8080:80' + depends_on: + - ifms-faltas-mysql + environment: + - MYSQL_SERVERNAME=ifms-faltas-mysql + - MYSQL_USERNAME=${MYSQL_USERNAME} + - MYSQL_PASSWORD=${MYSQL_PASSWORD} + - MYSQL_DBNAME=${MYSQL_DBNAME} + volumes: + - ./src:/var/www/html + + ifms-faltas-mysql: + image: mysql:8 + restart: always + ports: + - '3307:3306' + environment: + - MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD} + - MYSQL_DATABASE=${MYSQL_DBNAME} + volumes: + - ./dump:/docker-entrypoint-initdb.d + + phpmyadmin: + image: phpmyadmin/phpmyadmin + restart: always + ports: + - '8081:80' + environment: + - PMA_HOST=ifms-faltas-mysql + - PMA_PORT=3306 + - PMA_USER=${MYSQL_USERNAME} + - PMA_PASSWORD=${MYSQL_PASSWORD} + - PMA_ARBITRARY=1 diff --git a/dump/projetosifms.sql b/dump/projetosifms.sql new file mode 100644 index 0000000..5202b3f --- /dev/null +++ b/dump/projetosifms.sql @@ -0,0 +1,627 @@ +-- phpMyAdmin SQL Dump +-- version 4.3.7 +-- http://www.phpmyadmin.net +-- +-- Host: mysql04-farm88.kinghost.net +-- Tempo de geração: 24/02/2023 às 15:02 +-- Versão do servidor: 10.6.11-MariaDB-log +-- Versão do PHP: 5.3.29 +SET + SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; + +SET + time_zone = "+00:00"; + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */ +; + +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */ +; + +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */ +; + +/*!40101 SET NAMES utf8 */ +; + +-- +-- Banco de dados: `projetosifms` +-- +-- -------------------------------------------------------- +-- +-- Estrutura para tabela `acoes` +-- +CREATE TABLE IF NOT EXISTS `acoes` ( + `matricula` text NOT NULL, + `whats` int(1) NOT NULL, + `fone` int(1) NOT NULL, + `visita` int(1) NOT NULL, + `sucesso` int(1) NOT NULL, + `comentario` text NOT NULL, + `email` int(1) NOT NULL, + `pessoal` int(11) NOT NULL +) ENGINE = InnoDB DEFAULT CHARSET = latin1 COLLATE = latin1_swedish_ci; + +-- +-- Fazendo dump de dados para tabela `acoes` +-- +INSERT INTO + `acoes` ( + `matricula`, + `whats`, + `fone`, + `visita`, + `sucesso`, + `comentario`, + `email`, + `pessoal` + ) +VALUES + ('2019107036083-8', 0, 0, 0, 0, '', 0, 0), + ( + '2019107036010-2', + 1, + 0, + 0, + 0, + 'No dia 31 de agosto de 2022 bati um papo com o estudante. Não vejo necessidade de visita ao domicílio. (Rogério Cardoso)\n\n', + 0, + 1 + ), + ('2021107036092-5', 0, 0, 0, 0, '', 0, 0), + ( + '2020107036004-9', + 1, + 1, + 0, + 0, + 'Conversei com o Fabrício ele negou que tenha faltado. Informei a mãe e a vó(responsável por ele). Se os colegas e os professores/técnicos, puderem também conversar com ele, será muito positivo.(Tânia)', + 0, + 1 + ), + ('2020207432003-1', 0, 0, 0, 0, '', 0, 0), + ('2021107036013-5', 1, 0, 0, 1, '', 0, 1), + ('2020107036040-5', 0, 0, 0, 0, '', 0, 0), + ( + '2019207036003-8', + 1, + 0, + 0, + 0, + 'Estava com dificuldade em vir ao ifms, mas já se organizou e não faltará mais. Em lab. de programação 5 fez prova de suficiência, passou porém as faltas ainda estão contando. Ass. Camila nuged', + 0, + 0 + ), + ('2021107036050-0', 0, 0, 0, 0, '', 0, 0), + ( + '2020107035089-2', + 0, + 0, + 0, + 0, + 'Aluna está de atestado médico', + 0, + 0 + ), + ( + '2020107035027-2', + 0, + 0, + 0, + 0, + 'Entrei em contato com a mãe, informou que a filha não está bem, vai vir ao campus para conversar.', + 0, + 0 + ), + ( + '2019107035009-3', + 0, + 0, + 0, + 0, + 'Conversei com o aluno na sala do nuged, disse que foi uma semana em que não estava se sentindo bem, mas que já está tudo certo e frequentando as aulas novamente.', + 0, + 0 + ), + ( + '2020107035040-0', + 0, + 0, + 0, + 0, + 'Conversei com a mãe, ela está ciente, informou que na sexta ( 21/10), ele foi para um retiro em Dourados, disse que conversou com os professores.', + 0, + 0 + ), + ( + '2020107035008-6', + 0, + 0, + 0, + 0, + 'Não consegui contato ao telefone, enviei email ao aluno.', + 0, + 0 + ), + ( + '2019107069031-5', + 0, + 0, + 0, + 0, + 'Não consegui contato por telefone, enviei email ao estudante. Respondeu que vai trancar e voltar semestre que vem.', + 0, + 0 + ), + ( + '2020107069023-5', + 0, + 0, + 0, + 0, + 'Não consegui contato por telefone, enviei email ao estudante.', + 0, + 0 + ), + ( + '2021207484009-1', + 0, + 0, + 0, + 0, + 'Não consegui contato por telefone, enviei email ao estudante.', + 0, + 0 + ), + ( + '2017207069001-7', + 0, + 0, + 0, + 0, + 'Mudou para jardim, passei o contato da Cerel para ver se consegue trancar o curso.', + 0, + 0 + ), + ( + '2020107069011-1', + 0, + 0, + 0, + 0, + 'Estava doente, vai retornar e entregar o atestado na Cerel.', + 0, + 0 + ), + ( + '2022207891021-0', + 0, + 0, + 0, + 0, + 'Começou a trabalhar e não consegue vir as aulas.', + 0, + 0 + ), + ( + '2022207891036-9', + 0, + 0, + 0, + 0, + 'Esqueceu do início das aulas.', + 0, + 0 + ), + ( + '2022207891022-9', + 0, + 0, + 0, + 0, + 'Não conseguiu mudar para Ponta Porã, não vai cursar.', + 0, + 0 + ), + ( + '2022207891040-7', + 0, + 0, + 0, + 0, + 'Não consegui contato por telefone, enviei email.', + 0, + 0 + ), + ( + '2022207891006-7', + 0, + 0, + 0, + 0, + 'Informou que não estuda no IFMS.', + 0, + 0 + ), + ( + '2022207891012-1', + 0, + 0, + 0, + 0, + 'Não consegui contato por telefone, enviei email.', + 0, + 0 + ), + ( + '2022207891035-0', + 0, + 0, + 0, + 0, + 'Informou que ligou na central e falaram que ela não estava matriculada.Orientei que procurasse a Cerel.', + 0, + 0 + ), + ( + '2022207891033-4', + 0, + 0, + 0, + 0, + ' Não consegui contato por telefone, enviei email.', + 0, + 0 + ), + ( + '2020107035003-5', + 0, + 0, + 0, + 0, + 'Não consegui contato por telefone, enviei email.', + 0, + 0 + ), + ( + '2020107035025-6', + 0, + 0, + 0, + 0, + 'Conversei com a mãe, informou que está com problemas no transporte de Aral Moreira, mas disse que a aluna já conversou com os professores e coordenação.', + 0, + 0 + ), + ( + '2020107035049-3', + 0, + 0, + 0, + 0, + 'Conversei com o pai, informou que viajou e o filho aproveitou para faltar, vai conversar com o coordenador.', + 0, + 0 + ), + ( + '2020107035090-6', + 0, + 0, + 0, + 0, + 'Conversei com a madrasta, Elizabeth, disse que não sabe o que está havendo, porque ele sai para vir ao campus todos os dias, disse que vai conversar com ele, orientei que procurasse a coordenação.', + 0, + 0 + ), + ( + '2019107035071-9', + 0, + 0, + 0, + 0, + 'Conversei com a mãe, ela disse que ele esta assistindo algumas aulas no curso de informática e que conversou com os professores, orientei que ele procurasse a coordenação.', + 0, + 0 + ), + ( + '2019107035008-5', + 0, + 0, + 0, + 0, + 'Disse que não estava se sentindo bem e que foi embora, mas que já está frequentando as aulas normalmente.', + 0, + 0 + ), + ( + '2021107035048-2', + 0, + 0, + 0, + 0, + 'Não consegui contato, enviei email.', + 0, + 0 + ), + ( + '2018107102037-5', + 0, + 0, + 0, + 0, + 'Regime Domiciliar', + 0, + 0 + ), + ( + '2020107035046-9', + 0, + 0, + 0, + 0, + 'A aluna disse que vai procurar a coordenação.', + 0, + 0 + ), + ( + '2021107035069-5', + 0, + 0, + 0, + 0, + 'A aluna está gestante e não trouxe atestado, conversei com a mãe, orientei que procurasse a coordenação.', + 0, + 0 + ), + ( + '2022107035089-7', + 0, + 0, + 0, + 0, + 'Conversei com a mãe, informou que ele deslocou o joelho, orientei que entregasse o atestado na Cerel.', + 0, + 0 + ), + ( + '2020107035077-9', + 0, + 0, + 0, + 0, + 'Conversei com a mãe, disse que ele não está muito bem do estômago e que quando chove também tem dificuldade com o transporte, orientei que as faltas também reprovam.', + 0, + 0 + ), + ( + '2020107035063-9', + 0, + 0, + 0, + 0, + 'Não consegui contato, enviei email ao estudante.', + 0, + 0 + ), + ( + '2022107035039-0', + 0, + 0, + 0, + 0, + 'A aluna está gestante, a mãe informou que vai trancar o curso.', + 0, + 0 + ), + ( + '2020107035035-3', + 0, + 0, + 0, + 0, + 'Não consegui contato, enviei email.', + 0, + 0 + ), + ( + '2019107035045-0', + 0, + 0, + 0, + 0, + 'Não consegui contato, enviei email.', + 0, + 0 + ), + ( + '2019107036047-1', + 1, + 0, + 0, + 0, + 'Contato por Camila ', + 0, + 0 + ), + ('2021107036008-9', 0, 0, 0, 0, '', 0, 0); + +-- -------------------------------------------------------- +-- +-- Estrutura para tabela `fotos` +-- +CREATE TABLE IF NOT EXISTS `fotos` ( + `matricula` text NOT NULL, + `imagem_pequena` text NOT NULL, + `imagem_grande` text NOT NULL +) ENGINE = InnoDB DEFAULT CHARSET = latin1 COLLATE = latin1_swedish_ci; + +-- -------------------------------------------------------- +-- +-- Estrutura para tabela `ultimo_relatorio` +-- +CREATE TABLE IF NOT EXISTS `ultimo_relatorio` ( + `estudante` text NOT NULL, + `email` text NOT NULL, + `telefone` text NOT NULL, + `endereco` text NOT NULL +) ENGINE = InnoDB DEFAULT CHARSET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = COMPACT; + +-- -------------------------------------------------------- +-- +-- Estrutura para tabela `usuarios` +-- +CREATE TABLE IF NOT EXISTS `usuarios` ( + `email` text NOT NULL, + `nome` text NOT NULL, + `senha` text NOT NULL, + `token` text NOT NULL +) ENGINE = InnoDB DEFAULT CHARSET = latin1 COLLATE = latin1_swedish_ci; + +-- +-- Fazendo dump de dados para tabela `usuarios` +-- +INSERT INTO + `usuarios` (`email`, `nome`, `senha`, `token`) +VALUES + ( + 'robsonjaques@gmail.com', + 'Robson', + 'q1p0w2o9e3i8', + 'tpncT2gkK4INmzyljwBGvExWuPd35M1LD6sYfZiA9FUhJVXS08' + ), + ( + 'rogerio.batista@ifms.edu.br', + 'rogerio', + 'rog1234', + 'ZK8Y4liofRzpjJaNVqPAHkcXMUhd5tS3E9TrmeyxwIbCusL62G' + ), + ( + 'marcel.dorta@ifms.edu.br', + 'marcel', + 'mar4567', + 'Q8nTaIEhrkgNPGoBmAwbJ1Zc4Hu7i0XeCVy6vFMtxRLDfYS2WK' + ), + ( + 'lin.feng@ifms.edu.br', + 'lin', + 'lin7890', + 'B14LmM8HKp2Ak3qizNeb6Yot9IgQnUFaXhuWr0Z5ysdPCvDOf7' + ), + ( + 'marilene.ribeiro@ifms.edu.br', + 'marilene', + 'mar1234', + 'YdI64yxFGrDh1lON8XAQHsvqwVeJi0zPLU3gSZuB7MTmWR9fK2' + ), + ( + 'cerel.pp@ifms.edu.br', + 'Cerel', + 'fapd2019', + 'JsfRxHmI5Gd8Ay7r9teNl2BnSo0TgKDZMFchuWkEYQVLb6U1wC' + ), + ( + 'maria.costa@ifms.edu.br', + 'Maria', + '030742', + 'k1piZGFvcfwK5ChaXIr7NgYulRUVqHdJTMjEPznSODeA964tWo' + ), + ( + 'maria.soares@ifms.edu.br', + 'Lau', + '291136', + 'mBxKraAeudWVQ4nsM6XPZ5wSGfivgpzEIOFHCjDYy13LoklbR7' + ), + ( + 'lia.daniel@ifms.edu.br', + 'Lia', + '100660RD', + 'sm1zR9i6wAnZySlbYHf32UKBILgOQpt5TvCWPGEcFj7x8Vaeq0' + ), + ( + 'coren.pp@ifms.edu.br', + 'Coren', + 'corencoren', + 'PNlpgLxYcsXUzWdo2HtZOwauBrmeDRKVECnTSfJI3M8y5qkGF6' + ), + ( + 'monica.miyashiro@ifms.edu.br', + 'Monica', + 'miyashiro31', + '3J9guiysILzYBE76HetU5qanV0QCMOTZkRbomrhpAGlcN2FPKS' + ), + ('ligia.piletti@ifms.edu.br', '', 'LILIKA88', ''), + ( + 'dirge.pp@ifms.edu.br', + '', + 'direcao2022', + '2UDvrT1HS3XinxlCjwGNZI0FYa8hoVytAkQKfLc79JER4Oeu6W' + ), + ( + 'diren.pp@ifms.edu.br', + '', + 'direnpp', + 'uFr3qNkGOnPJxp2IYXd9RDtvTUs7Cbmy0lEeSaLfKWchVQgjwM' + ), + ( + 'camila.souza@ifms.edu.br', + '', + 'Ca_890517', + 'qeaZk6h2gs79GCYDtN0nKIlULumBSHbdJryF3VAOxjfXcwiE5M' + ), + ( + 'miriam.espindola@ifms.edu.br', + '', + '322315', + '1ZyBpdH0SzjtTM4GWEAFrbRXInx6klJL3Q2N8DPYmisCeg5KVv' + ), + ( + 'ivan.herrmann@hotmail.com', + '', + 'adminadmin', + '' + ), + ( + 'napne.pp@ifms.edu.br', + '', + '394521', + 'oVESh0qstzXJblpM7NCIc41PLFWQ69AngZr8UYRwK2vyjmDTd5' + ), + ( + 'ivan.herrmann@ifms.edu.br', + '', + 'Papaie10', + 'NA5YGSsafT4Q6FzbCxlKVdvnR9wmy7BoPei8hj3gkcWMHZ2XtE' + ), + ( + 'coinf.pp@ifms.edu.br', + '', + '3edc4rfv', + 'yH9qUla13RhMX5W6VbTP2JSOcznovCQLxKIks0jF4tY7rwgEdi' + ), + ( + 'lesley.bueno@ifms.edu.br', + 'Lesley', + 'Seara228.', + 'oSg2Y0apX9Pymbl3JGU5fMt8HxeqWVA7wdn16QKrvTcEhs4NIL' + ), + ( + 'marlom.marques@ifms.edu.br', + 'Marlom', + 'Marlom1@2Projetos', + 'jzVLi7xZ3mwHh5koWJafOv2BsFcU14tnplRePSKgCurMYEQA8y' + ), + ( + 'douglas.barone@ifms.edu.br', + 'Douglas', + 'senhas21', + '' + ); + +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */ +; + +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */ +; + +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */ +; \ No newline at end of file diff --git a/projetosifms.sql b/projetosifms.sql deleted file mode 100644 index ae54f65..0000000 --- a/projetosifms.sql +++ /dev/null @@ -1,159 +0,0 @@ --- phpMyAdmin SQL Dump --- version 4.3.7 --- http://www.phpmyadmin.net --- --- Host: mysql04-farm88.kinghost.net --- Tempo de geração: 24/02/2023 às 15:02 --- Versão do servidor: 10.6.11-MariaDB-log --- Versão do PHP: 5.3.29 - -SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; -SET time_zone = "+00:00"; - - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; - --- --- Banco de dados: `projetosifms` --- - --- -------------------------------------------------------- - --- --- Estrutura para tabela `acoes` --- - -CREATE TABLE IF NOT EXISTS `acoes` ( - `matricula` text NOT NULL, - `whats` int(1) NOT NULL, - `fone` int(1) NOT NULL, - `visita` int(1) NOT NULL, - `sucesso` int(1) NOT NULL, - `comentario` text NOT NULL, - `email` int(1) NOT NULL, - `pessoal` int(11) NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; - --- --- Fazendo dump de dados para tabela `acoes` --- - -INSERT INTO `acoes` (`matricula`, `whats`, `fone`, `visita`, `sucesso`, `comentario`, `email`, `pessoal`) VALUES -('2019107036083-8', 0, 0, 0, 0, '', 0, 0), -('2019107036010-2', 1, 0, 0, 0, 'No dia 31 de agosto de 2022 bati um papo com o estudante. Não vejo necessidade de visita ao domicílio. (Rogério Cardoso)\n\n', 0, 1), -('2021107036092-5', 0, 0, 0, 0, '', 0, 0), -('2020107036004-9', 1, 1, 0, 0, 'Conversei com o Fabrício ele negou que tenha faltado. Informei a mãe e a vó(responsável por ele). Se os colegas e os professores/técnicos, puderem também conversar com ele, será muito positivo.(Tânia)', 0, 1), -('2020207432003-1', 0, 0, 0, 0, '', 0, 0), -('2021107036013-5', 1, 0, 0, 1, '', 0, 1), -('2020107036040-5', 0, 0, 0, 0, '', 0, 0), -('2019207036003-8', 1, 0, 0, 0, 'Estava com dificuldade em vir ao ifms, mas já se organizou e não faltará mais. Em lab. de programação 5 fez prova de suficiência, passou porém as faltas ainda estão contando. Ass. Camila nuged', 0, 0), -('2021107036050-0', 0, 0, 0, 0, '', 0, 0), -('2020107035089-2', 0, 0, 0, 0, 'Aluna está de atestado médico', 0, 0), -('2020107035027-2', 0, 0, 0, 0, 'Entrei em contato com a mãe, informou que a filha não está bem, vai vir ao campus para conversar.', 0, 0), -('2019107035009-3', 0, 0, 0, 0, 'Conversei com o aluno na sala do nuged, disse que foi uma semana em que não estava se sentindo bem, mas que já está tudo certo e frequentando as aulas novamente.', 0, 0), -('2020107035040-0', 0, 0, 0, 0, 'Conversei com a mãe, ela está ciente, informou que na sexta ( 21/10), ele foi para um retiro em Dourados, disse que conversou com os professores.', 0, 0), -('2020107035008-6', 0, 0, 0, 0, 'Não consegui contato ao telefone, enviei email ao aluno.', 0, 0), -('2019107069031-5', 0, 0, 0, 0, 'Não consegui contato por telefone, enviei email ao estudante. Respondeu que vai trancar e voltar semestre que vem.', 0, 0), -('2020107069023-5', 0, 0, 0, 0, 'Não consegui contato por telefone, enviei email ao estudante.', 0, 0), -('2021207484009-1', 0, 0, 0, 0, 'Não consegui contato por telefone, enviei email ao estudante.', 0, 0), -('2017207069001-7', 0, 0, 0, 0, 'Mudou para jardim, passei o contato da Cerel para ver se consegue trancar o curso.', 0, 0), -('2020107069011-1', 0, 0, 0, 0, 'Estava doente, vai retornar e entregar o atestado na Cerel.', 0, 0), -('2022207891021-0', 0, 0, 0, 0, 'Começou a trabalhar e não consegue vir as aulas.', 0, 0), -('2022207891036-9', 0, 0, 0, 0, 'Esqueceu do início das aulas.', 0, 0), -('2022207891022-9', 0, 0, 0, 0, 'Não conseguiu mudar para Ponta Porã, não vai cursar.', 0, 0), -('2022207891040-7', 0, 0, 0, 0, 'Não consegui contato por telefone, enviei email.', 0, 0), -('2022207891006-7', 0, 0, 0, 0, 'Informou que não estuda no IFMS.', 0, 0), -('2022207891012-1', 0, 0, 0, 0, 'Não consegui contato por telefone, enviei email.', 0, 0), -('2022207891035-0', 0, 0, 0, 0, 'Informou que ligou na central e falaram que ela não estava matriculada.Orientei que procurasse a Cerel.', 0, 0), -('2022207891033-4', 0, 0, 0, 0, ' Não consegui contato por telefone, enviei email.', 0, 0), -('2020107035003-5', 0, 0, 0, 0, 'Não consegui contato por telefone, enviei email.', 0, 0), -('2020107035025-6', 0, 0, 0, 0, 'Conversei com a mãe, informou que está com problemas no transporte de Aral Moreira, mas disse que a aluna já conversou com os professores e coordenação.', 0, 0), -('2020107035049-3', 0, 0, 0, 0, 'Conversei com o pai, informou que viajou e o filho aproveitou para faltar, vai conversar com o coordenador.', 0, 0), -('2020107035090-6', 0, 0, 0, 0, 'Conversei com a madrasta, Elizabeth, disse que não sabe o que está havendo, porque ele sai para vir ao campus todos os dias, disse que vai conversar com ele, orientei que procurasse a coordenação.', 0, 0), -('2019107035071-9', 0, 0, 0, 0, 'Conversei com a mãe, ela disse que ele esta assistindo algumas aulas no curso de informática e que conversou com os professores, orientei que ele procurasse a coordenação.', 0, 0), -('2019107035008-5', 0, 0, 0, 0, 'Disse que não estava se sentindo bem e que foi embora, mas que já está frequentando as aulas normalmente.', 0, 0), -('2021107035048-2', 0, 0, 0, 0, 'Não consegui contato, enviei email.', 0, 0), -('2018107102037-5', 0, 0, 0, 0, 'Regime Domiciliar', 0, 0), -('2020107035046-9', 0, 0, 0, 0, 'A aluna disse que vai procurar a coordenação.', 0, 0), -('2021107035069-5', 0, 0, 0, 0, 'A aluna está gestante e não trouxe atestado, conversei com a mãe, orientei que procurasse a coordenação.', 0, 0), -('2022107035089-7', 0, 0, 0, 0, 'Conversei com a mãe, informou que ele deslocou o joelho, orientei que entregasse o atestado na Cerel.', 0, 0), -('2020107035077-9', 0, 0, 0, 0, 'Conversei com a mãe, disse que ele não está muito bem do estômago e que quando chove também tem dificuldade com o transporte, orientei que as faltas também reprovam.', 0, 0), -('2020107035063-9', 0, 0, 0, 0, 'Não consegui contato, enviei email ao estudante.', 0, 0), -('2022107035039-0', 0, 0, 0, 0, 'A aluna está gestante, a mãe informou que vai trancar o curso.', 0, 0), -('2020107035035-3', 0, 0, 0, 0, 'Não consegui contato, enviei email.', 0, 0), -('2019107035045-0', 0, 0, 0, 0, 'Não consegui contato, enviei email.', 0, 0), -('2019107036047-1', 1, 0, 0, 0, 'Contato por Camila ', 0, 0), -('2021107036008-9', 0, 0, 0, 0, '', 0, 0); - --- -------------------------------------------------------- - --- --- Estrutura para tabela `fotos` --- - -CREATE TABLE IF NOT EXISTS `fotos` ( - `matricula` text NOT NULL, - `imagem_pequena` text NOT NULL, - `imagem_grande` text NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; - --- -------------------------------------------------------- - --- --- Estrutura para tabela `ultimo_relatorio` --- - -CREATE TABLE IF NOT EXISTS `ultimo_relatorio` ( - `estudante` text NOT NULL, - `email` text NOT NULL, - `telefone` text NOT NULL, - `endereco` text NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=COMPACT; - --- -------------------------------------------------------- - --- --- Estrutura para tabela `usuarios` --- - -CREATE TABLE IF NOT EXISTS `usuarios` ( - `email` text NOT NULL, - `nome` text NOT NULL, - `senha` text NOT NULL, - `token` text NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; - --- --- Fazendo dump de dados para tabela `usuarios` --- - -INSERT INTO `usuarios` (`email`, `nome`, `senha`, `token`) VALUES -('robsonjaques@gmail.com', 'Robson', 'q1p0w2o9e3i8', 'tpncT2gkK4INmzyljwBGvExWuPd35M1LD6sYfZiA9FUhJVXS08'), -('rogerio.batista@ifms.edu.br', 'rogerio', 'rog1234', 'ZK8Y4liofRzpjJaNVqPAHkcXMUhd5tS3E9TrmeyxwIbCusL62G'), -('marcel.dorta@ifms.edu.br', 'marcel', 'mar4567', 'Q8nTaIEhrkgNPGoBmAwbJ1Zc4Hu7i0XeCVy6vFMtxRLDfYS2WK'), -('lin.feng@ifms.edu.br', 'lin', 'lin7890', 'B14LmM8HKp2Ak3qizNeb6Yot9IgQnUFaXhuWr0Z5ysdPCvDOf7'), -('marilene.ribeiro@ifms.edu.br', 'marilene', 'mar1234', 'YdI64yxFGrDh1lON8XAQHsvqwVeJi0zPLU3gSZuB7MTmWR9fK2'), -('cerel.pp@ifms.edu.br', 'Cerel', 'fapd2019', 'JsfRxHmI5Gd8Ay7r9teNl2BnSo0TgKDZMFchuWkEYQVLb6U1wC'), -('maria.costa@ifms.edu.br', 'Maria', '030742', 'k1piZGFvcfwK5ChaXIr7NgYulRUVqHdJTMjEPznSODeA964tWo'), -('maria.soares@ifms.edu.br', 'Lau', '291136', 'mBxKraAeudWVQ4nsM6XPZ5wSGfivgpzEIOFHCjDYy13LoklbR7'), -('lia.daniel@ifms.edu.br', 'Lia', '100660RD', 'sm1zR9i6wAnZySlbYHf32UKBILgOQpt5TvCWPGEcFj7x8Vaeq0'), -('coren.pp@ifms.edu.br', 'Coren', 'corencoren', 'PNlpgLxYcsXUzWdo2HtZOwauBrmeDRKVECnTSfJI3M8y5qkGF6'), -('monica.miyashiro@ifms.edu.br', 'Monica', 'miyashiro31', '3J9guiysILzYBE76HetU5qanV0QCMOTZkRbomrhpAGlcN2FPKS'), -('ligia.piletti@ifms.edu.br', '', 'LILIKA88', ''), -('dirge.pp@ifms.edu.br', '', 'direcao2022', '2UDvrT1HS3XinxlCjwGNZI0FYa8hoVytAkQKfLc79JER4Oeu6W'), -('diren.pp@ifms.edu.br', '', 'direnpp', 'uFr3qNkGOnPJxp2IYXd9RDtvTUs7Cbmy0lEeSaLfKWchVQgjwM'), -('camila.souza@ifms.edu.br', '', 'Ca_890517', 'qeaZk6h2gs79GCYDtN0nKIlULumBSHbdJryF3VAOxjfXcwiE5M'), -('miriam.espindola@ifms.edu.br', '', '322315', '1ZyBpdH0SzjtTM4GWEAFrbRXInx6klJL3Q2N8DPYmisCeg5KVv'), -('ivan.herrmann@hotmail.com', '', 'adminadmin', ''), -('napne.pp@ifms.edu.br', '', '394521', 'oVESh0qstzXJblpM7NCIc41PLFWQ69AngZr8UYRwK2vyjmDTd5'), -('ivan.herrmann@ifms.edu.br', '', 'Papaie10', 'NA5YGSsafT4Q6FzbCxlKVdvnR9wmy7BoPei8hj3gkcWMHZ2XtE'), -('coinf.pp@ifms.edu.br', '', '3edc4rfv', 'yH9qUla13RhMX5W6VbTP2JSOcznovCQLxKIks0jF4tY7rwgEdi'), -('lesley.bueno@ifms.edu.br', 'Lesley', 'Seara228.', 'oSg2Y0apX9Pymbl3JGU5fMt8HxeqWVA7wdn16QKrvTcEhs4NIL'), -('marlom.marques@ifms.edu.br', 'Marlom', 'Marlom1@2Projetos', 'jzVLi7xZ3mwHh5koWJafOv2BsFcU14tnplRePSKgCurMYEQA8y'); - -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/.htaccess b/src/.htaccess similarity index 100% rename from .htaccess rename to src/.htaccess diff --git a/GJFjhgfDC7654fFiuklilHJGF453JHjhgGgFGD4467GgtyhujujhsdkgfkjKJLHuygTGHfgdf/index.php b/src/GJFjhgfDC7654fFiuklilHJGF453JHjhgGgFGD4467GgtyhujujhsdkgfkjKJLHuygTGHfgdf/index.php similarity index 100% rename from GJFjhgfDC7654fFiuklilHJGF453JHjhgGgFGD4467GgtyhujujhsdkgfkjKJLHuygTGHfgdf/index.php rename to src/GJFjhgfDC7654fFiuklilHJGF453JHjhgGgFGD4467GgtyhujujhsdkgfkjKJLHuygTGHfgdf/index.php diff --git a/index.php b/src/index.php similarity index 100% rename from index.php rename to src/index.php diff --git a/static/img/agricultura.png b/src/static/img/agricultura.png similarity index 100% rename from static/img/agricultura.png rename to src/static/img/agricultura.png diff --git a/static/img/agronegocio.png b/src/static/img/agronegocio.png similarity index 100% rename from static/img/agronegocio.png rename to src/static/img/agronegocio.png diff --git a/static/img/agronomia.png b/src/static/img/agronomia.png similarity index 100% rename from static/img/agronomia.png rename to src/static/img/agronomia.png diff --git a/static/img/avatar_1.jpg b/src/static/img/avatar_1.jpg similarity index 100% rename from static/img/avatar_1.jpg rename to src/static/img/avatar_1.jpg diff --git a/static/img/avatar_1.png b/src/static/img/avatar_1.png similarity index 100% rename from static/img/avatar_1.png rename to src/static/img/avatar_1.png diff --git a/static/img/avatar_2.png b/src/static/img/avatar_2.png similarity index 100% rename from static/img/avatar_2.png rename to src/static/img/avatar_2.png diff --git a/static/img/class.png b/src/static/img/class.png similarity index 100% rename from static/img/class.png rename to src/static/img/class.png diff --git a/static/img/icone.ico b/src/static/img/icone.ico similarity index 100% rename from static/img/icone.ico rename to src/static/img/icone.ico diff --git a/static/img/index.php b/src/static/img/index.php similarity index 100% rename from static/img/index.php rename to src/static/img/index.php diff --git a/static/img/informatica.png b/src/static/img/informatica.png similarity index 100% rename from static/img/informatica.png rename to src/static/img/informatica.png diff --git a/static/img/livros1.jpg b/src/static/img/livros1.jpg similarity index 100% rename from static/img/livros1.jpg rename to src/static/img/livros1.jpg diff --git a/static/img/livros2.jpg b/src/static/img/livros2.jpg similarity index 100% rename from static/img/livros2.jpg rename to src/static/img/livros2.jpg diff --git a/static/img/livros3.jpg b/src/static/img/livros3.jpg similarity index 100% rename from static/img/livros3.jpg rename to src/static/img/livros3.jpg diff --git a/static/img/pessoas.png b/src/static/img/pessoas.png similarity index 100% rename from static/img/pessoas.png rename to src/static/img/pessoas.png diff --git a/static/img/pessoas_1.png b/src/static/img/pessoas_1.png similarity index 100% rename from static/img/pessoas_1.png rename to src/static/img/pessoas_1.png diff --git a/static/img/pessoas_2.png b/src/static/img/pessoas_2.png similarity index 100% rename from static/img/pessoas_2.png rename to src/static/img/pessoas_2.png diff --git a/static/img/pessoas_3.png b/src/static/img/pessoas_3.png similarity index 100% rename from static/img/pessoas_3.png rename to src/static/img/pessoas_3.png diff --git a/static/index.php b/src/static/index.php similarity index 100% rename from static/index.php rename to src/static/index.php diff --git a/static/materialize/LICENSE b/src/static/materialize/LICENSE similarity index 100% rename from static/materialize/LICENSE rename to src/static/materialize/LICENSE diff --git a/static/materialize/README.md b/src/static/materialize/README.md similarity index 100% rename from static/materialize/README.md rename to src/static/materialize/README.md diff --git a/static/materialize/css/materialize.min.css b/src/static/materialize/css/materialize.min.css similarity index 100% rename from static/materialize/css/materialize.min.css rename to src/static/materialize/css/materialize.min.css diff --git a/static/materialize/icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 b/src/static/materialize/icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 similarity index 100% rename from static/materialize/icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 rename to src/static/materialize/icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 diff --git a/static/materialize/icons/material_icons.css b/src/static/materialize/icons/material_icons.css similarity index 100% rename from static/materialize/icons/material_icons.css rename to src/static/materialize/icons/material_icons.css diff --git a/static/materialize/index.php b/src/static/materialize/index.php similarity index 100% rename from static/materialize/index.php rename to src/static/materialize/index.php diff --git a/static/materialize/js/materialize.min.js b/src/static/materialize/js/materialize.min.js similarity index 100% rename from static/materialize/js/materialize.min.js rename to src/static/materialize/js/materialize.min.js diff --git a/static/scripts/index.php b/src/static/scripts/index.php similarity index 100% rename from static/scripts/index.php rename to src/static/scripts/index.php diff --git a/static/scripts/jquery.min.js b/src/static/scripts/jquery.min.js similarity index 100% rename from static/scripts/jquery.min.js rename to src/static/scripts/jquery.min.js diff --git a/static/scripts/libx.js b/src/static/scripts/libx.js similarity index 100% rename from static/scripts/libx.js rename to src/static/scripts/libx.js