Changes between Version 24 and Version 25 of Ideas
- Timestamp:
- 11/23/09 14:07:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ideas
v24 v25 5 5 * pro: less resource consumption, proper diff handling 6 6 * needs lots of rewriting 7 * One Model per Skipforward webapp (new). Many users per Skipforward webapp (done). 7 * One Model per Skipforward webapp (new). Many users per Skipforward webapp (done). Use TDB? Use named graphs for what facet? 8 8 * pro: Less resource consumption (memory/filetransfers) 9 9 * con: Syncer needs to know with whom to sync. Not trivial (what if one user moves from SF server A to SF server B?). Privacy issues (FactsDb needs to check resources it accesses against namespaces that are supposed to be visible to the user - has to trust XMPP server). 10 * use Beans instead of JSON for ST models (fix String vs. HTML escaping ugliness in the process) 10 11 * '''User interface''' 11 * Plain HTML pages for item/feature instances, just for browsing and linked data 12 * For ''Recommendation'': List of recommended items 13 * Allow annotating items via HTML pages 12 * use ST pages for linked data HTML view 13 * overview ST page for user 14 * ST navigation bar 15 * ST annotation wizard 16 * allow some simple HTML in comments (<i>,<a href=... skip=bool>) 17 * Bugs 18 * viewing a feature pointing at another "thing" gives you no way to open this thing. 19 * having to click on a thing before it can be added as a feature value is not really intuitive, and never explained. 14 20 * '''Annotating items''' 15 21 * Rules for deducing features (per-user basis, let user confirm generated feature instances) … … 34 40 * simple skipinions ontology editor - 2 weeks 35 41 * update and synchronize ontologies (and facts!) on peers - 3-8 weeks 36 * '''User interface'''37 * proper search/view/enter38 * evaluation39 * viewing a feature pointing at another "thing" gives you no way to open this thing.40 * the ST-view does not show the value of features, i.e. shows "writtenBy", but not who it was.41 * having to click on a thing before it can be added as a feature value is not really intuitive, and never explained.42 42 43 43 == Implementation details ==