Data scrapper for admissio project — university admission prediction tool.

2 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
enhancement good first issue

Data scrapper for admissio project — university admission prediction tool.

Java

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.

Complexity: 4/5
enhancement good first issue

Data scrapper for admissio project — university admission prediction tool.

Java