DaniloLira / FilaMed

Fila digital para consultórios de saúde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Commits Forks Stargazers Issues


Logo

FilaMed

O FilaMed é uma fila digital que gerencia atendimentos em consultórios de saúde.
Explore a documentação »

TestFlight · Reporte Bug · Solicite funcionalidades

Tabela de conteúdo

About The Project

O FilaMed é um aplicativo iOS desenvolvido por estudantes da Apple Developer Academy (UFPE). Nosso objetivo com ele é facilitar o processo de fila em consultórios médicos visando evitar aglomerações e espera desnecessária. O aplicativo possui é uma fila digital que te avisa a melhor hora de sair de casa para chegar pontualmente no consultório, evitando atrasos e grande tempo de espera.

Login Consultas Fila
Login Login Login

Built With

Aqui listamos as tecnologias utilizadas para a construção deste projeto

Git Flow

Add new Feature or fix a Bug

  1. Create your Feature or Fix Branch
  • git checkout -b feature/AmazingFeature
  • git checkout -b fix/AmazingFix
  1. Commit your Changes
  • git commit -m 'Feature(AmazingFeature): Add some AmazingFeature
  • git commit -m 'Fix(AmazingFix): Fixes a bug
  1. Push to the Branch
  • git push origin feature/AmazingFeature
  • git push origin fix/AmazingFix
  1. Open a Pull Request in Github's Pull request tab and fill it with the above Pull Request Template.
  2. If the Pull Request is not able to merge automatically do the following steps while on your branch:
git pull develop
  1. Solves conflicts in Xcode, and commit your changes
  2. Add reviewers to your Pull Request and wait for approval.

Pull Request Template

### Issue Name
**What I did:**

- First thing I did...

- Second thing I did...

**How to test:**

- Brief notes on how to check if the feature works correctly.

About

Fila digital para consultórios de saúde


Languages

Language:Swift 99.6%Language:Ruby 0.4%