mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 09:27:32 +00:00
20 lines
471 B
JSON
20 lines
471 B
JSON
|
|
{
|
||
|
|
"name": "Student management system",
|
||
|
|
"description": "Centralize student data management, including grades, attendance, and communications, for improved efficiency and accessibility.",
|
||
|
|
"widgets": [
|
||
|
|
"Table",
|
||
|
|
"Container"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "ToolJet Database",
|
||
|
|
"id": "tooljetdb"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "student-management-system",
|
||
|
|
"category": "educational-technology"
|
||
|
|
}
|