Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

save marks API V2 #262

Open
wants to merge 5 commits into
base: v1-develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions v1.0/backend/data/brands.json

Large diffs are not rendered by default.

408 changes: 204 additions & 204 deletions v1.0/backend/data/classes.json

Large diffs are not rendered by default.

4,392 changes: 2,196 additions & 2,196 deletions v1.0/backend/data/exams.json

Large diffs are not rendered by default.

190 changes: 95 additions & 95 deletions v1.0/backend/data/rois.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions v1.0/backend/data/schools.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "Dummy school 1",
"schoolId": "u001",
"orgId": "u001",
"password": "tarento@123",
"state": "up",
"autoSync": false,
Expand All @@ -12,7 +12,7 @@
},
{
"name": "Dummy school 2",
"schoolId": "od001",
"orgId": "od001",
"password": "tarento@123",
"state": "odisha",
"autoSync": false,
Expand All @@ -23,7 +23,7 @@
},
{
"name": "Dummy school 3",
"schoolId": "demouser",
"orgId": "demouser",
"password": "Demo@123",
"state": "gujrat",
"autoSync": false,
Expand All @@ -33,7 +33,7 @@
},
{
"name": "Dummy school 4",
"schoolId": "u002",
"orgId": "u002",
"password": "tarento@123",
"autoSync": true,
"autoSyncFrequency": 900000,
Expand All @@ -44,7 +44,7 @@
},
{
"name": "Dummy Skill School",
"schoolId": "skill001",
"orgId": "skill001",
"password": "skill@123",
"state": "karnataka",
"autoSyncFrequency": 600000,
Expand All @@ -53,7 +53,7 @@
},
{
"name": "Dummy school 5",
"schoolId": "a001",
"orgId": "a001",
"password": "tarento@123",
"state": "assam",
"autoSyncFrequency": 600000,
Expand All @@ -62,7 +62,7 @@
},
{
"name": "Dummy Organization",
"schoolId": "m001",
"orgId": "m001",
"password": "tarento@123",
"state": "mp",
"autoSync": false,
Expand All @@ -73,7 +73,7 @@
},
{
"name": "Ps Vishnupura",
"schoolId": "09670702901",
"orgId": "09670702901",
"password": "tarento@123",
"state": "up",
"autoSync": false,
Expand All @@ -84,7 +84,7 @@
},
{
"name": "Ps Phoolpur",
"schoolId": "09670703101",
"orgId": "09670703101",
"password": "tarento@123",
"state": "up",
"autoSync": false,
Expand Down
Loading