sethshivam11 / campus-space

Campus Space is a MERN stack project with TypeScript & Tailwind CSS. Admins manage timetables, teacher absences, & rooms. Students & teachers view timetables, vacant rooms, & teacher absences. Teachers can book rooms for classes. Efficient college resource management.
https://campus-space.onrender.com
MIT License
17 stars 24 forks source link

Update Room in the frontend #32

Closed sethshivam11 closed 2 months ago

sethshivam11 commented 4 months ago

Implement an edit button just before the delete button on the /admin/addroom route.

Expected behavior: When a user clicks the edit button, a dialog box opens with a form having all the details which were before and at the end there are two buttons Save and Cancel. Clicking on cancel button just closes the dialog box. Clicking on Save button opens a fetch request.

Implementation:

Sibam-Paul commented 4 months ago

@sethshivam11 I wanna work on this issue please assign me this

Sibam-Paul commented 4 months ago

@Arghadip-Chatterjee can u please help me

Arghadip-Chatterjee commented 4 months ago

@Sibam-Paul Yeah Sure, Tell me Your Doubt ?

Sibam-Paul commented 4 months ago

@Arghadip-Chatterjee Yes

Sibam-Paul commented 4 months ago

@sethshivam11 can u give me the credentials for the admin page as unable to debug it without the page

sethshivam11 commented 4 months ago

Sorry I can't provide you admin credentials, but you can do that locally in your PC by adding the below document in the MongoDB:

{
  "fullName": "Admin",
  "email": "admin@gmail.com",
  "password": "$2a$12$qQV9zrPmL12XtobmJGs/ButihDL6svtvs3rlgq.FZkUdjXCLQfW6S",
  "isAdmin": true,
  "isAbsent": false,
}

The password is 123456

Sibam-Paul commented 4 months ago

@sethshivam11 thanks

sethshivam11 commented 3 months ago

@Sibam-Paul Are you on it?

Sibam-Paul commented 3 months ago

Yes I had exams now it ended will start working on it @sethshivam11

sethshivam11 commented 3 months ago

@Sibam-Paul Its okay, My exams are also going on.

Sid-80 commented 3 months ago

@sethshivam11 Heyy!!, there is no activity since two weeks. I am willing to work on this issue