forked from mgeide/cif-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathISSUES
More file actions
24 lines (15 loc) · 998 Bytes
/
Copy pathISSUES
File metadata and controls
24 lines (15 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
+---------------+
| ISSUES / TODO |
+---------------+
* TODO: Extend the CIF Lite query for further types of queries, such as those against "cif_recent_additions"
* TODO: Extend the CIF Lite query to the RESTful API or wrapper around the existing CIF client tool to be able
to query against the CIF Lite database schema. (Look into FF plugin, also, maybe a simple query web UI)
* TODO: Update the CIF Lite query to store searches
* TODO: Build a CIF Lite feeds script, use the table "cif_recent_additions" for quickly identifying
what is new to make appends into your blocklists.
-- Inclusion of whitelisting, etc. for feed building
-- After 48hrs expire entries from cif_recent_additions table
* TODO: Build a "conversion" script to migrate data that is already in CIF into CIF Lite
* TODO: Wrapper around cif_analytics for CIF Lite?
* TODO: Wes just pushed out CIF v1 Beta2 ... I haven't looked at this code yet to see if CIF Lite
can be integrated the same way as I did in v0.01.