Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing QAOS Module #133

Open
abhishekdelta opened this issue May 8, 2012 · 0 comments
Open

Fixing QAOS Module #133

abhishekdelta opened this issue May 8, 2012 · 0 comments

Comments

@abhishekdelta
Copy link
Member

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.

@ghost ghost assigned vshriram93 Jan 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants