By Shivam Rajput on 2017-07-07 09:52 in GSoC 17 Refactoring help screen on JDocs

Date: 04th July 2017

Time: 15:30 (UTC / GMT)

Meeting was attended by: João Reys Santos, Sandra Thevenet, Shivam Rajput, Tom Hutchison, Yves Hoppe, Peter Martin, Dimitris Grammatikogiannis

1. Finalizing the naming pattern of JSON files

  • JSON file will be having format like - “languagetag.com_content_view_layout.Json”.

  • Yves Suggested replacing URL splitting code with the PHP

              “var URLsplit = window.location.href.split('&');
                var option = URLsplit[0].split("option=")[1];
                var view = URLsplit[1].split("view=")[1];”

 

2. Deciding how we are going to alter the name of the folder over the server.

  • As Discussed the Folder name over the server will be according to the language tags. And further, the folders will be containing the JSON files of that particular languages

 

 

3. How we are going to setup the Automated Screenshots

  • Where to save.

  • How to Name them.

        Help-3x-<menu system path in lowercase separated by dashes>-{langcode}.png

  • How to import them into JDocs.

       “Webdriver is one way to grab automated screenshots” -> Selenium WebDriver?