Open Issues Need Help
View All on GitHubAI 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.
Aplicação para gestão de agendamentos de consultas em uma clínica.
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.
Aplicação para gestão de agendamentos de consultas em uma clínica.
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.
Aplicação para gestão de agendamentos de consultas em uma clínica.
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.
Aplicação para gestão de agendamentos de consultas em uma clínica.
AI Summary: This issue requests the implementation of a user login feature that utilizes JSON Web Tokens (JWT) for authentication.
Aplicação para gestão de agendamentos de consultas em uma clínica.
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.
Aplicação para gestão de agendamentos de consultas em uma clínica.
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.
Aplicação para gestão de agendamentos de consultas em uma clínica.
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.
Aplicação para gestão de agendamentos de consultas em uma clínica.