{"id":21515504,"url":"https://github.com/meharehsaan/feedbacksystem","last_synced_at":"2026-04-09T01:32:23.538Z","repository":{"id":160385131,"uuid":"603371148","full_name":"meharehsaan/feedbacksystem","owner":"meharehsaan","description":"Its a secure student feedback system to the college faculty. Admin is managing all the things and monitoring the feedbacks. All entites login on the same space.","archived":false,"fork":false,"pushed_at":"2023-05-17T16:07:05.000Z","size":1445,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T12:39:18.436Z","etag":null,"topics":["css","database","html","javascript","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meharehsaan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-18T09:59:59.000Z","updated_at":"2023-08-07T04:43:51.000Z","dependencies_parsed_at":"2023-05-25T11:15:44.035Z","dependency_job_id":null,"html_url":"https://github.com/meharehsaan/feedbacksystem","commit_stats":null,"previous_names":["meharehsaan/feedbacksystem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meharehsaan/feedbacksystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meharehsaan%2Ffeedbacksystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meharehsaan%2Ffeedbacksystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meharehsaan%2Ffeedbacksystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meharehsaan%2Ffeedbacksystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meharehsaan","download_url":"https://codeload.github.com/meharehsaan/feedbacksystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meharehsaan%2Ffeedbacksystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","database","html","javascript","mysql","php"],"created_at":"2024-11-23T23:55:32.570Z","updated_at":"2026-04-09T01:32:23.517Z","avatar_url":"https://github.com/meharehsaan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"www.github.com/meharehsaan\r\n\r\n\t\u003c---------// Feedback System //---------\u003e\r\n\r\nAfter extracting from the rar file you will find database folder in FDS directry named \"database\"\r\n\r\nCreate database named fds in your localhost and upload the \"fds.sql\" placed in database folder.\r\n\r\nIn config file database is already added named \"fds\".\r\nThe FDS contains three main entities \r\n\r\n1. ADMIN\r\n2. FACULTY\r\n3. STUDENT\r\n\r\nAll the pages are secure and no one other the person permitted can excess them. Sessions are properly used to ensure these things.\r\nIf anyone wants to excess the pages or files he/she not permitted to access them then system redirects him to the \"index.php\"-The main login page.\r\n\r\n\r\n\t\u003c---------// BASIC FILES //---------\u003e\r\n\r\nBootstrap 4 is used in the project.No javascript, No Jquery is used in the project\r\nIndex.php page styling is in the file \"css/login.css\"\r\nProject styling is in the files \"css/style.php\" and \"css/mystyle.css\"\r\nUbuntu font is used in the 'index.php' file only\r\n\r\n\r\n\t\u003c---------// BASIC THINGS //---------\u003e\r\n\t\r\nUsername must be atleast 6 character and could contain spaces.\r\nPassword must be atleast 6 character.\r\nOld password can't be suddenly used again.\r\n\r\n\r\n\t\u003c---------// ADMIN RIGHTS //---------\u003e\r\n\r\nAdmin is the main person controlling each and every thing.\r\nAdmin can add faculty and student records and also delete them.\r\nAdmin can modify Faculty and student details after verifying them if any error in them or wrong entry.\r\nAdmin can see all the feedbacks coming from student and also can delete them but can't modify the feedbacks.\r\nAdmin can also change his password.\r\n\r\nADMIN credentials\r\n\t\t\t\t\t\t\t\r\nUsername : admin\r\nPassword : 2112 or 123456\r\n\r\nOr you can change password by changing hash in database which is md5()\r\n\r\n\r\n\t\u003c---------// FACULTY RIGHTS //---------\u003e\r\n\r\nFaculty person can saw feedback given by students for him/her.Faculty person can change his/her password but can't modify his profile and contact admin to modify profile details.\r\nFaculty can see his profile inculding his basic information like\r\n\r\nFaculty ID\r\nFull Name\r\nUser Name\r\nEmail\r\netc...\r\n\r\nFACULTY credentials \r\n\t\t\t\t\t\t\tits a dummy login record\r\nUsername : faculty\r\nPassword : 2112 or 123456\r\n\r\nOr you can change password by changing hash in database which is md5()\r\n\r\n\r\n\t\u003c---------// STUDENT RIGHTS //---------\u003e\r\n\r\nStudent can rate the faculty by answering some question asked by the system and then feedback added to the database.\r\nStudent can only saw his/her feedback after rating faculty.Either can't modify nor delete his/her feedback.\r\nBesides this student can also check his/her profile but can't modify it and contact admin to modify profile details.\r\nProfile contains all his/her data including \r\n\r\nCollege ID\r\nFirst Name\r\nLast Name\r\nUser Name\r\nEmail \r\nGender\r\netc...\r\n\r\nStudent can also change his/her password in dashboard.\r\n\r\nSTUDENT credentials\r\n\t\t\t\t\t\t\tits a dummy login record\r\nUsername : student\r\nPassword : 2112 or 123456\r\n\r\nOr you can change password by changing hash in database which is md5()\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeharehsaan%2Ffeedbacksystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeharehsaan%2Ffeedbacksystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeharehsaan%2Ffeedbacksystem/lists"}