Add a new feature of exploring relationship type for multiple pages
yashi2016-11-09 17:40
Adding a new feature in Yioop which lets user explore multiple pages related with a particular relationship type.
Steps to reproduce:
1.Go to Yioop Home Page->Manage Groups->Choose Group->Click Wiki
2. In the drop down, CHoose 'What relates to this page'
3. On the displayed page, click any relationship type seen.
4. In the results, click on any other page to explore its relationship to other wiki pages for that particular relationship type.
yashi2016-11-09 20:21
Hello Professor,
I have added the patch with all changes that we had discussed in our weekly meeting today. Please review it.
Thank you.
Regards,
Yashi
administrator2016-11-18 23:15
Hey Yashi,
I took a quick look at your patch and it looks good. I will try to apply it over this weekend.
Best,
Chris
yashi2016-12-09 23:54
Hello Professor,
I think this patch has been applied. If so, please update the status to Resolved. Thank you.
Regards,
Yashi
administrator2016-12-10 12:56
The patch is applied, but in my testing the code is still not completely working.
I am leaving this open while I track down issues. One issue was that it was not handling page names that involved spaces correctly. I've fixed that. There is a another issue in that it allows duplicate links because there are no primary keys on the two tables being used to maintain relationships. I am working to fix that issue.
yashi2016-12-10 14:02
Hello Professor,
Thank you for your response. If there is anything that I could help you with, please let me know. Thank you so much.
Regards,
Yashi
administrator2016-12-18 20:58
Fixed before 8652f44. Thanks for all your hard work Yashi!
Adding a new feature in Yioop which lets user explore multiple pages related with a particular relationship type.
Steps to reproduce: 1.Go to Yioop Home Page->Manage Groups->Choose Group->Click Wiki 2. In the drop down, CHoose 'What relates to this page' 3. On the displayed page, click any relationship type seen. 4. In the results, click on any other page to explore its relationship to other wiki pages for that particular relationship type.
Hello Professor,
I have added the patch with all changes that we had discussed in our weekly meeting today. Please review it.
Thank you. Regards, Yashi
Hey Yashi,
I took a quick look at your patch and it looks good. I will try to apply it over this weekend.
Best, Chris
Hello Professor,
I think this patch has been applied. If so, please update the status to Resolved. Thank you.
Regards, Yashi
The patch is applied, but in my testing the code is still not completely working. I am leaving this open while I track down issues. One issue was that it was not handling page names that involved spaces correctly. I've fixed that. There is a another issue in that it allows duplicate links because there are no primary keys on the two tables being used to maintain relationships. I am working to fix that issue.
Hello Professor, Thank you for your response. If there is anything that I could help you with, please let me know. Thank you so much.
Regards, Yashi
Fixed before 8652f44. Thanks for all your hard work Yashi!
Attachments:
CS298Del2.patch
Del02CS298Version2.patch