Subversion Repositories oidplus

Rev

Rev 1178 | Rev 1180 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1178 Rev 1179
Line 39... Line 39...
39
 
39
 
40
Recently added TODO entries:
40
Recently added TODO entries:
41
- should all country codes (even unused) in 1.2 and 2.16 be added to the wellknown list?
41
- should all country codes (even unused) in 1.2 and 2.16 be added to the wellknown list?
42
- "Decoding" section (tech info) at OID nodes, e.g. the AID decoder, should this be a scrolling <pre> block instead of a <code> block? (For mobile devices)
42
- "Decoding" section (tech info) at OID nodes, e.g. the AID decoder, should this be a scrolling <pre> block instead of a <code> block? (For mobile devices)
43
- problem: if an identical class file (with same namespace) is placed in two plugin folders, then the oidplus autoloader will include both, which will cause a fatal error
43
- problem: if an identical class file (with same namespace) is placed in two plugin folders, then the oidplus autoloader will include both, which will cause a fatal error
44
- oidplus dependency system (dependency plugin oid in manifest)
44
- oidplus docker image?
45
 
45
 
46
Databases:
46
Databases:
47
- Let plugins create tables for all DBMS by including a "create table" function with abstract types in the SQL slang plugins (similar to Medoo)
47
- Let plugins create tables for all DBMS by including a "create table" function with abstract types in the SQL slang plugins (similar to Medoo)
48
 
48
 
49
Ideas
49
Ideas
Line 243... Line 243...
243
	   Having a ViaThinkSoft OID there might get the user confused because they could think that the
243
	   Having a ViaThinkSoft OID there might get the user confused because they could think that the
244
	   page is a OID page request for that OID instead of a plugin page.
244
	   page is a OID page request for that OID instead of a plugin page.
245
	b) Vendors should use something like "?goto=oidplus:com.example...."
245
	b) Vendors should use something like "?goto=oidplus:com.example...."
246
- AID Plugin: When aid_decoder.inc.php finds a mistake, should we forbid to create the AID?
246
- AID Plugin: When aid_decoder.inc.php finds a mistake, should we forbid to create the AID?
247
	=> Rejected. Some companies might already use invalid identifiers.
247
	=> Rejected. Some companies might already use invalid identifiers.
-
 
248
- oidplus dependency system (dependency plugin oid in manifest) => Rejected. Check dependencies in the init() method of a plugin.
248
 
249
 
249
LOGS
250
LOGS
250
- prune logs entries? automatically prune things like "logged in" but not prune OID changes, etc?
251
- prune logs entries? automatically prune things like "logged in" but not prune OID changes, etc?
251
- admin logs: don't show all logs. load more log entries as soon as the page is scrolled down
252
- admin logs: don't show all logs. load more log entries as soon as the page is scrolled down
252
- when user changed email from "A" => "B", then all previous log events for "A" are not visible for "B" anymore!
253
- when user changed email from "A" => "B", then all previous log events for "A" are not visible for "B" anymore!