Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaurangShukla/college-management-react
/ functions
Functions
221 in github.com/GaurangShukla/college-management-react
⨍
Functions
221
◇
Types & classes
73
Function
constructor
(props)
client/src/App.js:20
Function
constructor
(props, context)
client/src/components/EnhancedTable.js:59
Function
constructor
(props)
client/src/components/DialogChangePwd.js:25
Function
constructor
(props)
client/src/components/DialogChangePwdAdmin.js:25
Function
constructor
(props)
client/src/pages/StudentEdit.js:57
Method
constructor
(props)
client/src/pages/Login.js:32
Method
constructor
(props)
client/src/pages/UserList.js:37
Method
constructor
(props)
client/src/pages/CourseList.js:45
Method
constructor
(props)
client/src/pages/ExamList.js:45
Method
constructor
(props)
client/src/pages/ExamEdit.js:64
Method
constructor
(props)
client/src/pages/Profile.js:34
Method
constructor
(props)
client/src/pages/CourseEdit.js:56
Method
constructor
(props)
client/src/pages/TeacherEdit.js:56
Method
constructor
(props)
client/src/pages/TeacherList.js:45
Method
constructor
(props)
client/src/pages/UserEdit.js:40
Method
constructor
(props)
client/src/pages/StudentList.js:45
Method
constructor
()
server/classes/ErrorManager.js:5
Method
constructor
()
server/classes/Server.js:40
Method
constructor
()
server/classes/Database_Test_db.js:19
Method
constructor
(message = v.message, status = v.status)
server/classes/Errors.js:11
Method
constructor
()
server/classes/Logger.js:8
Method
constructor
* Construct parent class * * @param {string} message - Message string to display to user * @param {string} name - Error name * @param {num
server/classes/SafeError.js:14
Method
convertClassToFnArray
(myClass)
client/src/utils/utils.js:3
Function
courseEditReducer
(state = initialState, action)
client/src/redux/reducers/CourseEditReducer.js:10
Function
courseListReducer
(state = initialState, action)
client/src/redux/reducers/CourseListReducer.js:10
Function
create
* courseModel.create * @description CRUD ACTION create *
server/models/Test_db/generated/CourseModelGenerated.js:74
Function
create
* teacherModel.create * @description CRUD ACTION create *
server/models/Test_db/generated/TeacherModelGenerated.js:74
Function
create
* UserModel.create * @description CRUD ACTION create *
server/models/Test_db/generated/UserModelGenerated.js:79
Function
create
* examModel.create * @description CRUD ACTION create *
server/models/Test_db/generated/ExamModelGenerated.js:79
Function
create
* studentModel.create * @description CRUD ACTION create *
server/models/Test_db/generated/StudentModelGenerated.js:78
Method
debug
(...args)
server/classes/Logger.js:43
Function
delete
* courseModel.delete * @description CRUD ACTION delete * @param ObjectId id Id *
server/models/Test_db/generated/CourseModelGenerated.js:85
Function
delete
* teacherModel.delete * @description CRUD ACTION delete * @param ObjectId id Id *
server/models/Test_db/generated/TeacherModelGenerated.js:85
Function
delete
* UserModel.delete * @description CRUD ACTION delete * @param ObjectId id Id *
server/models/Test_db/generated/UserModelGenerated.js:90
Function
delete
* examModel.delete * @description CRUD ACTION delete * @param ObjectId id Id *
server/models/Test_db/generated/ExamModelGenerated.js:90
Function
delete
* studentModel.delete * @description CRUD ACTION delete * @param ObjectId id Id *
server/models/Test_db/generated/StudentModelGenerated.js:89
Method
delete
(id)
client/src/pages/CourseList.js:58
Method
delete
(id)
client/src/pages/ExamList.js:58
Method
delete
(id)
client/src/pages/TeacherList.js:58
Method
delete
(id)
client/src/pages/StudentList.js:58
Function
examEditReducer
(state = initialState, action)
client/src/redux/reducers/ExamEditReducer.js:10
Function
examListReducer
(state = initialState, action)
client/src/redux/reducers/ExamListReducer.js:10
Method
expressMiddleware
(req, res, next)
server/classes/Logger.js:56
Function
findBy_course
* examModel.findBy_course * @description CRUD ACTION findBy_course * @param Objectid key Id of model to search for *
server/models/Test_db/generated/ExamModelGenerated.js:100
Function
findBy_courses
* teacherModel.findBy_courses * @description CRUD ACTION findBy_courses * @param Objectid key Id of model to search for *
server/models/Test_db/generated/TeacherModelGenerated.js:95
Function
findBy_courses
* studentModel.findBy_courses * @description CRUD ACTION findBy_courses * @param Objectid key Id of model to search for *
server/models/Test_db/generated/StudentModelGenerated.js:99
Method
findBy_courses
* studentService.findBy_courses * @description CRUD ACTION findBy_courses * @param Objectid key Id of model to search for *
client/src/api/generated/StudentApiGenerated.js:50
Function
findBy_student
* examModel.findBy_student * @description CRUD ACTION findBy_student * @param Objectid key Id of model to search for *
server/models/Test_db/generated/ExamModelGenerated.js:110
Function
findBy_teacher
* examModel.findBy_teacher * @description CRUD ACTION findBy_teacher * @param Objectid key Id of model to search for *
server/models/Test_db/generated/ExamModelGenerated.js:120
Function
get
* courseModel.get * @description CRUD ACTION get * @param ObjectId id Id resource *
server/models/Test_db/generated/CourseModelGenerated.js:95
Function
get
* teacherModel.get * @description CRUD ACTION get * @param ObjectId id Id resource *
server/models/Test_db/generated/TeacherModelGenerated.js:105
Function
get
* UserModel.get * @description CRUD ACTION get * @param ObjectId id Id resource *
server/models/Test_db/generated/UserModelGenerated.js:100
Function
get
* examModel.get * @description CRUD ACTION get * @param ObjectId id Id resource *
server/models/Test_db/generated/ExamModelGenerated.js:130
Function
get
* studentModel.get * @description CRUD ACTION get * @param ObjectId id Id resource *
server/models/Test_db/generated/StudentModelGenerated.js:109
Method
handleChange
(model, event)
client/src/utils/utils.js:15
Method
handleChangeCheck
(model, key, event)
client/src/utils/utils.js:28
Method
handleChangeDate
(model, key, value)
client/src/utils/utils.js:53
Method
handleChangeSelect
(model, event)
client/src/utils/utils.js:40
Function
init
* Init schema
server/models/Test_db/generated/CourseModelGenerated.js:13
Function
init
* Init schema
server/models/Test_db/generated/TeacherModelGenerated.js:13
Function
init
* Init schema
server/models/Test_db/generated/UserModelGenerated.js:13
Function
init
* Init schema
server/models/Test_db/generated/ExamModelGenerated.js:13
Function
init
* Init schema
server/models/Test_db/generated/StudentModelGenerated.js:13
Method
init
* Init database
server/classes/Database_Test_db.js:24
Function
initSecurity
server/security/SecurityManager.js:57
Method
isAuth
* Check if role array is auth
client/src/security/SecurityService.js:62
Function
list
* courseModel.list * @description CRUD ACTION list *
server/models/Test_db/generated/CourseModelGenerated.js:104
Function
list
* teacherModel.list * @description CRUD ACTION list *
server/models/Test_db/generated/TeacherModelGenerated.js:114
Function
list
* UserModel.list * @description CRUD ACTION list *
server/models/Test_db/generated/UserModelGenerated.js:109
Function
list
* examModel.list * @description CRUD ACTION list *
server/models/Test_db/generated/ExamModelGenerated.js:139
Function
list
* studentModel.list * @description CRUD ACTION list *
server/models/Test_db/generated/StudentModelGenerated.js:118
Method
login
* UserService.login * @description login *
client/src/api/UserApi.js:31
Function
mapDispatchToProps
(dispatch)
client/src/pages/Home.js:48
Function
mapDispatchToProps
(dispatch)
client/src/pages/UserList.js:159
Function
mapDispatchToProps
(dispatch)
client/src/pages/CourseList.js:137
Function
mapDispatchToProps
(dispatch)
client/src/pages/ExamList.js:151
Function
mapDispatchToProps
(dispatch)
client/src/pages/TeacherList.js:144
Function
mapDispatchToProps
(dispatch)
client/src/pages/StudentList.js:151
Function
mapStateToProps
(state, ownProps)
client/src/pages/Home.js:60
Function
mapStateToProps
(state, ownProps)
client/src/pages/UserList.js:171
Function
mapStateToProps
(state, ownProps)
client/src/pages/CourseList.js:149
Function
mapStateToProps
(state, ownProps)
client/src/pages/ExamList.js:163
Function
mapStateToProps
(state, ownProps)
client/src/pages/TeacherList.js:156
Function
mapStateToProps
(state, ownProps)
client/src/pages/StudentList.js:163
Method
openDialogChangePwd
()
client/src/pages/Profile.js:57
Method
openDialogChangePwd
()
client/src/pages/UserEdit.js:64
Method
removeRole
(i, event)
client/src/pages/UserEdit.js:109
Method
render
()
client/src/components/EnhancedTableHead.js:16
Method
render
()
client/src/components/Footer.js:4
Method
render
()
client/src/pages/Home.js:21
Method
render
()
client/src/pages/Login.js:84
Method
render
()
client/src/pages/UserList.js:66
Method
render
()
client/src/pages/CourseList.js:74
Method
render
()
client/src/pages/ExamList.js:74
Method
render
()
client/src/pages/ExamEdit.js:104
Method
render
()
client/src/pages/Profile.js:72
Method
render
()
client/src/pages/CourseEdit.js:96
Method
render
()
client/src/pages/TeacherEdit.js:95
Method
render
()
client/src/pages/TeacherList.js:74
Method
render
()
client/src/pages/UserEdit.js:116
← previous
next →
101–200 of 221, ranked by callers