I have prepared the issues related to this work. There are 5 issues in total. I will create a branch named irc-research
for the contributors to send us PRs. When all the issues are fixed we can merge this branch to the main branch. I will also update our pr-preview workflow to create pr-preview links on pull-request for this new branch as well. So we can have a look at these PRs as well.
----ISSUE 01----
IRC PAGE IMPROVEMENT
The research section of the IRC page needs to be revised with a new design. This isssue is regarding a feature of the research section of the IRC page. When you are sending the PR please send the PR to the irc-research
branch.
Description of the solution
Please refer to the wireframe of this section.
We need to create the basic design using HTML, CSS and bootstrap according to this wireframe. If we divide this section horizontally in to three sections, the 1st section(left side section) is used to filter the research areas of the researchers. The 2nd section and the 3rd section can be used to create the individual cards of the researchers.
How to develop
- Currently the
irc.html
is on the root of the repository and a new directory called irc
needs to be created. Then the irc.html
file should be moved into that directory.
- When developing this section, use bootstrap grids. This will be usefull to divide the section into 3 sections.
- Use the cards which we have used in other pages(have a look on the index.html page
Our projects
section)
- Create an image directory under the
irc
directory to maintain the images for this section
- The functionality is of this section is not expected in this issue. Only the design is needed.
- Hard coding the values will be more than enough. No need to worry about data handling
Additional context
If you need any clarifications please use the SEF-Discourse thread to discuss.
----ISSUE 02----
IRC PAGE IMPROVEMENT
The research section of the IRC page needs to be revised with a new design. This isssue is regarding a feature of the research section of the IRC page. When you are sending the PR please send the PR to the irc-research
branch.
Description of the solution
Please refer to the wireframe of this section.
This section is hardcoded with values. Please check issue #. It is mandatory that this section should be dynamically loaded into the website. For the time being a JSON file can be maintained to handle the data.
How to develop
- Create the JSON file called
irc.json
under assets/content/json/
- The only expectation is to load the cards dynamically into the
Researchers
section.
Additional context
If you need any clarifications please use the SEF-Discourse thread to discuss.
----ISSUE 03----
IRC PAGE IMPROVEMENT
The research section of the IRC page needs to be revised with a new design. This isssue is regarding a feature of the research section of the IRC page. When you are sending the PR please send the PR to the irc-research
branch.
Description of the solution
Please refer to the wireframe of this section.
The checkbox functionality should come into alive in this issue. When a checkbox is selected only the appropriate researchers with the suitable research area should be poped.
How to develop
- Use the
irc.json
under assets/content/json/
to develop this functionality.
- Check Scholarx mentors section and have alook look how the filtering works there.
Additional context
If you need any clarifications please use the SEF-Discourse thread to discuss.
----ISSUE 04----
IRC PAGE IMPROVEMENT
The research section of the IRC page needs to be revised with a new design. This isssue is regarding a feature of the research section of the IRC page. When you are sending the PR please send the PR to the irc-research
branch.
Description of the solution
Please refer to the wireframe of this section.
The individual researcher should be loaded on a card when a perticular card is selected.
How to develop
- Use the
irc.json
under assets/content/json/
to develop this functionality.
- We can use an index number for each researcher in the JSON file.
- When a card is selected the index number of the selected card can be used to load the data on the individual card.
Additional context
If you need any clarifications please use the SEF-Discourse thread to discuss.
----ISSUE 05----
IRC PAGE IMPROVEMENT
The research section of the IRC page needs to be revised with a new design. This isssue is regarding a feature of the research section of the IRC page. When you are sending the PR please send the PR to the irc-research
branch.
Description of the solution
The images and the JSON file can be replaced with Cloudinary and with the Excel sheet.
How to develop
- The existing work on the master branch can be used for this task. Check the irc.htmlfile to see how to use this original source.
Additional context
If you need any clarifications please use the SEF-Discourse thread to discuss.