-
Notifications
You must be signed in to change notification settings - Fork 7
Description
we have 5 different data sets
- סעיפי תקציב
- העברה תקציבית
- ארגון
- תמיכה ממשלתית
- פטור ממכרז
In order to comply with the search gui we need:
All the data sets to support "כל השנים" (global date range), time ranges, and counting the possible entries
API endpoint that will return the initial data for the search that will include:
3 (or n) first entries per data set and the total number of entires on that data set
Independent endpoint per dataset to fetch more entries for a specific data set
each entry on the various data sets need to include the tree information relevant to the type of the entry
Matching:
@mushon correct me if i'm wrong, if we have a סעיף that doesn't have the keywords, but he have sub item (eg תקנה) that do match, the סעיף is also considered as a match. and its true for all of the items with hierarchy
OpenBudget/open-budget-frontend#279
I'm sure i missed a few things, lets catch them all
Some of the gui requirements might not make sense, or we are far from being able to implement them so we better find out now what is possible.