Open Issues Need Help
View All on GitHubAI Summary: Create two Flyway migrations for a university admission prediction tool. The first migration should populate a 'University' table with the top 10 Ukrainian universities (data can be sourced from dou.ua). The second migration should populate a 'Major' table with specialties from an IT faculty or similar. This involves setting up Flyway migrations in a Spring Boot Java project and writing SQL scripts for data insertion.
Data scrapper for admissio project — university admission prediction tool.
AI Summary: This task involves building a data scraper for a university admission prediction tool. It requires creating Flyway migrations to populate a database with university and major data, building scrapers to collect offer and application data from vstup.edbo, and implementing scheduled tasks to automate the scraping process. The scrapers should handle potential CORS issues and prevent duplicate entries. The project uses Java, Spring Boot, and potentially Selenium or Jsoup.
Data scrapper for admissio project — university admission prediction tool.