Directory Tree
Backend
π¦backend
β£ πapp
β β£ πConsole
β β β£ πCommands
β β β β£ π GenderID.php
β β β β£ π shiftchangemessages.php
β β β β£ π ShiftEndMessages.php
β β β β π ShiftStartMessages.php
β β β π Kernel.php
β β£ πExceptions
β β β π Handler.php
β β£ πExports
β β β π ShiftExport.php
β β£ πHttp
β β β£ πControllers
β β β β£ πAuth
β β β β β£ π AuthenticatedSessionController.php
β β β β β£ π ConfirmablePasswordController.php
β β β β β£ π ConfirmPasswordController.php
β β β β β£ π EmailVerificationNotificationController.php
β β β β β£ π EmailVerificationPromptController.php
β β β β β£ π ForgotPasswordController.php
β β β β β£ π LoginController.php
β β β β β£ π NewPasswordController.php
β β β β β£ π PasswordResetLinkController.php
β β β β β£ π RegisterController.php
β β β β β£ π RegisteredUserController.php
β β β β β£ π ResetPasswordController.php
β β β β β£ π VerificationController.php
β β β β β π VerifyEmailController.php
β β β β£ π AssessmentController.php
β β β β£ π ClientController.php
β β β β£ π ClientDocsController.php
β β β β£ π Controller.php
β β β β£ π EmployeeController.php
β β β β£ π EmployeeExperienceController.php
β β β β£ π FormsController.php
β β β β£ π FormShiftController.php
β β β β£ π HomeController.php
β β β β£ π ManagerShiftFormsController.php
β β β β£ π ManagerShiftsController.php
β β β β£ π ManagerShiftTypesController.php
β β β β£ π MessageController.php
β β β β£ π MessageTypeController.php
β β β β£ π PDFController.php
β β β β£ π ResidentLocationController.php
β β β β£ π RolesController.php
β β β β£ π SearchController.php
β β β β£ π ShiftController.php
β β β β£ π ShiftTypesController.php
β β β β£ π SingleProcedureController.php
β β β β π SkillController.php
β β β£ πMiddleware
β β β β£ π Authenticate.php
β β β β£ π EncryptCookies.php
β β β β£ π PreventRequestsDuringMaintenance.php
β β β β£ π RedirectIfAuthenticated.php
β β β β£ π TrimStrings.php
β β β β£ π TrustHosts.php
β β β β£ π TrustProxies.php
β β β β π VerifyCsrfToken.php
β β β£ πRequests
β β β β πAuth
β β β β β π LoginRequest.php
β β β£ πResources
β β β β π UserRoleResource.php
β β β π Kernel.php
β β£ πLib
β β β π SMSApi.php
β β£ πModels
β β β£ π Assessment.php
β β β£ π Client.php
β β β£ π ClientContacts.php
β β β£ π ClientDocs.php
β β β£ π ClientLeads.php
β β β£ π ClientNotes.php
β β β£ π Employee.php
β β β£ π EmployeeComGroup.php
β β β£ π EmployeeDocument.php
β β β£ π EmployeeExperience.php
β β β£ π EmployeeNotes.php
β β β£ π EmployeeSkills.php
β β β£ π Form.php
β β β£ π FormData.php
β β β£ π FormDataValue.php
β β β£ π FormShiftValue.php
β β β£ π ManagerShiftForms.php
β β β£ π ManagerShifts.php
β β β£ π ManagerShiftTypes.php
β β β£ π Message.php
β β β£ π MessageType.php
β β β£ π ResidentLocation.php
β β β£ π Roles.php
β β β£ π Shift.php
β β β£ π ShiftEmployee.php
β β β£ π shiftSkillsRequired.php
β β β£ π ShiftTypes.php
β β β£ π SingleProcedure.php
β β β£ π skill.php
β β β£ π UpdatingDoctor.php
β β β£ π User.php
β β β£ π ViewEmployees.php
β β β£ π ViewPatients.php
β β β π Vital.php
β β£ πProviders
β β β£ π AppServiceProvider.php
β β β£ π AuthServiceProvider.php
β β β£ π BroadcastServiceProvider.php
β β β£ π EventServiceProvider.php
β β β π RouteServiceProvider.php
β β πView
β β β πComponents
β β β β£ π AppLayout.php
β β β β π GuestLayout.php
β£ πbootstrap
β β£ πcache
β β β£ π.gitignore
β β β£ π packages.php
β β β π services.php
β β π app.php
β£ πconfig
β β£ π app.php
β β£ π auth.php
β β£ π broadcasting.php
β β£ π cache.php
β β£ π cors.php
β β£ π database.php
β β£ π filesystems.php
β β£ π hashing.php
β β£ π logging.php
β β£ π mail.php
β β£ π queue.php
β β£ π sanctum.php
β β£ π services.php
β β£ π session.php
β β π view.php
β£ πdatabase
β β£ πfactories
β β β π UserFactory.php
β β£ πmigrations
β β β£ π 2014_10_12_000000_create_users_table.php
β β β£ ...
β β£ πseeders
β β β£ π DatabaseSeeder.php
β β β π MessageTypeSeeder.php
β β π.gitignore
β£ πreadme
β β£ πdb_backups
β β β£ π2022_02_03.sql
β β β£ π2022_02_18.sql
β β β£ π2022_02_23.sql
β β β£ π2022_03_16.sql
β β β£ π2022_03_29.sql
β β β£ π2022_04_08.sql
β β β£ π2022_04_21.sql
β β β£ π2022_05_19.sql
β β β£ π2022_05_24.sql
β β β£ π2022_07_22.sql
β β β£ π2022_07_29.sql
β β β πdev_site_2022_06_02.sql
β β£ πdb_mysql_relations_careman.mwb
β β πdb_relations.svg
β£ πroutes
β β£ π api.php
β β£ π auth.php
β β£ π channels.php
β β£ π console.php
β β π web.php
β£ πstorage
β ...
β£ πtests
β β£ πFeature
β β β£ πAuth
β β β β£ π AuthenticationTest.php
β β β β£ π EmailVerificationTest.php
β β β β£ π PasswordConfirmationTest.php
β β β β£ π PasswordResetTest.php
β β β β π RegistrationTest.php
β β β π ExampleTest.php
β β£ πUnit
β β β π ExampleTest.php
β β£ π CreatesApplication.php
β β π TestCase.php
β£ π.editorconfig
β£ π.env
β£ π.env.example
β£ π.gitattributes
β£ π.gitignore
β£ πartisan
β£ πcomposer.json
β£ πcomposer.lock
β£ πphpunit.xml
β£ πREADME.html
β£ πREADME.md
β£ πroutes.md
β£ πSECURITY.md
β π server.php
Front-End
π¦frontend
β£πpublic
β β£ πassets
β β β£ πcss
β β β β£ πapp.css
β β β β£ πhome.css
β β β β£ πlogin.css
β β β β£ πpicklist.css
β β β β πpopover.css
β β β£ πplugins
β β β β£ πarrive.min.js
β β β β£ πbootstrap-datetimepicker.min.js
β β β β£ πbootstrap-notify.js
β β β β£ πbootstrap-selectpicker.js
β β β β£ πbootstrap-tagsinput.js
β β β β£ πchartist.min.js
β β β β£ πfullcalendar.min.js
β β β β£ πjasny-bootstrap.min.js
β β β β£ πjquery-jvectormap.js
β β β β£ πjquery.bootstrap-wizard.js
β β β β£ πjquery.dataTables.min.js
β β β β£ πjquery.tagsinput.js
β β β β£ πjquery.validate.min.js
β β β β£ πmoment.min.js
β β β β£ πnouislider.min.js
β β β β£ πperfect-scrollbar.jquery.min.js
β β β β πsweetalert2.js
β β β β AddressCheck.jsx
β β β β Calendar.jsx
β β β β ClientAdd.jsx
β β β β ComboTreePlugin.jsx
β β β β EmployeeAdd.jsx
β β β β PhaseSort.jsx
β β β β Picklist.jsx
β β β β Shift.jsx
β β β β ShiftType.jsx
β β β β SkillList.jsx
β β β β Validator.jsx
β β β πtags
β β β β£ πtagsinput.css
β β β β β Tagsinput.jsx
β β£ πexperience_docs
β β β£ π1651822618.pdf
β β β£ ...
β β£ πimages
β β β£ πcaressa.png
β β β£ πcaressalogo.png
β β β πprofile-avatar.png
π¦src
β£ πauth
β β β£ β Confirm.jsx
β β β£ β Email.jsx
β β β β Reset.jsx
β β£ β ConfirmPassword.jsx
β β£ β ForgotPassword.jsx
β β£ β Invalid.jsx
β β£ β Login.jsx
β β£ β Register.jsx
β β£ β ResetPassword.jsx
β β£ β VerifyEmail.jsx
β β β Verify.jsx
β£ πcalendar
β β£ β Assessment.jsx
β β£ β Awaits.jsx
β β£ β Closed.jsx
β β£ β Deceased.jsx
β β£ β Leads.jsx
β β£ β Managers.jsx
β β£ β Refuse.jsx
β β β Single.jsx
β£ πclient
β β£ πstate
β β β£ πsingle
β β β β£ β Edit.jsx
β β β β β Single.jsx
β β β£ β Active.jsx
β β β£ β Assessments.jsx
β β β£ β Awaits.jsx
β β β£ β Closed.jsx
β β β£ β Deceased.jsx
β β β£ β Leads.jsx
β β β β Refused.jsx
β β£ β Add.jsx
β β£ β Edit.jsx
β β β View.jsx
β£ πcomponents
β β£ β AuthCard.jsx
β β£ β AuthSessionStatus.jsx
β β£ β AuthValidationErrors.jsx
β β£ β Button.jsx
β β£ β DropdownLink.jsx
β β£ β Input.jsx
β β£ β Label.jsx
β β£ β LoginButton.jsx
β β£ β NavLink.jsx
β β£ β RegisterButton.jsx
β β β ResponsiveNavLink.jsx
β£ πemployee
β β£ β Add.jsx
β β£ β Competence.jsx
β β£ β Edit.jsx
β β β View.jsx
β£ πforms
β β πclient
β β β£ πvitals
β β β β£ β Add.jsx
β β β β β Edit.jsx
β β β£ β Add.jsx
β β β β Edit.jsx
β£ πlayouts
β β£ β AdminLayout.jsx
β β£ β AppLayout.jsx
β β£ β GuestLayout.jsx
β β£ β Navigation.jsx
β β β TopNav.jsx
β£ π.gitignore
β£ π.npmrc
β£ πpackage.json
β£ πpackage-lock.json
β πvite.config.ts
πReadme.md