cepdnaclk / cepdnaclk/e17-6sp-Automated_Computerised_System
projects.ce.pdn.ac.lk related update requests
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
[projects.ce.pdn.ac.lk](projects.ce.pdn.ac.lk) is a fully automated website to list your projects, and we are expecting you to maintain a few things in your repository to get the maximum benefits of it.
Full Guideline: [https://projects.ce.pdn.ac.lk/docs/how-to-add-a-project/](https://projects.ce.pdn.ac.lk/docs/how-to-add-a-project/)
#### Suggestions
- Use '-' instead of '_' in your repository title
- Add a data.json file to your GitHub page, which can be accessed by, https://cepdnaclk.github.io/{your repo name}/data/index.json
This is the minimum template (you can refer to the available templates like [this](https://github.com/cepdnaclk/eYY-XXX-project-template/blob/main/docs/data/index.json):
```js
{
"title": "This is the title of the project",
"team": [
{
"name": "Team Member Name 1",
"email": "email@eng.pdn.ac.lk",
"eNumber": "E/yy/xxx"
},
{
"name": "Team Member Name 2",
"email": "email@eng.pdn.ac.lk",
"eNumber": "E/yy/xxx"
},
{
"name": "Team Member Name 3",
"email": "email@eng.pdn.ac.lk",
"eNumber": "E/yy/xxx"
}
],
"supervisors": [
{
"name": "Dr. Supervisor 1",
"email": "email@eng.pdn.ac.lk"
},
{
"name": "Supervisor 2",
"email": "email@eng.pdn.ac.lk"
}
],
"tags": ["Web", "Embedded Systems"]
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.