divyansh-2005 / my-calendar-app

My Calendar App is a full-stack application designed to help users manage their schedules, expenses, todos, and notes all in one place. The app provides a seamless and intuitive user interface for efficient day-to-day management and includes robust backend support for secure data handling and user authentication.
https://my-calendar-app-phi.vercel.app
22 stars 51 forks source link

[BUG] Add an option for Add Expense and Add Todo for better UX. #14

Closed RchtDshr closed 1 month ago

RchtDshr commented 1 month ago

Describe the bug There is no clear option to add expenses or todos for the selected date. The interface only displays the total expense and total todo without indicating where users can add new entries. This creates confusion for users who are unsure how to input new expenses or todos for a specific date.

To Reproduce
Steps to reproduce the behavior:

  1. Look for an option to add new expenses or todos.
  2. Notice that there is no visible or clear option to add expenses or todo.

Expected behavior
In addition to showing the total expense and total todo, there should be specific options like "Add Expense" or "Add Todo" for the selected date. These options should redirect the user to the respective form where they can input their new expenses or todos. This would improve the user experience by clearly specifying the actions available for each date, thus, reducing confusion about how to add new entries.

Screenshots
image

Checklist

Please assign me this issue to work on

anuza08 commented 1 month ago

@RchtDshr I can solve this issue , please assign this issue to me.

RchtDshr commented 1 month ago

@divyansh-2005 hey, can I work on this?

divyansh-2005 commented 1 month ago

issue is good we can add a sidebar to have button for Add expense and Add todo

RchtDshr commented 1 month ago

sure, I'll design a sidebar then. the sidebar would have option to add expense and add todo for the specific date selected (redirect to the add page). Will that work?