Comprehensive web application designed to track dynamic landscape of the construction market in KZ. It provides a centralized platform to monitor participants and offers insights into ongoing and completed construction projects.
Before this, I made some tests to retrieve some data, but I have never retrieved proper and full data. This task will be done here. I don't know if I have to make it recursively to retrieve full data, because in general there will be 2 types of data retrieval.
One time I will need to retrieve past tenders in order to feed my database
And other code to retrieve live data (day to day based)
I think I have go through a making schema of data retrieval process. Although, no, this one will be ice breaker. Just retrieve full data. Then, in the future, after I create a schema, I will decompose the code into proper ones
Also, I can work with published date. All the tenders that are already finished, I don't touch. But if the tender is not in 3xx code, I check their status
Before this, I made some tests to retrieve some data, but I have never retrieved proper and full data. This task will be done here. I don't know if I have to make it recursively to retrieve full data, because in general there will be 2 types of data retrieval.
I think I have go through a making schema of data retrieval process. Although, no, this one will be ice breaker. Just retrieve full data. Then, in the future, after I create a schema, I will decompose the code into proper ones
Also, I can work with published date. All the tenders that are already finished, I don't touch. But if the tender is not in 3xx code, I check their status
Are there any subtasks for that?