Aplicação para gestão de agendamentos de consultas em uma clínica.

8 Open Issues Need Help Last updated: Aug 31, 2025

Open Issues Need Help

View All on GitHub
Healthcare Class about 2 months ago

AI Summary: This GitHub issue describes the task of creating a "Healthcare Class" or a system for registering healthcare professionals. It specifies the essential data fields required for each professional: name, email, CRM, and specialty.

Complexity: 1/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#

AI Summary: This issue describes the creation of a new screen for managing appointments. It needs to display a list of scheduled appointments, with the ability to filter or view them by patient and by the specific appointment details.

Complexity: 2/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#

AI Summary: This issue outlines the creation of a patient registration screen, specifying the essential fields it must include: name, email, CPF, and phone number. It's marked as a good first issue, indicating a straightforward task.

Complexity: 1/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#
Tela de login about 2 months ago

AI Summary: This issue describes the creation of a login screen. The primary requirement is to include input fields for both email and password on this screen. It is labeled as a good first issue, indicating a straightforward task.

Complexity: 1/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#
Authentication and JWT about 2 months ago

AI Summary: This issue requests the implementation of a user login feature that utilizes JSON Web Tokens (JWT) for authentication.

Complexity: 2/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#
Appointment Class about 2 months ago

AI Summary: The issue proposes creating an `Appointment` class to manage consultation bookings. Key functionalities include registering and scheduling new appointments, and providing a way to view a professional's complete schedule.

Complexity: 2/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#
User class about 2 months ago

AI Summary: This issue describes the creation of a 'User' class or model, specifically for user registration. It outlines the core attributes required: name, email, password, and role.

Complexity: 1/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#
Patient Class about 2 months ago

AI Summary: This issue requests the creation of a `Patient` class to support patient registration. The class should include essential attributes such as `nome` (name), `email`, and `cpf` (Brazilian individual taxpayer ID) for storing patient information.

Complexity: 1/5
good first issue

Aplicação para gestão de agendamentos de consultas em uma clínica.

C#