Open Issues Need Help
View All on GitHubAI Summary: Create an "About" screen for a job offer management application. This screen should display information about the developers, version number, application description, and GitHub URL. This is a relatively simple UI task for an existing Java application.
Tarea Final de la asignatura Diseño y Programación Orientada a Objetos. Programa de gestión de ofertas de empleo
AI Summary: Implement two missing reports in `ReportsHomeScreen.java` for a Java employment agency management program. The reports' specific content needs to be determined and implemented based on the existing system's data (companies, job offers, candidates, interviews).
Tarea Final de la asignatura Diseño y Programación Orientada a Objetos. Programa de gestión de ofertas de empleo
AI Summary: The task involves modifying a Java program for managing job offers to remove the automatic interview scheduling feature. The current system automatically schedules interviews when a candidate and job offer match. The update requires creating a full Create, Read, Update, and Delete (CRUD) functionality for managing interviews within the candidate management window, eliminating the automatic assignment logic found in Agency.java lines 113-117 and 136-142.
Tarea Final de la asignatura Diseño y Programación Orientada a Objetos. Programa de gestión de ofertas de empleo
AI Summary: Refactor the Java application to move the Create, Read, Update, and Delete (CRUD) functionality for job offers from the `OffersManagerScreen.java` class to the `CompanyManagerScreen.java` class. This change ensures that each company manages its own job offers only when selected, improving the application's organization and user experience.
Tarea Final de la asignatura Diseño y Programación Orientada a Objetos. Programa de gestión de ofertas de empleo