mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added missign files
This commit is contained in:
parent
bd574acf65
commit
dcb36beda9
4 changed files with 218 additions and 0 deletions
27
src/data/repos.json
Normal file
27
src/data/repos.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"description": "Projekt repók. Itt megtalálod az összes projektet ami működteti az egész rendszert, és hozzá egy rövid leírást, az issues linket ahol látod az eddigi problémákat/hozzá tudsz adni újjakat, illetve linket a fejlesztési doksikhoz. Amik röviden leírások hogy hogyan kell setupolni a projektet, elindítani, debugolni, tesztelni",
|
||||
"header": [
|
||||
"Leírás",
|
||||
"GitLab",
|
||||
"Issues",
|
||||
"Devel docs"
|
||||
],
|
||||
"repos":{
|
||||
"userScriptRepo": {
|
||||
"description": "User script kliens szerverhez",
|
||||
"href": "https://gitlab.com/MrFry/moodle-test-userscript"
|
||||
},
|
||||
"expressServerRepo": {
|
||||
"description": "Szerver a userscripthez",
|
||||
"href": "https://gitlab.com/MrFry/mrfrys-node-server"
|
||||
},
|
||||
"questionClassesRepo": {
|
||||
"description": "Kérdés-válasz feldolgozó logika",
|
||||
"href": "https://gitlab.com/MrFry/question-classes"
|
||||
},
|
||||
"qminingPageRepo": {
|
||||
"description": "Qmining weboldal Next.js felülete",
|
||||
"href": "https://gitlab.com/MrFry/qmining-page"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue