Updated TODO list

parent 97d18005
This is a very rough plan for this plugin This is a very rough plan for this plugin
based on the ideas i planned for www.sexhack.me: based on the ideas I planned for www.sexhack.me:
- Version 0.0.2: - Version 0.0.2:
...@@ -35,16 +35,31 @@ based on the ideas i planned for www.sexhack.me: ...@@ -35,16 +35,31 @@ based on the ideas i planned for www.sexhack.me:
* Write new smartcontract for automation of instant and scheduled payout to models * Write new smartcontract for automation of instant and scheduled payout to models
* Write new NFTs login system, remove Unlock Protocol dependency * Write new NFTs login system, remove Unlock Protocol dependency
* More social features * More social features
* Scalability: explore/support object storage support, distributed web support
* Scalability: better caching support * Scalability: better caching support
* Scalability: reduce DB/Storage queries with better use of sessions * Scalability: reduce DB/Storage queries with better use of sessions
* Web site performances: move content to ajax calls for lower data exchange and less requests * Web site performances: move content to ajax calls for lower data exchange and less requests
* Considering to remove Woocommerce and create internal system for payments and downloads * Considering to remove Woocommerce and create internal system for payments and downloads
* IPFS Support for data storage?
* General cleanup for privacy * General cleanup for privacy
* Integrate the plugin "Multipurpose Confirmation Alert" or similar
* User forums
* Internal chat/messaging system
- Version 2.0.0: - Version 2.0.0:
* More and better VR Support * More and better VR Support
* Split database out, abstract and support multiple backends
* Live camming FLAT
* IPFS Support for data storage?
* Scalability: explore/support object storage support, distributed web support
* Internal Videochat
- Version 3.0.0
* Live camming (VR)
* Cellphone App
- Version 4.0.0
* Remote sex toys (also in VR)
-------------------------------------- --------------------------------------
SPARSE NOTES SPARSE NOTES
......
...@@ -54,7 +54,7 @@ if(!class_exists('SH_Query')) { ...@@ -54,7 +54,7 @@ if(!class_exists('SH_Query')) {
$count++; $count++;
} }
if($video->id || (is_long($video->id) && $video->id > 0)) if(($video->id) && (is_long($video->id) && $video->id > 0))
{ {
// Save an already existing video entry // Save an already existing video entry
$sql = "UPDATE {$wpdb->prefix}".SH_PREFIX."videos SET $sql = "UPDATE {$wpdb->prefix}".SH_PREFIX."videos SET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment