The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Newer Dashboard, Soft Deletes - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: General (https://userspice.com/forums/forumdisplay.php?fid=20)
+--- Forum: UserSpice 5 - Roadmapping the Future (https://userspice.com/forums/forumdisplay.php?fid=31)
+--- Thread: Newer Dashboard, Soft Deletes (/showthread.php?tid=152)



Newer Dashboard, Soft Deletes - gabisajr - 05-31-2016

Hi,

I really like UserSpice a lot ,
What I would suggest - what if it was to use ADMIN LTE - a opensource design very clean and responsive(It is packed with styles and may layout and color options),
And on the Deleting part of things maybe a Setting for (Hard/Soft) Delete option.

How can I join the team - I would really like to be a part of development.

Kind Regards,
Musa


Newer Dashboard, Soft Deletes - gabisajr - 05-31-2016

adding to the list maybe using the function below in the init.php file over require_once for the list of files

spl_autoload_register(function($class){

});


Newer Dashboard, Soft Deletes - mudmin - 05-31-2016

I'm definitely open to Admin LTE. I had never seen it before. It looks like it came out after sb admin (which is what UserSpice uses now.

Regarding the soft delete... there are definitely pros and cons. A lot of people lean in the direction of soft deleting.
http://stackoverflow.com/questions/2549839/are-soft-deletes-a-good-idea

I'm trying to figure out which features would most benefit from soft deleting. The main thing I can think of is user accounts, which could just as easily be deactivated. Most of the other features of UserSpice in the db are primarily adding an id here or there...not storing enough data to worry about "losing it."

I totally agree on the spl_autoload_register. We had that before. It just didn't make it into 4.1.

I'll email you about joining the team!


Newer Dashboard, Soft Deletes - Ponchale - 05-31-2016

I also wanted to be part of the team.