Akadil / construction-market-tracker

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.
0 stars 0 forks source link

Retrieve data with proper filter (Ice breaker) #3

Closed Akadil closed 10 months ago

Akadil commented 10 months ago

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.

  1. One time I will need to retrieve past tenders in order to feed my database
  2. 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


Are there any subtasks for that?


Akadil commented 10 months ago

The proper filter is ion practice/gql/main_tender.py file