vishal2376 / snaptick

Snaptick is an MVVM Jetpack Compose app, offering ad-free task management with a built-in pomodoro timer to help you organize your daily plans
GNU General Public License v3.0
374 stars 30 forks source link

"This week" doesn't show not-repeated events #54

Closed serrq closed 6 months ago

serrq commented 6 months ago

Today I discovered that the app only shows repeated tasks.

vishal2376 commented 6 months ago

There is a new Date feature added in Snaptick v2.1, which breaks the logic of "This Week".

I already planned to remove the "This Week" screen and implement it on the home screen with new SQL logic. So user can directly switch between "Today Tasks" and "This Week Tasks" using the drop-down menu in home screen.