Skip to content

healtheasymed/healtheasy-app

Repository files navigation

Health Easy (healtheasy-frontend)

Sistema de gerenciamento para profissionais atuantes na área da saúde.

TO-DO List

  • Cannot access without 'www' (https://community.spiceworks.com/topic/244392-dns-question-access-website-without-www)

  • Responsive landing page on Xiaomi Redmi Note 7

  • Qalendar

    • On Week view mode, the year in title disappear
    • On event (child) click, don't show dialog
    • View mode button on mobile
    • Modal to edit event is out of view (mobile)
    • Set Today circle in Month view mode
    • On change month, set click event listener
    • Persiste view mode on change page
    • Persiste period on change page
    • Change date format in date picker
  • Change 'Enums' to 'Models'

  • Change functions names in dateUtils

  • Refactors:

    • QEditor Component
    • QForm Component
  • Check if pay for plan before create an account results error

    • On create account, search for same email on Profiles table, before insert the same data (check supabase trigger to update it)
  • Cannot access https://healtheasy.com.br/ without WWW

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Deploy the app to production (Github Pages)

⚠️⚠️ Cuidado! Este comando envia TODAS as modificações LOCAIS para produção, sem necessidade de commit ⚠️⚠️

yarn deploy
# or
npm run deploy

⚠️⚠️ NOTAS IMPORTANTES ⚠️⚠️

  • Arquivos da pasta "anamnesis" são apenas templates para facilitar a edição. Para que as modificações apareçam no App, os arquivos deverão ser alterados também no Supabase.

Customize the configuration

See Configuring quasar.config.js.