Open Issues Need Help
View All on GitHubMaintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
AI Summary: This issue requests the addition of a 'DECEASED' status to the existing `PetStatus` enum. The goal is to enable users to mark pets as deceased. The task involves modifying the enum, adding a new test case to cover this status, and ensuring all tests pass.
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
AI Summary: This GitHub issue reports a bug where users cannot register a new pet without providing a weight. The system currently displays a "Weight should not be empty" warning if the field is left blank. The expected behavior is for the system to default the pet's weight to 0.00 KG if the user does not input a value.
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
Maintain your pet history organized
AI Summary: This GitHub issue describes a visual bug where an unwanted white space appears at the bottom of the main menu when a user hovers over it on the home page. The expected result is for the menu to display consistently without this gap. The proposed solution involves increasing the bottom margin of the main menu to resolve the visual inconsistency.
Maintain your pet history organized
Maintain your pet history organized
AI Summary: This issue requests a simple text replacement in the codebase. The user wants to change the name of a dog vaccine from 'DA2PP' to 'C6CV' to match their internal vaccination plan, with acceptance criteria focused on verifying this name change.
Maintain your pet history organized
AI Summary: This issue requests refactoring the `PetBinder` class by extracting the functionality responsible for creating new rabies vaccines. The goal is to improve code structure by moving this logic to a more appropriate location, requiring updates to existing tests and ensuring all tests pass.
Maintain your pet history organized
Maintain your pet history organized
AI Summary: Add the 'Calupoh' dog breed to the Vetlog application's database using Flyway migrations. This ensures the breed is selectable when registering a new dog.
Maintain your pet history organized
AI Summary: Debug and fix a bug in a Spring Boot application (Vetlog) that causes a "Failed to parse multipart servlet request" error when editing pet information. The bug occurs after making changes to a pet's data and submitting the form. The task involves investigating the multipart request handling, likely related to file uploads (pet images), and correcting the issue to allow successful data updates.
Maintain your pet history organized
AI Summary: The task is to fix a translation error in the Spanish version of a pet editing page within a Spring Boot application. The 'Enviar' button currently displays as 'Enviar Consulta', which is incorrect. The fix involves correcting the label in the application's code to reflect the correct Spanish translation.
Maintain your pet history organized
AI Summary: Update several Gradle dependencies in the Vetlog Spring Boot project to their latest versions (Flyway Gradle Plugin, Spotless Plugin Gradle, Spring Cloud GCP dependencies, Mockito Kotlin) and ensure all tests pass after the update.
Maintain your pet history organized
AI Summary: Migrate an existing Spring Boot endpoint for storing pet geolocation data to a new repository (vetlog-backend). The new endpoint should use a ConcurrentHashMap for in-memory storage and include comprehensive Kotlin tests.
Maintain your pet history organized
AI Summary: Evaluate Hazelcast as a caching strategy for a Spring Boot pet management application (Vetlog) to improve the sharing of pet location data between existing and new APIs. This involves researching Hazelcast's features, creating a proof-of-concept "hello world" implementation, and documenting the findings.
Maintain your pet history organized
AI Summary: Research and evaluate open-source or community edition alternatives to Hazelcast for use as a memory cache in the Vetlog Spring Boot project. This involves creating a proof-of-concept (POC) with a chosen alternative and documenting its features and benefits compared to Hazelcast.
Maintain your pet history organized
AI Summary: Implement a feature to automatically schedule a rabies vaccination reminder one year after a vaccination is marked as 'applied' in the Vetlog Spring Boot application. This includes adding the functionality, writing unit tests for the new feature, and ensuring all tests pass. The user interface should reflect the new vaccination record after the status change.
Maintain your pet history organized
AI Summary: The task involves adjusting the CSS styling of the logo in the header of a Spring Boot application (Vetlog) to increase the bottom margin. This will improve the visual appearance of the header. The change must not break existing functionality, as confirmed by passing tests.
Maintain your pet history organized
AI Summary: Debug and fix a bug in the Vetlog Spring Boot application where editing a pet log fails when multiple pet logs exist. The error message indicates a problem retrieving the pet log by its UUID. The task involves investigating the code responsible for retrieving and updating pet logs, identifying the cause of the UUID lookup failure, and implementing a fix.
Maintain your pet history organized
AI Summary: Update the Vetlog Spring Boot project's dependencies to their latest versions: Spring Boot Framework and Gradle Plugin to 3.5.3, and Jetbrains Kotlin JVM to 2.2.0. Ensure all tests pass after the update.
Maintain your pet history organized
AI Summary: Create a CONTRIBUTING.md file for the Vetlog Spring Boot project, outlining project setup (prerequisites, YAML configuration, local execution), contribution guidelines (forking, branching, issue/PR creation), and testing/verification procedures.
Maintain your pet history organized
AI Summary: Fix a UI bug in a Spring Boot application where button text is not vertically centered. This involves inspecting the button's CSS or styling to correct the vertical alignment, likely by adjusting padding or using flexbox or grid properties.
Maintain your pet history organized
AI Summary: Debug and fix a Spring Boot application (Vetlog) where registering a second pet fails due to a null 'status' column in the database. The issue arises from a likely problem in the data persistence layer, potentially related to form submission handling or database interaction.
Maintain your pet history organized
AI Summary: The task involves modifying a Spring Boot application's database schema and code to change the `birthdate` field from `DATETIME` to `DATE`. This requires updating the database schema, removing unnecessary time appending logic, and ensuring consistent date handling throughout the application. Frontend compatibility must also be maintained.
Maintain your pet history organized
AI Summary: This task involves updating a Spring Boot application (Vetlog) to replace references to "Canine Influenza" and its Spanish translation ("Influenza Canina") with "Bordetella" in the dog vaccination plan feature. The change must be implemented without breaking existing functionality, as confirmed by passing all tests.
Maintain your pet history organized
AI Summary: Add a request header token to the show location endpoint of the Vetlog Spring Boot application to enhance security. This involves modifying the LocationController, adding a `@RequestHeader("token")` parameter, implementing token validation against a system property, and writing unit tests to ensure functionality and coverage. All tests must pass.
Maintain your pet history organized
AI Summary: Add a FeLV vaccine option to the annual vaccination plan for cats older than 16 weeks, including Spanish translation ('Leucemia felina'), ensuring all tests pass.
Maintain your pet history organized
AI Summary: Fix a bug in the Vetlog Spring Boot application where the birthdate field for a pet is not populated after updating other pet information. The task involves debugging the update functionality to ensure the birthdate field is correctly saved and displayed.
Maintain your pet history organized
AI Summary: Fix the misalignment of the main menu in the Vetlog application's Spanish language version when viewed in Firefox. The issue is browser and language-specific, requiring debugging of CSS and potentially language-specific styling to ensure proper alignment between the logo and menu.
Maintain your pet history organized
AI Summary: The task involves removing the 'dewormed' and 'vaccinated' fields from the Pet model, associated commands, database schema, and ensuring all tests pass after the changes. A Flyway migration file documenting the database modifications is also required.
Maintain your pet history organized
AI Summary: Remove the 'dewormed' and 'vaccinated' checkboxes from the pet creation and editing forms and ensure all tests pass. This is to replace these fields with more comprehensive vaccination tracking.
Maintain your pet history organized