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
16 stars 30 forks source link

Add Datesheet Section #59

Open Rags-Mishra opened 1 month ago

Rags-Mishra commented 1 month ago

Is your feature request related to a problem? Please describe. Not an issue but kind of an addition to the site. One feature that can be used here is a date sheet for the nearest examination.

Describe the solution you'd like I was thinking that instead of keeping it simple as a table with dates and timings, one could utilize calendar by various libraries. One that I saw is FullCalender It will look as such-

Kindly assign me this issue under GSSOC'24

sethshivam11 commented 1 month ago

@Rags-Mishra yes, I was also thinking of implementing this.

sethshivam11 commented 1 month ago

@Rags-Mishra can you please do that for the timetable page as well by showing the timetable in the format suggested by you.

Rags-Mishra commented 1 month ago

Okay! I will do that. But the time table is on a daily basis, how will it be represented in a calendar?

On Tue, 11 Jun 2024 at 11:32, Shivam Soni @.***> wrote:

@Rags-Mishra https://github.com/Rags-Mishra can you please do that for the timetable page as well by showing the timetable in the format suggested by you.

— Reply to this email directly, view it on GitHub https://github.com/sethshivam11/campus-space/issues/59#issuecomment-2159862032, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATZJQKZNIHQCHQOYJKKUMLDZG2HFRAVCNFSM6AAAAABJA37ETSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJZHA3DEMBTGI . You are receiving this because you were mentioned.Message ID: @.***>

sethshivam11 commented 1 month ago

@Rags-Mishra it's not on a daily basis, it's a weekly basis. I request you to check a timetable.

Rags-Mishra commented 1 month ago

@sethshivam11 I am having trouble running the code locally. Can you please help?

sethshivam11 commented 1 month ago

@Rags-Mishra what errors are you getting?

Rags-Mishra commented 1 month ago

Mongodb error MONGODB_CONNECTION_ERROR !!!! MongooseServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017

On Wed, 12 Jun 2024 at 18:03, Shivam Soni @.***> wrote:

@Rags-Mishra https://github.com/Rags-Mishra what errors are you getting?

— Reply to this email directly, view it on GitHub https://github.com/sethshivam11/campus-space/issues/59#issuecomment-2162894846, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATZJQK33H5PIUHXPYSMOEADZHA53FAVCNFSM6AAAAABJA37ETSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRSHA4TIOBUGY . You are receiving this because you were mentioned.Message ID: @.***>

sethshivam11 commented 1 month ago

@Rags-Mishra Do you have MongoDB installed on your system if not either install it and run the server or create an account on MongoDB atlas and get the connection link and add it in the .env file.

Rags-Mishra commented 1 month ago

I will try doing this.

Rags-Mishra commented 1 month ago

Thank you. It is working now.

sethshivam11 commented 1 week ago

@Rags-Mishra are you working on it?