CSAllenISD / 2023-ISP-Bug-Tracker

Other
3 stars 0 forks source link

Calendar System #18

Open Rafid-A opened 1 year ago

Rafid-A commented 1 year ago

Alongside our Current MVP, we also need to add a Calendar system that allows users to choose the dates and set timelines for each specific issue.

Aidan-V commented 1 year ago

This would be great if we implemented this when actually creating the issue form the "Add Issue" page.

Aidan-V commented 1 year ago

Adding to this idea, we could pivot to a GANNT chart instead of the regular calendar view which would be much more optimal for group work.

Aidan-V commented 1 year ago

Having 2 calendar views might be helpful for both tracking day to day issues, while the GANNT chart could track overall progress.

Rafid-A commented 1 year ago

In my opinion, for the time being, we can put this aside to a lower priority up until spring break or the end of it.

Rafid-A commented 1 year ago

I have recently just finished on a working version of the Calendar that lets you add events to your will and can almost be called a fully functioning calendar, however there could be numerous improvements made for the calendar such as the CSS or better handling on to store the events somehow without losing it with every page refresh, but I would assume those would have to be done by either using local storage, session storage or through the Database.