espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
55 stars 15 forks source link

7 - Enhancement - Jobs API Across Platform #135

Closed ZaibyS closed 4 months ago

ZaibyS commented 4 months ago

Following are steps, will be working on by using the new API:

  1. Update config.py to reference a new table for the updated job search data
  2. Updated SQliteHandler.py - to create a new table based on config metrics
  3. Create new extract.py to get data from new API and save the raw results into the raw data folder
  4. create new transform.py to get transform data and save into the processed folder
  5. create new load.py to load the processed data into the the new database
  6. create a new report.py to query the data to present to the front end.
ZaibyS commented 4 months ago

@espin086 I've modified the configurations in config.py and SQliteHandler.py to integrate all metrics from the new API. Additionally, I've commenced work on extract.py.