OpenBudget / BudgetKey

Opening the Israeli Budget!
https://next.obudget.org
49 stars 15 forks source link

add queries to "support critera", "tenders", "call for bids" pages #416

Open noamoss opened 4 years ago

noamoss commented 4 years ago

support critera

  1. question: כל הקולות הקוראים שפורסמו על ידי הגורם המפרסם של העמוד

    query:

    select publication_id AS מספר_הפרסום, publisher AS גורם_מפרסם, tender_id AS מספר_מכרז, description AS תיאור, decision AS מצב_החלטה, start_date AS מועד_פרסום, claim_date AS מועד_אחרון_להגשה, last_update_date AS עדכון_אחרון, page_url AS פרסום_מקורי
    from support_criteria 
    where tender_type = 'support_criteria' and publisher = [item's publisher]

    query parameters (let the user change):

    • decision
    • start_date (choose years)
    • due_date (choose years)

  1. כל העמותות והארגונים שהיתה להם התקשרות מתועדת עם הגורם המפרסם

  2. כל העמותות והארגונים שקבלו תמיכה מהגורם המפרסם

tenders

call for bids