modified: .env.example #8
Reference in New Issue
Block a user
Delete Branch "módulo-prontuário"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
new file: .env.local
modified: .gitignore
new file: docs/mock-audit.md
modified: eslint.config.js
modified: package-lock.json
modified: package.json
deleted: src/App.css
modified: src/App.jsx
deleted: src/assets/react.svg
deleted: src/assets/vite.svg
new file: src/components/RichTextEditor.jsx
modified: src/components/calendar/AgendaMonthlyView.jsx
modified: src/components/calendar/AgendaWeeklyView.jsx
modified: src/components/ui.jsx
modified: src/config/api.js
modified: src/data/mockData.js
new file: src/data/reportTemplates.js
modified: src/hooks/useAgenda.js
modified: src/mappers/appointmentMapper.js
modified: src/pages/AgendaPage.jsx
modified: src/pages/MedicalRecordsPage.jsx
modified: src/pages/MessagesPage.jsx
modified: src/pages/PatientsPage.jsx
modified: src/pages/ProfilePage.jsx
modified: src/pages/ReportsPage.jsx
modified: src/pages/UsersPage.jsx
modified: src/pages/VisitsPage.jsx
modified: src/repositories/patientRepository.js
modified: src/repositories/profileRepository.js
modified: src/repositories/userRepository.js
deleted: test.mjs
deleted: test2.mjs
deleted: test3.mjs
deleted: test4.mjs
deleted: test5.mjs
new file: tests/mappers.test.mjs
new file: tests/patientRepository.test.mjs
new file: tests/permissions.test.mjs
new file: tests/repositoryUtils.test.mjs