You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module lets you create an organisational tree structure for your organisation and rate people on certail parameters. You can have a parent-child relationship which can be defined by the admin user.
A demonstration of this can be seen at http://www.pragyan.org/08/home/qaos/
The QAOS module is already written to some extent and its working also but not perfectly well and many features are incomplete. The tree isn't displayed like its displaying in the demonstration neither the score feature is working. Also some critical functions like createModule and copyModule and deleteModule are incomplete/unwritten.
The taker of this ticket may even decide to completely rewrite the module from scratch taking inspiration/help from the existing code or the demonstration on the link given above.
Currently the QAOS module is removed from Pragyan CMS Create Child Page. To start working you would need it back for testing and creating instances of QAOS module to work on. To add it back, simply add the following lines in INSTALL/pragyan_inserts.sql under the permissionlist table :
('qaos', 'create', 'Create', 0, 'Create the QAOS module'),
('qaos', 'view', 'View', 0, 'View QAOS'),
('qaos', 'edit', 'Edit', 0, 'Edit QAOS'),
('qaos', 'qaosadmin', 'Qaos Admin', 1, 'Admin the QAOS'),
('qaos', 'score', 'Score', 2, 'Score the QAOS')
And then reinstall the CMS. If you're using Linux, you can execute the script in scripts/uninstall.sh like :
sh scripts/uninstall.sh
to uninstall. Otherwise, reinstall from a fresh copy after doing the above change.
The text was updated successfully, but these errors were encountered:
This module lets you create an organisational tree structure for your organisation and rate people on certail parameters. You can have a parent-child relationship which can be defined by the admin user.
A demonstration of this can be seen at http://www.pragyan.org/08/home/qaos/
The QAOS module is already written to some extent and its working also but not perfectly well and many features are incomplete. The tree isn't displayed like its displaying in the demonstration neither the score feature is working. Also some critical functions like createModule and copyModule and deleteModule are incomplete/unwritten.
The taker of this ticket may even decide to completely rewrite the module from scratch taking inspiration/help from the existing code or the demonstration on the link given above.
Currently the QAOS module is removed from Pragyan CMS Create Child Page. To start working you would need it back for testing and creating instances of QAOS module to work on. To add it back, simply add the following lines in INSTALL/pragyan_inserts.sql under the permissionlist table :
('qaos', 'create', 'Create', 0, 'Create the QAOS module'),
('qaos', 'view', 'View', 0, 'View QAOS'),
('qaos', 'edit', 'Edit', 0, 'Edit QAOS'),
('qaos', 'qaosadmin', 'Qaos Admin', 1, 'Admin the QAOS'),
('qaos', 'score', 'Score', 2, 'Score the QAOS')
And then reinstall the CMS. If you're using Linux, you can execute the script in scripts/uninstall.sh like :
The text was updated successfully, but these errors were encountered: