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