Skip to content

Resolve "Zeitraum für die Artikelgeneration auf das ganze Jahr 2022 ausdehnen"

Lewin Kästner requested to merge 153-improve-article-generation into master

Closes #153 (closed)

  • fixes create_articles_per_tag.delay – parameter needs to be json serializable
  • define start_date (in get_start_date()) for func, plot and article generation at just one point in the code – so you dont need to change it at multiple places/files
  • dynamically compute dates for the function's support points – so you dont need to change multiple hardcoded dates, but just the start_date
  • modified generation process to generate articles for a timeframe of 1 year from the start_date

Merge request reports