Prism: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "==Prism todos== * We now use a item library that allows unique key based references * There could still be items with repairlevel that would not be indexed correctly in the i...")
 
Line 2: Line 2:


* We now use a item library that allows unique key based references
* We now use a item library that allows unique key based references
* There could still be items with repairlevel that would not be indexed correctly in the itemlib. Prism would need to store libid, amount, repairlevel...more?
* There could still be items with repairlevel that would not be indexed correctly in the itemlib. Prism would need to store libid, amount, repairlevel...more? (books)
* Changing all code to support LibIds will force rewriting nearly every part of the plugin -> ditch mysql for postres or couchbase if possible
* Changing all code to support LibIds will force rewriting nearly every part of the plugin -> ditch mysql for postres or couchbase if possible

Revision as of 00:31, 14 March 2020

Prism todos

  • We now use a item library that allows unique key based references
  • There could still be items with repairlevel that would not be indexed correctly in the itemlib. Prism would need to store libid, amount, repairlevel...more? (books)
  • Changing all code to support LibIds will force rewriting nearly every part of the plugin -> ditch mysql for postres or couchbase if possible