-
Notifications
You must be signed in to change notification settings - Fork 189
Brainhack MTL 2015: Acknowledgement Generator #1489
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
Conversation
Current coverage is
|
SQL/0000-00-02-Menus.sql
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would probably make more sense to put this under "Tools" instead of another top level menu with 1 item. (Also, there's 2 semicolons here.
7566510 to
1c3daae
Compare
SQL/2016-01-18-Acknowledgements.sql
Outdated
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||
|
|
||
| INSERT INTO LorisMenu (Label, OrderNumber) VALUES ('Acknowledgements', 7); | ||
| INSERT INTO LorisMenu (Label, Link, Parent, OrderNumber) VALUES ('Acknowledgements','main.php?test_name=acknowledgements', (SELECT ID FROM LorisMenu as L WHERE Label='Acknowledgements'), 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure use "main.php" here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Will fix, thanks!
Went through the process of developing a completely new module for LORIS from scratch. The purpose of the Acknowledgement Generator is to aid in dynamically generating an appropriate list of people to acknowledge for any given publication.
There wasn't enough time to do any crazy hacking so many improvements can be made. Nonetheless it is a working prototype.