yxsbx / ZenFlow-front-end-angular

https://zen-flow-front-end-angular.vercel.app
4 stars 0 forks source link

Set Up Calendar Component for Event Management #16

Open yxsbx opened 1 week ago

yxsbx commented 1 week ago

Create a calendar component to display and manage events, integrating with the Google Calendar API from the backend.

oFelpex commented 3 days ago

Some components were created, as follows:

The design is almost finished, changes are always welcome. It is still necessary to add the tasks to their respective days, and when clicking on a day, a modal will appear showing all the tasks for that day.

oFelpex commented 3 days ago

Now, it's showing the tasks in each day of each month, still need implements the integration with google calendar API.

(~ ̄▽ ̄)~

oFelpex commented 3 days ago

Fix some bugs and maybe create more, I didn't tested yet.

Now you can click in a day that have a task, and bring a alert() to show all tasks. I'm thinking in make a modal to show details of the tasks of the day.

oFelpex commented 2 days ago

We now have a functional modal! When the user clicks on a day in the calendar, a modal opens displaying the details of all tasks scheduled for that day. 🥳 I guess (and hope), we only need integration with the API, improove the styles of modal and responsiveness.