Skip to content

Commit

Permalink
Merge pull request #9 from chaitanyakole/new_feature
Browse files Browse the repository at this point in the history
Added new tenant and cohort filter and "add new tenant" button and role wise conditions
  • Loading branch information
gouravmore authored Dec 20, 2024
2 parents 1ca4833 + e1c0c77 commit b982e30
Show file tree
Hide file tree
Showing 13 changed files with 508 additions and 259 deletions.
12 changes: 9 additions & 3 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,9 @@
"ADD_NEW_COHORT": "Add New Cohort",
"UPDATE_COHORT": "Update Cohort",
"SEARCH_COHORT": "Search Cohort",
"DELETE_SUCCESSFULLY": "Cohort Deleted Successfully"
"DELETE_SUCCESSFULLY": "Cohort Deleted Successfully",
"ALL_STATES": "All States",
"COHORT_MEMBER": "Cohort Member"
},
"COURSE_PLANNER": {
"GRADE": "Grade",
Expand Down Expand Up @@ -422,7 +424,8 @@
"DISTRICT": "District",
"EMAIL": "Email",
"USERNAME": "Username",
"DOMAIN": "Domain"
"DOMAIN": "Domain",
"CREATE_TENANT_ADMIN": "Create Tenant Admin"
},
"WORKSPACE": {
"EDITOR_WORKSPACE": "Editor Workspace",
Expand All @@ -438,7 +441,10 @@
"FAILED_TO_DELETE:": "Failed to Delete Tenant",
"SEARCH": "Search Tenant",
"ROLE_ASSIGNED": "Role Created Successfully",
"ROLE_ASSIGNED_fAILED": "Role Assigned Failed"
"ROLE_ASSIGNED_fAILED": "Role Assigned Failed",
"TENANT_MEMBER": "Tenant Member",
"ALL_TENANTS": "All Tenants",
"ADD_NEW_TENANT_ADMIN": "Add New Tenant Admin"
},
"USER": {
"ADD_NEW_USER": "Add New User",
Expand Down
File renamed without changes.
Loading

0 comments on commit b982e30

Please sign in to comment.